2024-02-09T20:09:04.936 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-09T20:09:04.936 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --name yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554033 -- /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554033/orig.config.yaml 2024-02-09T20:09:04.969 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-09T20:09:05.046 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554033 branch: wip-yuri8-testing-2024-02-07-0820-pacific description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} email: null first_in_suite: false job_id: '7554033' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-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-yuri8-testing-2024-02-07-0820-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: 5db25abe00e218b6920215c0bef70af7e47c7152 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri8-testing-2024-02-07-0820-pacific sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1730 sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2024-02-07-0820-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 targets: smithi150.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBJNuyVFjtlqef6x0w1rgdCiX9iykzQi5QEu13AuJAicoYB9oCMEkPjttAsEQs3i2Vt/AH82HnjtOKbG+KYbfw4= smithi157.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBER4eMACN2zbZNRXqllZVvhm1K55yxeaJty3iEmVHVlA3ALdcAEnTqcIK8Z2XqMFMcrj3+jEna4RktHpnyEEdwY= 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 --cluster-id foo --pseudo-path /foouser --user-id foouser - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foouser /mnt/foo - test -d /mnt/foo/foobucket - find /mnt/foo -ls - grep thebody /mnt/foo/foobucket/myobject - echo test > /mnt/foo/foobucket/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foouser - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-09_15:12:51 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-09T20:09:05.046 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa; will attempt to use it 2024-02-09T20:09:05.047 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks 2024-02-09T20:09:05.047 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-09T20:09:05.049 INFO:teuthology.task.internal:Checking packages... 2024-02-09T20:09:05.072 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '5db25abe00e218b6920215c0bef70af7e47c7152' 2024-02-09T20:09:05.072 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-09T20:09:05.072 INFO:teuthology.packaging:ref: None 2024-02-09T20:09:05.072 INFO:teuthology.packaging:tag: None 2024-02-09T20:09:05.072 INFO:teuthology.packaging:branch: wip-yuri8-testing-2024-02-07-0820-pacific 2024-02-09T20:09:05.072 INFO:teuthology.packaging:sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 2024-02-09T20:09:05.072 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri8-testing-2024-02-07-0820-pacific 2024-02-09T20:09:05.257 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-530.g5db25abe 2024-02-09T20:09:05.259 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-09T20:09:05.265 INFO:teuthology.task.internal:no buildpackages task found 2024-02-09T20:09:05.265 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-09T20:09:05.328 INFO:teuthology.task.internal:Saving configuration 2024-02-09T20:09:05.341 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-09T20:09:05.350 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-09T20:09:05.371 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554033', '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-09 20:03:13.681723', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBJNuyVFjtlqef6x0w1rgdCiX9iykzQi5QEu13AuJAicoYB9oCMEkPjttAsEQs3i2Vt/AH82HnjtOKbG+KYbfw4='} 2024-02-09T20:09:05.391 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi157.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554033', '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-09 20:03:13.683323', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBER4eMACN2zbZNRXqllZVvhm1K55yxeaJty3iEmVHVlA3ALdcAEnTqcIK8Z2XqMFMcrj3+jEna4RktHpnyEEdwY='} 2024-02-09T20:09:05.391 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-09T20:09:05.397 INFO:teuthology.task.internal:roles: ubuntu@smithi150.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-09T20:09:05.397 INFO:teuthology.task.internal:roles: ubuntu@smithi157.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-09T20:09:05.398 INFO:teuthology.run_tasks:Running task console_log... 2024-02-09T20:09:05.482 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2553b80160>, signals=[15]) 2024-02-09T20:09:05.482 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-09T20:09:05.489 INFO:teuthology.task.internal:Opening connections... 2024-02-09T20:09:05.489 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi150.front.sepia.ceph.com 2024-02-09T20:09:05.491 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-09T20:09:05.563 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi157.front.sepia.ceph.com 2024-02-09T20:09:05.564 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-09T20:09:05.635 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-09T20:09:05.643 DEBUG:teuthology.orchestra.run.smithi150:> uname -m 2024-02-09T20:09:05.663 INFO:teuthology.orchestra.run.smithi150.stdout:x86_64 2024-02-09T20:09:05.663 DEBUG:teuthology.orchestra.run.smithi150:> cat /etc/os-release 2024-02-09T20:09:05.722 INFO:teuthology.orchestra.run.smithi150.stdout:NAME="Red Hat Enterprise Linux" 2024-02-09T20:09:05.722 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION="8.6 (Ootpa)" 2024-02-09T20:09:05.722 INFO:teuthology.orchestra.run.smithi150.stdout:ID="rhel" 2024-02-09T20:09:05.722 INFO:teuthology.orchestra.run.smithi150.stdout:ID_LIKE="fedora" 2024-02-09T20:09:05.722 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION_ID="8.6" 2024-02-09T20:09:05.722 INFO:teuthology.orchestra.run.smithi150.stdout:PLATFORM_ID="platform:el8" 2024-02-09T20:09:05.722 INFO:teuthology.orchestra.run.smithi150.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-02-09T20:09:05.722 INFO:teuthology.orchestra.run.smithi150.stdout:ANSI_COLOR="0;31" 2024-02-09T20:09:05.722 INFO:teuthology.orchestra.run.smithi150.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-02-09T20:09:05.722 INFO:teuthology.orchestra.run.smithi150.stdout:HOME_URL="https://www.redhat.com/" 2024-02-09T20:09:05.722 INFO:teuthology.orchestra.run.smithi150.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-02-09T20:09:05.723 INFO:teuthology.orchestra.run.smithi150.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-09T20:09:05.723 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:09:05.723 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-09T20:09:05.723 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-02-09T20:09:05.723 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-02-09T20:09:05.723 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-02-09T20:09:05.723 INFO:teuthology.lock.ops:Updating smithi150.front.sepia.ceph.com on lock server 2024-02-09T20:09:05.741 DEBUG:teuthology.orchestra.run.smithi157:> uname -m 2024-02-09T20:09:05.761 INFO:teuthology.orchestra.run.smithi157.stdout:x86_64 2024-02-09T20:09:05.761 DEBUG:teuthology.orchestra.run.smithi157:> cat /etc/os-release 2024-02-09T20:09:05.821 INFO:teuthology.orchestra.run.smithi157.stdout:NAME="Red Hat Enterprise Linux" 2024-02-09T20:09:05.821 INFO:teuthology.orchestra.run.smithi157.stdout:VERSION="8.6 (Ootpa)" 2024-02-09T20:09:05.821 INFO:teuthology.orchestra.run.smithi157.stdout:ID="rhel" 2024-02-09T20:09:05.821 INFO:teuthology.orchestra.run.smithi157.stdout:ID_LIKE="fedora" 2024-02-09T20:09:05.821 INFO:teuthology.orchestra.run.smithi157.stdout:VERSION_ID="8.6" 2024-02-09T20:09:05.821 INFO:teuthology.orchestra.run.smithi157.stdout:PLATFORM_ID="platform:el8" 2024-02-09T20:09:05.821 INFO:teuthology.orchestra.run.smithi157.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-02-09T20:09:05.821 INFO:teuthology.orchestra.run.smithi157.stdout:ANSI_COLOR="0;31" 2024-02-09T20:09:05.821 INFO:teuthology.orchestra.run.smithi157.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-02-09T20:09:05.821 INFO:teuthology.orchestra.run.smithi157.stdout:HOME_URL="https://www.redhat.com/" 2024-02-09T20:09:05.821 INFO:teuthology.orchestra.run.smithi157.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-02-09T20:09:05.821 INFO:teuthology.orchestra.run.smithi157.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-09T20:09:05.821 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-02-09T20:09:05.821 INFO:teuthology.orchestra.run.smithi157.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-09T20:09:05.822 INFO:teuthology.orchestra.run.smithi157.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-02-09T20:09:05.822 INFO:teuthology.orchestra.run.smithi157.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-02-09T20:09:05.822 INFO:teuthology.orchestra.run.smithi157.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-02-09T20:09:05.822 INFO:teuthology.lock.ops:Updating smithi157.front.sepia.ceph.com on lock server 2024-02-09T20:09:05.849 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-09T20:09:05.856 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-09T20:09:05.876 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-09T20:09:05.876 DEBUG:teuthology.orchestra.run.smithi150:> test '!' -e /home/ubuntu/cephtest 2024-02-09T20:09:05.879 DEBUG:teuthology.orchestra.run.smithi157:> test '!' -e /home/ubuntu/cephtest 2024-02-09T20:09:05.898 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-09T20:09:05.904 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-09T20:09:05.904 DEBUG:teuthology.orchestra.run.smithi150:> test -z $(ls -A /var/lib/ceph) 2024-02-09T20:09:05.938 DEBUG:teuthology.orchestra.run.smithi157:> test -z $(ls -A /var/lib/ceph) 2024-02-09T20:09:05.973 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-09T20:09:06.023 INFO:teuthology.run_tasks:Running task kernel... 2024-02-09T20:09:06.041 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-09T20:09:06.041 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-09T20:09:06.042 DEBUG:teuthology.orchestra.run.smithi150:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-09T20:09:06.042 DEBUG:teuthology.orchestra.run.smithi157:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-09T20:09:06.059 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:09:06.060 DEBUG:teuthology.orchestra.run.smithi157:> uname -r 2024-02-09T20:09:06.060 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:09:06.061 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2024-02-09T20:09:06.119 INFO:teuthology.orchestra.run.smithi157.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-02-09T20:09:06.119 INFO:teuthology.task.kernel:Running kernel on smithi157: 4.18.0-513.9.1.el8_9.x86_64 2024-02-09T20:09:06.119 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum install -y kernel 2024-02-09T20:09:06.120 INFO:teuthology.orchestra.run.smithi150.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-02-09T20:09:06.120 INFO:teuthology.task.kernel:Running kernel on smithi150: 4.18.0-513.9.1.el8_9.x86_64 2024-02-09T20:09:06.121 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum install -y kernel 2024-02-09T20:09:07.625 INFO:teuthology.orchestra.run.smithi150.stdout:Updating Subscription Management repositories. 2024-02-09T20:09:07.625 INFO:teuthology.orchestra.run.smithi150.stdout:Unable to read consumer identity 2024-02-09T20:09:07.670 INFO:teuthology.orchestra.run.smithi157.stdout:Updating Subscription Management repositories. 2024-02-09T20:09:07.670 INFO:teuthology.orchestra.run.smithi157.stdout:Unable to read consumer identity 2024-02-09T20:09:07.937 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:09:07.937 INFO:teuthology.orchestra.run.smithi150.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-09T20:09:07.938 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:09:08.004 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-02-09T20:09:08.004 INFO:teuthology.orchestra.run.smithi157.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-09T20:09:08.004 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-02-09T20:09:09.635 INFO:teuthology.orchestra.run.smithi150.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2024-02-09T20:09:09.742 INFO:teuthology.orchestra.run.smithi157.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-02-09T20:09:10.338 INFO:teuthology.orchestra.run.smithi150.stdout:Extra Packages for Enterprise Linux 24 MB/s | 16 MB 00:00 2024-02-09T20:09:12.552 INFO:teuthology.orchestra.run.smithi157.stdout:Extra Packages for Enterprise Linux 5.8 MB/s | 16 MB 00:02 2024-02-09T20:09:13.955 INFO:teuthology.orchestra.run.smithi150.stdout:lab-extras 454 kB/s | 24 kB 00:00 2024-02-09T20:09:14.658 INFO:teuthology.orchestra.run.smithi150.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-02-09T20:09:14.658 INFO:teuthology.orchestra.run.smithi150.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-02-09T20:09:14.731 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-02-09T20:09:14.733 INFO:teuthology.orchestra.run.smithi150.stdout:Nothing to do. 2024-02-09T20:09:14.733 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-02-09T20:09:14.862 DEBUG:teuthology.orchestra.run.smithi150:> echo no | sudo yum reinstall kernel || true 2024-02-09T20:09:15.200 INFO:teuthology.orchestra.run.smithi150.stdout:Updating Subscription Management repositories. 2024-02-09T20:09:15.201 INFO:teuthology.orchestra.run.smithi150.stdout:Unable to read consumer identity 2024-02-09T20:09:15.393 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:09:15.393 INFO:teuthology.orchestra.run.smithi150.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-09T20:09:15.393 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:09:15.709 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:00:02 ago on Fri 09 Feb 2024 08:09:13 PM UTC. 2024-02-09T20:09:15.777 INFO:teuthology.orchestra.run.smithi150.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-09T20:09:15.781 INFO:teuthology.orchestra.run.smithi150.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-09T20:09:15.831 INFO:teuthology.orchestra.run.smithi150.stderr:Error: No packages marked for reinstall. 2024-02-09T20:09:15.879 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum reinstall -y kernel || true 2024-02-09T20:09:16.185 INFO:teuthology.orchestra.run.smithi157.stdout:lab-extras 439 kB/s | 24 kB 00:00 2024-02-09T20:09:16.211 INFO:teuthology.orchestra.run.smithi150.stdout:Updating Subscription Management repositories. 2024-02-09T20:09:16.211 INFO:teuthology.orchestra.run.smithi150.stdout:Unable to read consumer identity 2024-02-09T20:09:16.393 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:09:16.393 INFO:teuthology.orchestra.run.smithi150.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-09T20:09:16.393 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:09:16.704 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:00:03 ago on Fri 09 Feb 2024 08:09:13 PM UTC. 2024-02-09T20:09:16.771 INFO:teuthology.orchestra.run.smithi150.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-09T20:09:16.772 INFO:teuthology.orchestra.run.smithi150.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-09T20:09:16.811 INFO:teuthology.orchestra.run.smithi150.stderr:Error: No packages marked for reinstall. 2024-02-09T20:09:16.858 DEBUG:teuthology.orchestra.run.smithi150:> rpm -q kernel | sort -rV | head -n 1 2024-02-09T20:09:16.879 INFO:teuthology.orchestra.run.smithi157.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-02-09T20:09:16.879 INFO:teuthology.orchestra.run.smithi157.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-02-09T20:09:16.978 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-02-09T20:09:16.979 INFO:teuthology.orchestra.run.smithi157.stdout:Nothing to do. 2024-02-09T20:09:16.979 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-02-09T20:09:17.009 INFO:teuthology.orchestra.run.smithi150.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-02-09T20:09:17.009 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-02-09T20:09:17.009 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-02-09T20:09:17.010 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-09T20:09:17.010 DEBUG:teuthology.orchestra.run.smithi150:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-09T20:09:17.046 INFO:teuthology.orchestra.run.smithi150.stdout:ttyS1 2024-02-09T20:09:17.058 DEBUG:teuthology.parallel:result is None 2024-02-09T20:09:17.120 DEBUG:teuthology.orchestra.run.smithi157:> echo no | sudo yum reinstall kernel || true 2024-02-09T20:09:17.459 INFO:teuthology.orchestra.run.smithi157.stdout:Updating Subscription Management repositories. 2024-02-09T20:09:17.460 INFO:teuthology.orchestra.run.smithi157.stdout:Unable to read consumer identity 2024-02-09T20:09:17.654 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-02-09T20:09:17.654 INFO:teuthology.orchestra.run.smithi157.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-09T20:09:17.654 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-02-09T20:09:17.973 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:00:01 ago on Fri 09 Feb 2024 08:09:16 PM UTC. 2024-02-09T20:09:18.044 INFO:teuthology.orchestra.run.smithi157.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-09T20:09:18.048 INFO:teuthology.orchestra.run.smithi157.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-09T20:09:18.090 INFO:teuthology.orchestra.run.smithi157.stderr:Error: No packages marked for reinstall. 2024-02-09T20:09:18.137 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum reinstall -y kernel || true 2024-02-09T20:09:18.473 INFO:teuthology.orchestra.run.smithi157.stdout:Updating Subscription Management repositories. 2024-02-09T20:09:18.473 INFO:teuthology.orchestra.run.smithi157.stdout:Unable to read consumer identity 2024-02-09T20:09:18.638 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-02-09T20:09:18.638 INFO:teuthology.orchestra.run.smithi157.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-09T20:09:18.638 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-02-09T20:09:18.948 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:00:02 ago on Fri 09 Feb 2024 08:09:16 PM UTC. 2024-02-09T20:09:19.016 INFO:teuthology.orchestra.run.smithi157.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-09T20:09:19.017 INFO:teuthology.orchestra.run.smithi157.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-09T20:09:19.049 INFO:teuthology.orchestra.run.smithi157.stderr:Error: No packages marked for reinstall. 2024-02-09T20:09:19.095 DEBUG:teuthology.orchestra.run.smithi157:> rpm -q kernel | sort -rV | head -n 1 2024-02-09T20:09:19.252 INFO:teuthology.orchestra.run.smithi157.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-02-09T20:09:19.252 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-02-09T20:09:19.252 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-02-09T20:09:19.252 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-09T20:09:19.252 DEBUG:teuthology.orchestra.run.smithi157:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-09T20:09:19.290 INFO:teuthology.orchestra.run.smithi157.stdout:ttyS1 2024-02-09T20:09:19.302 DEBUG:teuthology.parallel:result is None 2024-02-09T20:09:19.303 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-09T20:09:19.309 INFO:teuthology.task.internal:Creating test directory... 2024-02-09T20:09:19.309 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-09T20:09:19.312 DEBUG:teuthology.orchestra.run.smithi157:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-09T20:09:19.359 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-09T20:09:19.366 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-09T20:09:19.399 INFO:teuthology.task.internal:Creating archive directory... 2024-02-09T20:09:19.399 DEBUG:teuthology.orchestra.run.smithi150:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-09T20:09:19.402 DEBUG:teuthology.orchestra.run.smithi157:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-09T20:09:19.434 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-09T20:09:19.440 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-09T20:09:19.440 DEBUG:teuthology.orchestra.run.smithi150:> 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-09T20:09:19.473 DEBUG:teuthology.orchestra.run.smithi157:> 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-09T20:09:19.509 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-09T20:09:19.509 INFO:teuthology.orchestra.run.smithi157.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-09T20:09:19.520 INFO:teuthology.orchestra.run.smithi157.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-09T20:09:19.521 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-09T20:09:19.522 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-09T20:09:19.530 INFO:teuthology.task.internal:Configuring sudo... 2024-02-09T20:09:19.530 DEBUG:teuthology.orchestra.run.smithi150:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-09T20:09:19.565 DEBUG:teuthology.orchestra.run.smithi157:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-09T20:09:19.592 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-09T20:09:19.601 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-09T20:09:19.601 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-09T20:09:19.634 DEBUG:teuthology.orchestra.run.smithi157:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-09T20:09:19.651 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-09T20:09:19.731 DEBUG:teuthology.orchestra.run.smithi150:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-09T20:09:19.788 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-09T20:09:19.875 DEBUG:teuthology.orchestra.run.smithi150:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-09T20:09:19.915 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-09T20:09:19.915 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-09T20:09:19.982 DEBUG:teuthology.orchestra.run.smithi157:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-09T20:09:20.025 DEBUG:teuthology.orchestra.run.smithi157:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-09T20:09:20.081 DEBUG:teuthology.orchestra.run.smithi157:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-09T20:09:20.163 DEBUG:teuthology.orchestra.run.smithi157:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-09T20:09:20.207 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-02-09T20:09:20.207 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-09T20:09:20.274 DEBUG:teuthology.orchestra.run.smithi150:> sudo service rsyslog restart 2024-02-09T20:09:20.276 DEBUG:teuthology.orchestra.run.smithi157:> sudo service rsyslog restart 2024-02-09T20:09:20.322 INFO:teuthology.orchestra.run.smithi150.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-09T20:09:20.365 INFO:teuthology.orchestra.run.smithi157.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-09T20:09:20.646 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-09T20:09:20.655 INFO:teuthology.task.internal:Starting timer... 2024-02-09T20:09:20.655 INFO:teuthology.run_tasks:Running task pcp... 2024-02-09T20:09:20.697 INFO:teuthology.run_tasks:Running task selinux... 2024-02-09T20:09:20.720 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-09T20:09:20.721 DEBUG:teuthology.orchestra.run.smithi150:> sudo service auditd rotate 2024-02-09T20:09:20.796 INFO:teuthology.orchestra.run.smithi150.stdout:Rotating logs: 2024-02-09T20:09:20.798 DEBUG:teuthology.orchestra.run.smithi157:> sudo service auditd rotate 2024-02-09T20:09:20.857 INFO:teuthology.orchestra.run.smithi157.stdout:Rotating logs: 2024-02-09T20:09:20.859 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-09T20:09:20.859 DEBUG:teuthology.orchestra.run.smithi150:> /usr/sbin/getenforce 2024-02-09T20:09:20.880 INFO:teuthology.orchestra.run.smithi150.stdout:Permissive 2024-02-09T20:09:20.881 DEBUG:teuthology.orchestra.run.smithi157:> /usr/sbin/getenforce 2024-02-09T20:09:20.914 INFO:teuthology.orchestra.run.smithi157.stdout:Permissive 2024-02-09T20:09:20.914 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi150.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi157.front.sepia.ceph.com': 'permissive'} 2024-02-09T20:09:20.915 DEBUG:teuthology.orchestra.run.smithi150:> 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-09T20:09:20.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:09:20.948 DEBUG:teuthology.orchestra.run.smithi157:> 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-09T20:09:20.981 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:09:20.982 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-09T20:09:20.982 DEBUG:teuthology.orchestra.run.smithi150:> sudo /usr/sbin/setenforce permissive 2024-02-09T20:09:21.033 DEBUG:teuthology.orchestra.run.smithi157:> sudo /usr/sbin/setenforce permissive 2024-02-09T20:09:21.066 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-09T20:09:21.078 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-02-09T20:09:21.083 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-02-09T20:09:21.189 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-09T20:09:21.204 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-09T20:09:21.205 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi150.front.sepia.ceph.com,smithi157.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-09T20:18:12.006 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi150.front.sepia.ceph.com'), Remote(name='ubuntu@smithi157.front.sepia.ceph.com')] 2024-02-09T20:18:12.008 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-02-09T20:18:12.009 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-09T20:18:12.081 DEBUG:teuthology.orchestra.run.smithi150:> true 2024-02-09T20:18:12.149 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-02-09T20:18:12.149 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-02-09T20:18:12.149 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-09T20:18:12.226 DEBUG:teuthology.orchestra.run.smithi157:> true 2024-02-09T20:18:12.299 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-02-09T20:18:12.300 INFO:teuthology.run_tasks:Running task clock... 2024-02-09T20:18:12.311 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-09T20:18:12.311 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-09T20:18:12.312 DEBUG:teuthology.orchestra.run.smithi150:> 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-09T20:18:12.314 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-09T20:18:12.314 DEBUG:teuthology.orchestra.run.smithi157:> 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-09T20:18:12.344 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-09T20:18:12.360 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-09T20:18:12.373 INFO:teuthology.orchestra.run.smithi157.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-09T20:18:12.389 INFO:teuthology.orchestra.run.smithi157.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-09T20:18:12.431 INFO:teuthology.orchestra.run.smithi150.stderr:sudo: ntpd: command not found 2024-02-09T20:18:12.443 INFO:teuthology.orchestra.run.smithi150.stdout:506 Cannot talk to daemon 2024-02-09T20:18:12.457 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-09T20:18:12.463 INFO:teuthology.orchestra.run.smithi157.stderr:sudo: ntpd: command not found 2024-02-09T20:18:12.472 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-09T20:18:12.476 INFO:teuthology.orchestra.run.smithi157.stdout:506 Cannot talk to daemon 2024-02-09T20:18:12.490 INFO:teuthology.orchestra.run.smithi157.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-09T20:18:12.505 INFO:teuthology.orchestra.run.smithi157.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-09T20:18:12.545 INFO:teuthology.orchestra.run.smithi150.stderr:bash: ntpq: command not found 2024-02-09T20:18:12.549 INFO:teuthology.orchestra.run.smithi150.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-09T20:18:12.549 INFO:teuthology.orchestra.run.smithi150.stdout:=============================================================================== 2024-02-09T20:18:12.549 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:18:12.549 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:18:12.549 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:18:12.549 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:18:12.582 INFO:teuthology.orchestra.run.smithi157.stderr:bash: ntpq: command not found 2024-02-09T20:18:12.585 INFO:teuthology.orchestra.run.smithi157.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-09T20:18:12.585 INFO:teuthology.orchestra.run.smithi157.stdout:=============================================================================== 2024-02-09T20:18:12.585 INFO:teuthology.orchestra.run.smithi157.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:18:12.585 INFO:teuthology.orchestra.run.smithi157.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:18:12.585 INFO:teuthology.orchestra.run.smithi157.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:18:12.586 INFO:teuthology.orchestra.run.smithi157.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:18:12.587 INFO:teuthology.run_tasks:Running task pexec... 2024-02-09T20:18:12.597 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-09T20:18:12.597 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi150.front.sepia.ceph.com 2024-02-09T20:18:12.598 DEBUG:teuthology.orchestra.run.smithi150:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-09T20:18:12.598 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi157.front.sepia.ceph.com 2024-02-09T20:18:12.598 DEBUG:teuthology.orchestra.run.smithi157:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-09T20:18:12.977 INFO:teuthology.orchestra.run.smithi150.stdout:Updating Subscription Management repositories. 2024-02-09T20:18:13.009 INFO:teuthology.orchestra.run.smithi157.stdout:Updating Subscription Management repositories. 2024-02-09T20:18:13.697 INFO:teuthology.orchestra.run.smithi157.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 162 kB/s | 4.5 kB 00:00 2024-02-09T20:18:13.784 INFO:teuthology.orchestra.run.smithi150.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 146 kB/s | 4.1 kB 00:00 2024-02-09T20:18:14.028 INFO:teuthology.orchestra.run.smithi150.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 154 kB/s | 4.5 kB 00:00 2024-02-09T20:18:14.223 INFO:teuthology.orchestra.run.smithi157.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 142 kB/s | 4.1 kB 00:00 2024-02-09T20:18:16.885 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-02-09T20:18:16.886 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-02-09T20:18:16.886 INFO:teuthology.orchestra.run.smithi150.stdout: Package Architecture Version Repository Size 2024-02-09T20:18:16.886 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-02-09T20:18:16.886 INFO:teuthology.orchestra.run.smithi150.stdout:Resetting modules: 2024-02-09T20:18:16.886 INFO:teuthology.orchestra.run.smithi150.stdout: container-tools 2024-02-09T20:18:16.886 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:18:16.886 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-02-09T20:18:16.886 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-02-09T20:18:16.886 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:18:17.000 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-02-09T20:18:17.001 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-02-09T20:18:17.001 INFO:teuthology.orchestra.run.smithi157.stdout: Package Architecture Version Repository Size 2024-02-09T20:18:17.001 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-02-09T20:18:17.002 INFO:teuthology.orchestra.run.smithi157.stdout:Resetting modules: 2024-02-09T20:18:17.002 INFO:teuthology.orchestra.run.smithi157.stdout: container-tools 2024-02-09T20:18:17.002 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-02-09T20:18:17.002 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction Summary 2024-02-09T20:18:17.002 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-02-09T20:18:17.002 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-02-09T20:18:21.575 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-02-09T20:18:21.866 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-02-09T20:18:22.056 INFO:teuthology.orchestra.run.smithi150.stdout:Updating Subscription Management repositories. 2024-02-09T20:18:22.341 INFO:teuthology.orchestra.run.smithi157.stdout:Updating Subscription Management repositories. 2024-02-09T20:18:22.809 INFO:teuthology.orchestra.run.smithi150.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 155 kB/s | 4.1 kB 00:00 2024-02-09T20:18:22.996 INFO:teuthology.orchestra.run.smithi157.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 173 kB/s | 4.5 kB 00:00 2024-02-09T20:18:23.033 INFO:teuthology.orchestra.run.smithi150.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 177 kB/s | 4.5 kB 00:00 2024-02-09T20:18:23.524 INFO:teuthology.orchestra.run.smithi157.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 143 kB/s | 4.1 kB 00:00 2024-02-09T20:18:26.012 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-02-09T20:18:26.161 INFO:teuthology.orchestra.run.smithi150.stdout:========================================================================================================================== 2024-02-09T20:18:26.162 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2024-02-09T20:18:26.162 INFO:teuthology.orchestra.run.smithi150.stdout:========================================================================================================================== 2024-02-09T20:18:26.162 INFO:teuthology.orchestra.run.smithi150.stdout:Installing group/module packages: 2024-02-09T20:18:26.162 INFO:teuthology.orchestra.run.smithi150.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-09T20:18:26.162 INFO:teuthology.orchestra.run.smithi150.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-02-09T20:18:26.162 INFO:teuthology.orchestra.run.smithi150.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-02-09T20:18:26.162 INFO:teuthology.orchestra.run.smithi150.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-09T20:18:26.162 INFO:teuthology.orchestra.run.smithi150.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-09T20:18:26.162 INFO:teuthology.orchestra.run.smithi150.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-09T20:18:26.162 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2024-02-09T20:18:26.162 INFO:teuthology.orchestra.run.smithi150.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-02-09T20:18:26.162 INFO:teuthology.orchestra.run.smithi150.stdout:Downgrading: 2024-02-09T20:18:26.162 INFO:teuthology.orchestra.run.smithi150.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-09T20:18:26.162 INFO:teuthology.orchestra.run.smithi150.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-09T20:18:26.163 INFO:teuthology.orchestra.run.smithi150.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-09T20:18:26.163 INFO:teuthology.orchestra.run.smithi150.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-09T20:18:26.163 INFO:teuthology.orchestra.run.smithi150.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-02-09T20:18:26.163 INFO:teuthology.orchestra.run.smithi150.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-09T20:18:26.163 INFO:teuthology.orchestra.run.smithi150.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-09T20:18:26.163 INFO:teuthology.orchestra.run.smithi150.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-09T20:18:26.163 INFO:teuthology.orchestra.run.smithi150.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-09T20:18:26.163 INFO:teuthology.orchestra.run.smithi150.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-09T20:18:26.163 INFO:teuthology.orchestra.run.smithi150.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-09T20:18:26.163 INFO:teuthology.orchestra.run.smithi150.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-09T20:18:26.163 INFO:teuthology.orchestra.run.smithi150.stdout:Installing module profiles: 2024-02-09T20:18:26.163 INFO:teuthology.orchestra.run.smithi150.stdout: container-tools/common 2024-02-09T20:18:26.163 INFO:teuthology.orchestra.run.smithi150.stdout:Enabling module streams: 2024-02-09T20:18:26.163 INFO:teuthology.orchestra.run.smithi150.stdout: container-tools 3.0 2024-02-09T20:18:26.164 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:18:26.164 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-02-09T20:18:26.164 INFO:teuthology.orchestra.run.smithi150.stdout:========================================================================================================================== 2024-02-09T20:18:26.164 INFO:teuthology.orchestra.run.smithi150.stdout:Install 7 Packages 2024-02-09T20:18:26.164 INFO:teuthology.orchestra.run.smithi150.stdout:Downgrade 12 Packages 2024-02-09T20:18:26.164 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:18:26.164 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 50 M 2024-02-09T20:18:26.164 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2024-02-09T20:18:26.241 INFO:teuthology.orchestra.run.smithi150.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 679 kB/s | 51 kB 00:00 2024-02-09T20:18:26.262 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-02-09T20:18:26.274 INFO:teuthology.orchestra.run.smithi150.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 4.6 MB/s | 511 kB 00:00 2024-02-09T20:18:26.299 INFO:teuthology.orchestra.run.smithi150.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 1.2 MB/s | 72 kB 00:00 2024-02-09T20:18:26.316 INFO:teuthology.orchestra.run.smithi150.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 1.6 MB/s | 69 kB 00:00 2024-02-09T20:18:26.358 INFO:teuthology.orchestra.run.smithi150.stdout:(5/19): podman-docker-3.0.1-15.module+el8.7.0+1 1.4 MB/s | 57 kB 00:00 2024-02-09T20:18:26.415 INFO:teuthology.orchestra.run.smithi157.stdout:========================================================================================================================== 2024-02-09T20:18:26.415 INFO:teuthology.orchestra.run.smithi157.stdout: Package Arch Version Repository Size 2024-02-09T20:18:26.415 INFO:teuthology.orchestra.run.smithi157.stdout:========================================================================================================================== 2024-02-09T20:18:26.415 INFO:teuthology.orchestra.run.smithi157.stdout:Installing group/module packages: 2024-02-09T20:18:26.415 INFO:teuthology.orchestra.run.smithi157.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-09T20:18:26.415 INFO:teuthology.orchestra.run.smithi157.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-02-09T20:18:26.415 INFO:teuthology.orchestra.run.smithi157.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-02-09T20:18:26.415 INFO:teuthology.orchestra.run.smithi157.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-09T20:18:26.415 INFO:teuthology.orchestra.run.smithi157.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-09T20:18:26.415 INFO:teuthology.orchestra.run.smithi157.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-09T20:18:26.416 INFO:teuthology.orchestra.run.smithi157.stdout:Installing dependencies: 2024-02-09T20:18:26.416 INFO:teuthology.orchestra.run.smithi157.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-02-09T20:18:26.416 INFO:teuthology.orchestra.run.smithi157.stdout:Downgrading: 2024-02-09T20:18:26.416 INFO:teuthology.orchestra.run.smithi157.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-09T20:18:26.416 INFO:teuthology.orchestra.run.smithi157.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-09T20:18:26.416 INFO:teuthology.orchestra.run.smithi157.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-09T20:18:26.416 INFO:teuthology.orchestra.run.smithi157.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-09T20:18:26.416 INFO:teuthology.orchestra.run.smithi157.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-02-09T20:18:26.416 INFO:teuthology.orchestra.run.smithi157.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-09T20:18:26.416 INFO:teuthology.orchestra.run.smithi157.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-09T20:18:26.416 INFO:teuthology.orchestra.run.smithi157.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-09T20:18:26.416 INFO:teuthology.orchestra.run.smithi157.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-09T20:18:26.416 INFO:teuthology.orchestra.run.smithi157.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-09T20:18:26.416 INFO:teuthology.orchestra.run.smithi157.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-09T20:18:26.417 INFO:teuthology.orchestra.run.smithi157.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-09T20:18:26.417 INFO:teuthology.orchestra.run.smithi157.stdout:Installing module profiles: 2024-02-09T20:18:26.417 INFO:teuthology.orchestra.run.smithi157.stdout: container-tools/common 2024-02-09T20:18:26.417 INFO:teuthology.orchestra.run.smithi157.stdout:Enabling module streams: 2024-02-09T20:18:26.417 INFO:teuthology.orchestra.run.smithi157.stdout: container-tools 3.0 2024-02-09T20:18:26.417 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-02-09T20:18:26.417 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction Summary 2024-02-09T20:18:26.417 INFO:teuthology.orchestra.run.smithi157.stdout:========================================================================================================================== 2024-02-09T20:18:26.417 INFO:teuthology.orchestra.run.smithi157.stdout:Install 7 Packages 2024-02-09T20:18:26.417 INFO:teuthology.orchestra.run.smithi157.stdout:Downgrade 12 Packages 2024-02-09T20:18:26.417 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-02-09T20:18:26.418 INFO:teuthology.orchestra.run.smithi157.stdout:Total download size: 50 M 2024-02-09T20:18:26.418 INFO:teuthology.orchestra.run.smithi157.stdout:Downloading Packages: 2024-02-09T20:18:26.467 INFO:teuthology.orchestra.run.smithi150.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 26 MB/s | 2.9 MB 00:00 2024-02-09T20:18:26.487 INFO:teuthology.orchestra.run.smithi157.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 757 kB/s | 51 kB 00:00 2024-02-09T20:18:26.509 INFO:teuthology.orchestra.run.smithi150.stdout:(7/19): container-selinux-2.189.0-1.module+el8. 1.3 MB/s | 55 kB 00:00 2024-02-09T20:18:26.520 INFO:teuthology.orchestra.run.smithi157.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 4.9 MB/s | 511 kB 00:00 2024-02-09T20:18:26.542 INFO:teuthology.orchestra.run.smithi150.stdout:(8/19): containers-common-1.2.4-2.module+el8.7. 2.7 MB/s | 91 kB 00:00 2024-02-09T20:18:26.545 INFO:teuthology.orchestra.run.smithi157.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 1.2 MB/s | 72 kB 00:00 2024-02-09T20:18:26.570 INFO:teuthology.orchestra.run.smithi157.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 1.3 MB/s | 69 kB 00:00 2024-02-09T20:18:26.612 INFO:teuthology.orchestra.run.smithi157.stdout:(5/19): podman-docker-3.0.1-15.module+el8.7.0+1 1.3 MB/s | 57 kB 00:00 2024-02-09T20:18:26.618 INFO:teuthology.orchestra.run.smithi150.stdout:(9/19): podman-catatonit-3.0.1-15.module+el8.7. 4.2 MB/s | 323 kB 00:00 2024-02-09T20:18:26.743 INFO:teuthology.orchestra.run.smithi150.stdout:(10/19): podman-3.0.1-15.module+el8.7.0+18021+1 24 MB/s | 11 MB 00:00 2024-02-09T20:18:26.748 INFO:teuthology.orchestra.run.smithi157.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 21 MB/s | 2.9 MB 00:00 2024-02-09T20:18:26.768 INFO:teuthology.orchestra.run.smithi150.stdout:(11/19): slirp4netns-1.1.8-1.module+el8.7.0+165 341 kB/s | 51 kB 00:00 2024-02-09T20:18:26.797 INFO:teuthology.orchestra.run.smithi157.stdout:(7/19): container-selinux-2.189.0-1.module+el8. 1.1 MB/s | 55 kB 00:00 2024-02-09T20:18:26.810 INFO:teuthology.orchestra.run.smithi150.stdout:(12/19): cockpit-podman-29-2.module+el8.7.0+165 16 MB/s | 1.1 MB 00:00 2024-02-09T20:18:26.836 INFO:teuthology.orchestra.run.smithi150.stdout:(13/19): crun-0.18-3.module+el8.7.0+16533+44634 2.7 MB/s | 185 kB 00:00 2024-02-09T20:18:26.838 INFO:teuthology.orchestra.run.smithi157.stdout:(8/19): containers-common-1.2.4-2.module+el8.7. 2.1 MB/s | 91 kB 00:00 2024-02-09T20:18:26.889 INFO:teuthology.orchestra.run.smithi157.stdout:(9/19): podman-catatonit-3.0.1-15.module+el8.7. 6.3 MB/s | 323 kB 00:00 2024-02-09T20:18:26.936 INFO:teuthology.orchestra.run.smithi150.stdout:(14/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 22 MB/s | 2.2 MB 00:00 2024-02-09T20:18:26.970 INFO:teuthology.orchestra.run.smithi150.stdout:(15/19): udica-0.2.4-1.module+el8.7.0+16533+446 1.5 MB/s | 51 kB 00:00 2024-02-09T20:18:27.014 INFO:teuthology.orchestra.run.smithi157.stdout:(10/19): podman-3.0.1-15.module+el8.7.0+18021+1 23 MB/s | 11 MB 00:00 2024-02-09T20:18:27.061 INFO:teuthology.orchestra.run.smithi157.stdout:(11/19): slirp4netns-1.1.8-1.module+el8.7.0+165 299 kB/s | 51 kB 00:00 2024-02-09T20:18:27.114 INFO:teuthology.orchestra.run.smithi157.stdout:(12/19): cockpit-podman-29-2.module+el8.7.0+165 11 MB/s | 1.1 MB 00:00 2024-02-09T20:18:27.140 INFO:teuthology.orchestra.run.smithi157.stdout:(13/19): crun-0.18-3.module+el8.7.0+16533+44634 2.3 MB/s | 185 kB 00:00 2024-02-09T20:18:27.170 INFO:teuthology.orchestra.run.smithi150.stdout:(16/19): containernetworking-plugins-0.9.1-1.mo 18 MB/s | 19 MB 00:01 2024-02-09T20:18:27.240 INFO:teuthology.orchestra.run.smithi157.stdout:(14/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 22 MB/s | 2.2 MB 00:00 2024-02-09T20:18:27.245 INFO:teuthology.orchestra.run.smithi150.stdout:(17/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 14 MB/s | 6.2 MB 00:00 2024-02-09T20:18:27.262 INFO:teuthology.orchestra.run.smithi150.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 447 kB/s | 41 kB 00:00 2024-02-09T20:18:27.274 INFO:teuthology.orchestra.run.smithi157.stdout:(15/19): udica-0.2.4-1.module+el8.7.0+16533+446 1.5 MB/s | 51 kB 00:00 2024-02-09T20:18:27.396 INFO:teuthology.orchestra.run.smithi150.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 16 MB/s | 6.6 MB 00:00 2024-02-09T20:18:27.396 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-02-09T20:18:27.396 INFO:teuthology.orchestra.run.smithi150.stdout:Total 40 MB/s | 50 MB 00:01 2024-02-09T20:18:27.399 INFO:teuthology.orchestra.run.smithi157.stdout:(16/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 22 MB/s | 6.2 MB 00:00 2024-02-09T20:18:27.591 INFO:teuthology.orchestra.run.smithi157.stdout:(17/19): containernetworking-plugins-0.9.1-1.mo 16 MB/s | 19 MB 00:01 2024-02-09T20:18:27.607 INFO:teuthology.orchestra.run.smithi157.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 197 kB/s | 41 kB 00:00 2024-02-09T20:18:27.733 INFO:teuthology.orchestra.run.smithi157.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 14 MB/s | 6.6 MB 00:00 2024-02-09T20:18:27.734 INFO:teuthology.orchestra.run.smithi157.stdout:-------------------------------------------------------------------------------- 2024-02-09T20:18:27.734 INFO:teuthology.orchestra.run.smithi157.stdout:Total 38 MB/s | 50 MB 00:01 2024-02-09T20:18:27.882 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-02-09T20:18:27.926 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-02-09T20:18:27.926 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-02-09T20:18:28.227 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction check 2024-02-09T20:18:28.272 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction check succeeded. 2024-02-09T20:18:28.272 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction test 2024-02-09T20:18:28.350 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-02-09T20:18:28.359 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-02-09T20:18:28.694 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction test succeeded. 2024-02-09T20:18:28.703 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction 2024-02-09T20:18:29.564 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-02-09T20:18:29.580 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-02-09T20:18:29.597 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-09T20:18:29.755 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-09T20:18:30.021 INFO:teuthology.orchestra.run.smithi157.stdout: Preparing : 1/1 2024-02-09T20:18:30.038 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-02-09T20:18:30.055 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-09T20:18:30.237 INFO:teuthology.orchestra.run.smithi157.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-09T20:18:47.043 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-09T20:18:47.082 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-09T20:18:47.186 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-02-09T20:18:47.203 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-02-09T20:18:47.267 INFO:teuthology.orchestra.run.smithi157.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-02-09T20:18:47.285 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-02-09T20:18:47.352 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-02-09T20:18:47.457 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-02-09T20:18:47.516 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-02-09T20:18:47.656 INFO:teuthology.orchestra.run.smithi157.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-02-09T20:18:47.702 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-02-09T20:18:47.702 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-02-09T20:18:47.702 INFO:teuthology.orchestra.run.smithi150.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-02-09T20:18:47.703 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:18:47.875 INFO:teuthology.orchestra.run.smithi157.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-02-09T20:18:47.875 INFO:teuthology.orchestra.run.smithi157.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-02-09T20:18:47.875 INFO:teuthology.orchestra.run.smithi157.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-02-09T20:18:47.875 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-02-09T20:18:48.482 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-02-09T20:18:48.656 INFO:teuthology.orchestra.run.smithi157.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-02-09T20:18:50.188 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-02-09T20:18:50.367 INFO:teuthology.orchestra.run.smithi157.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-02-09T20:18:50.417 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-02-09T20:18:50.628 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-02-09T20:18:50.631 INFO:teuthology.orchestra.run.smithi157.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-02-09T20:18:50.858 INFO:teuthology.orchestra.run.smithi157.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-02-09T20:18:51.976 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-02-09T20:18:52.167 INFO:teuthology.orchestra.run.smithi157.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-02-09T20:18:52.262 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-02-09T20:18:52.489 INFO:teuthology.orchestra.run.smithi157.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-02-09T20:18:52.493 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-02-09T20:18:52.732 INFO:teuthology.orchestra.run.smithi157.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-02-09T20:18:52.867 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-02-09T20:18:53.081 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-02-09T20:18:53.583 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-02-09T20:18:53.833 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-02-09T20:18:54.248 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-02-09T20:18:54.443 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-02-09T20:18:54.538 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-02-09T20:18:54.626 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-02-09T20:18:54.723 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-02-09T20:18:54.842 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-02-09T20:18:54.940 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-02-09T20:18:54.969 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2024-02-09T20:18:54.983 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-02-09T20:18:54.983 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-02-09T20:18:55.156 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-02-09T20:18:55.279 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-02-09T20:18:55.300 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2024-02-09T20:18:55.314 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-02-09T20:18:55.314 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-02-09T20:18:55.444 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-02-09T20:18:55.444 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-02-09T20:18:55.627 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-02-09T20:18:55.637 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-02-09T20:18:55.637 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-02-09T20:18:55.803 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-02-09T20:18:55.834 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-02-09T20:18:55.835 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-02-09T20:18:55.986 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-02-09T20:18:56.018 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-02-09T20:18:56.018 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-02-09T20:18:56.144 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-02-09T20:18:56.200 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-02-09T20:18:56.336 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-02-09T20:18:56.375 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-02-09T20:18:56.494 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-02-09T20:18:56.550 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-02-09T20:18:56.644 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-02-09T20:18:56.768 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-02-09T20:18:56.805 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-02-09T20:18:56.806 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-09T20:18:56.916 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-02-09T20:18:57.019 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-09T20:18:57.133 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-02-09T20:18:57.336 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-02-09T20:18:57.336 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-09T20:18:57.549 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-09T20:19:14.192 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-02-09T20:19:14.630 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-09T20:19:14.630 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-02-09T20:19:14.630 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-02-09T20:19:14.631 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-02-09T20:19:14.631 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-02-09T20:19:14.631 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-02-09T20:19:14.631 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-02-09T20:19:14.631 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-02-09T20:19:14.631 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-02-09T20:19:14.631 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-02-09T20:19:14.631 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-02-09T20:19:14.631 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-02-09T20:19:14.631 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2024-02-09T20:19:14.631 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-02-09T20:19:14.631 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2024-02-09T20:19:14.631 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-02-09T20:19:14.631 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-02-09T20:19:14.631 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-02-09T20:19:14.632 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-02-09T20:19:14.632 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-02-09T20:19:14.632 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-02-09T20:19:14.632 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-02-09T20:19:14.632 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2024-02-09T20:19:14.632 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-02-09T20:19:14.632 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-02-09T20:19:14.632 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-02-09T20:19:14.632 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-02-09T20:19:14.632 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-02-09T20:19:14.632 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-02-09T20:19:14.632 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-02-09T20:19:14.632 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-02-09T20:19:15.049 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-02-09T20:19:15.497 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-09T20:19:15.497 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-02-09T20:19:15.497 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-02-09T20:19:15.497 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-02-09T20:19:15.497 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-02-09T20:19:15.497 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-02-09T20:19:15.497 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-02-09T20:19:15.497 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-02-09T20:19:15.497 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-02-09T20:19:15.497 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-02-09T20:19:15.497 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-02-09T20:19:15.498 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-02-09T20:19:15.498 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2024-02-09T20:19:15.498 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-02-09T20:19:15.498 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2024-02-09T20:19:15.498 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-02-09T20:19:15.498 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-02-09T20:19:15.498 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-02-09T20:19:15.498 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-02-09T20:19:15.498 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-02-09T20:19:15.498 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-02-09T20:19:15.498 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-02-09T20:19:15.498 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2024-02-09T20:19:15.498 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-02-09T20:19:15.498 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-02-09T20:19:15.498 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-02-09T20:19:15.498 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-02-09T20:19:15.499 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-02-09T20:19:15.499 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-02-09T20:19:15.499 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-02-09T20:19:15.499 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-02-09T20:19:19.399 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-02-09T20:19:19.399 INFO:teuthology.orchestra.run.smithi150.stdout:Installed products updated. 2024-02-09T20:19:19.927 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:19:19.927 INFO:teuthology.orchestra.run.smithi150.stdout:Downgraded: 2024-02-09T20:19:19.927 INFO:teuthology.orchestra.run.smithi150.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:19:19.927 INFO:teuthology.orchestra.run.smithi150.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-02-09T20:19:19.927 INFO:teuthology.orchestra.run.smithi150.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:19:19.927 INFO:teuthology.orchestra.run.smithi150.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:19:19.927 INFO:teuthology.orchestra.run.smithi150.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:19:19.927 INFO:teuthology.orchestra.run.smithi150.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:19:19.928 INFO:teuthology.orchestra.run.smithi150.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:19:19.928 INFO:teuthology.orchestra.run.smithi150.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-02-09T20:19:19.928 INFO:teuthology.orchestra.run.smithi150.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-02-09T20:19:19.928 INFO:teuthology.orchestra.run.smithi150.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-02-09T20:19:19.928 INFO:teuthology.orchestra.run.smithi150.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:19:19.928 INFO:teuthology.orchestra.run.smithi150.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:19:19.928 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2024-02-09T20:19:19.928 INFO:teuthology.orchestra.run.smithi150.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:19:19.928 INFO:teuthology.orchestra.run.smithi150.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-02-09T20:19:19.928 INFO:teuthology.orchestra.run.smithi150.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:19:19.928 INFO:teuthology.orchestra.run.smithi150.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:19:19.928 INFO:teuthology.orchestra.run.smithi150.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:19:19.928 INFO:teuthology.orchestra.run.smithi150.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-02-09T20:19:19.928 INFO:teuthology.orchestra.run.smithi150.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-09T20:19:19.928 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:19:19.929 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-02-09T20:19:20.121 DEBUG:teuthology.parallel:result is None 2024-02-09T20:19:20.336 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-02-09T20:19:20.336 INFO:teuthology.orchestra.run.smithi157.stdout:Installed products updated. 2024-02-09T20:19:20.886 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-02-09T20:19:20.886 INFO:teuthology.orchestra.run.smithi157.stdout:Downgraded: 2024-02-09T20:19:20.886 INFO:teuthology.orchestra.run.smithi157.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:19:20.886 INFO:teuthology.orchestra.run.smithi157.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-02-09T20:19:20.886 INFO:teuthology.orchestra.run.smithi157.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:19:20.886 INFO:teuthology.orchestra.run.smithi157.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:19:20.886 INFO:teuthology.orchestra.run.smithi157.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:19:20.886 INFO:teuthology.orchestra.run.smithi157.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:19:20.886 INFO:teuthology.orchestra.run.smithi157.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:19:20.886 INFO:teuthology.orchestra.run.smithi157.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-02-09T20:19:20.886 INFO:teuthology.orchestra.run.smithi157.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-02-09T20:19:20.886 INFO:teuthology.orchestra.run.smithi157.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-02-09T20:19:20.887 INFO:teuthology.orchestra.run.smithi157.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:19:20.887 INFO:teuthology.orchestra.run.smithi157.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:19:20.887 INFO:teuthology.orchestra.run.smithi157.stdout:Installed: 2024-02-09T20:19:20.887 INFO:teuthology.orchestra.run.smithi157.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:19:20.887 INFO:teuthology.orchestra.run.smithi157.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-02-09T20:19:20.887 INFO:teuthology.orchestra.run.smithi157.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:19:20.887 INFO:teuthology.orchestra.run.smithi157.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:19:20.887 INFO:teuthology.orchestra.run.smithi157.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:19:20.887 INFO:teuthology.orchestra.run.smithi157.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-02-09T20:19:20.887 INFO:teuthology.orchestra.run.smithi157.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-09T20:19:20.887 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-02-09T20:19:20.887 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-02-09T20:19:21.072 DEBUG:teuthology.parallel:result is None 2024-02-09T20:19:21.072 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-02-09T20:19:21.086 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-02-09T20:19:21.087 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-09T20:19:21.087 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/scratch_devs of=/dev/stdout 2024-02-09T20:19:21.108 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-09T20:19:21.109 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_1 2024-02-09T20:19:21.168 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-09T20:19:21.169 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-09T20:19:21.169 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 178655 Links: 1 2024-02-09T20:19:21.169 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-09T20:19:21.169 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:device_t:s0 2024-02-09T20:19:21.169 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-02-09 20:19:14.333382734 +0000 2024-02-09T20:19:21.169 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-02-09 20:17:34.622318869 +0000 2024-02-09T20:19:21.169 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-02-09 20:17:34.622318869 +0000 2024-02-09T20:19:21.169 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-02-09T20:19:21.169 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-09T20:19:21.237 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-02-09T20:19:21.237 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-02-09T20:19:21.237 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000274148 s, 1.9 MB/s 2024-02-09T20:19:21.238 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-09T20:19:21.298 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_2 2024-02-09T20:19:21.356 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-09T20:19:21.356 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-09T20:19:21.356 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 179843 Links: 1 2024-02-09T20:19:21.356 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-09T20:19:21.356 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:device_t:s0 2024-02-09T20:19:21.356 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-02-09 20:19:14.333382734 +0000 2024-02-09T20:19:21.356 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-02-09 20:17:34.962312143 +0000 2024-02-09T20:19:21.356 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-02-09 20:17:34.962312143 +0000 2024-02-09T20:19:21.356 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-02-09T20:19:21.357 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-09T20:19:21.423 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-02-09T20:19:21.423 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-02-09T20:19:21.424 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.00025337 s, 2.0 MB/s 2024-02-09T20:19:21.425 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-09T20:19:21.484 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_3 2024-02-09T20:19:21.543 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-09T20:19:21.543 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-09T20:19:21.543 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 179945 Links: 1 2024-02-09T20:19:21.543 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-09T20:19:21.543 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:device_t:s0 2024-02-09T20:19:21.543 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-02-09 20:19:14.333382734 +0000 2024-02-09T20:19:21.543 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-02-09 20:17:35.321305040 +0000 2024-02-09T20:19:21.543 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-02-09 20:17:35.321305040 +0000 2024-02-09T20:19:21.543 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-02-09T20:19:21.543 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-09T20:19:21.611 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-02-09T20:19:21.611 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-02-09T20:19:21.611 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000189171 s, 2.7 MB/s 2024-02-09T20:19:21.612 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-09T20:19:21.670 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_4 2024-02-09T20:19:21.728 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-09T20:19:21.728 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-09T20:19:21.728 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 176728 Links: 1 2024-02-09T20:19:21.728 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-09T20:19:21.728 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:device_t:s0 2024-02-09T20:19:21.728 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-02-09 20:19:14.333382734 +0000 2024-02-09T20:19:21.728 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-02-09 20:17:35.663298274 +0000 2024-02-09T20:19:21.728 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-02-09 20:17:35.663298274 +0000 2024-02-09T20:19:21.728 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-02-09T20:19:21.729 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-09T20:19:21.794 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-02-09T20:19:21.794 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-02-09T20:19:21.794 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000235388 s, 2.2 MB/s 2024-02-09T20:19:21.795 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-09T20:19:21.853 DEBUG:teuthology.orchestra.run.smithi150:> 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-09T20:19:21.965 INFO:teuthology.orchestra.run.smithi150.stdout:loop 2024-02-09T20:19:21.967 INFO:tasks.nvme_loop:Connecting nvme_loop smithi150:/dev/vg_nvme/lv_1... 2024-02-09T20:19:21.967 DEBUG:teuthology.orchestra.run.smithi150:> 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-09T20:19:22.002 INFO:teuthology.orchestra.run.smithi150.stdout:1 2024-02-09T20:19:22.038 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/vg_nvme/lv_11 2024-02-09T20:19:22.078 INFO:tasks.nvme_loop:Connecting nvme_loop smithi150:/dev/vg_nvme/lv_2... 2024-02-09T20:19:22.079 DEBUG:teuthology.orchestra.run.smithi150:> 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-09T20:19:22.155 INFO:teuthology.orchestra.run.smithi150.stdout:1 2024-02-09T20:19:22.191 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/vg_nvme/lv_21 2024-02-09T20:19:22.230 INFO:tasks.nvme_loop:Connecting nvme_loop smithi150:/dev/vg_nvme/lv_3... 2024-02-09T20:19:22.230 DEBUG:teuthology.orchestra.run.smithi150:> 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-09T20:19:22.311 INFO:teuthology.orchestra.run.smithi150.stdout:1 2024-02-09T20:19:22.346 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/vg_nvme/lv_31 2024-02-09T20:19:22.385 INFO:tasks.nvme_loop:Connecting nvme_loop smithi150:/dev/vg_nvme/lv_4... 2024-02-09T20:19:22.385 DEBUG:teuthology.orchestra.run.smithi150:> 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-09T20:19:22.462 INFO:teuthology.orchestra.run.smithi150.stdout:1 2024-02-09T20:19:22.497 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/vg_nvme/lv_41 2024-02-09T20:19:22.535 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-09T20:19:22.535 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/scratch_devs of=/dev/stdout 2024-02-09T20:19:22.593 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme list 2024-02-09T20:19:22.657 INFO:teuthology.orchestra.run.smithi150.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-09T20:19:22.658 INFO:teuthology.orchestra.run.smithi150.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-09T20:19:22.658 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme0n1 CVFT623300GX400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-09T20:19:22.658 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme1n1 f04a3804cc3d409da942 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-09T20:19:22.658 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme2n1 e6b486a2b38b99b10d19 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-09T20:19:22.658 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme3n1 ff5bc01a3cd9574527e5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-09T20:19:22.658 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme4n1 0f4124016cb96ac3ee59 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-09T20:19:22.659 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-09T20:19:22.659 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-09T20:19:22.659 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/scratch_devs 2024-02-09T20:19:22.725 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-02-09T20:19:22.726 DEBUG:teuthology.orchestra.run.smithi157:> dd if=/scratch_devs of=/dev/stdout 2024-02-09T20:19:22.748 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-09T20:19:22.748 DEBUG:teuthology.orchestra.run.smithi157:> stat /dev/vg_nvme/lv_1 2024-02-09T20:19:22.808 INFO:teuthology.orchestra.run.smithi157.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-09T20:19:22.808 INFO:teuthology.orchestra.run.smithi157.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-09T20:19:22.809 INFO:teuthology.orchestra.run.smithi157.stdout:Device: 6h/6d Inode: 174719 Links: 1 2024-02-09T20:19:22.809 INFO:teuthology.orchestra.run.smithi157.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-09T20:19:22.809 INFO:teuthology.orchestra.run.smithi157.stdout:Context: system_u:object_r:device_t:s0 2024-02-09T20:19:22.809 INFO:teuthology.orchestra.run.smithi157.stdout:Access: 2024-02-09 20:19:15.199202660 +0000 2024-02-09T20:19:22.809 INFO:teuthology.orchestra.run.smithi157.stdout:Modify: 2024-02-09 20:17:46.757013379 +0000 2024-02-09T20:19:22.809 INFO:teuthology.orchestra.run.smithi157.stdout:Change: 2024-02-09 20:17:46.757013379 +0000 2024-02-09T20:19:22.809 INFO:teuthology.orchestra.run.smithi157.stdout: Birth: - 2024-02-09T20:19:22.809 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-09T20:19:22.878 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records in 2024-02-09T20:19:22.878 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records out 2024-02-09T20:19:22.878 INFO:teuthology.orchestra.run.smithi157.stderr:512 bytes copied, 0.000129387 s, 4.0 MB/s 2024-02-09T20:19:22.879 DEBUG:teuthology.orchestra.run.smithi157:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-09T20:19:22.939 DEBUG:teuthology.orchestra.run.smithi157:> stat /dev/vg_nvme/lv_2 2024-02-09T20:19:22.998 INFO:teuthology.orchestra.run.smithi157.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-09T20:19:22.998 INFO:teuthology.orchestra.run.smithi157.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-09T20:19:22.998 INFO:teuthology.orchestra.run.smithi157.stdout:Device: 6h/6d Inode: 181372 Links: 1 2024-02-09T20:19:22.998 INFO:teuthology.orchestra.run.smithi157.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-09T20:19:22.998 INFO:teuthology.orchestra.run.smithi157.stdout:Context: system_u:object_r:device_t:s0 2024-02-09T20:19:22.998 INFO:teuthology.orchestra.run.smithi157.stdout:Access: 2024-02-09 20:19:15.199202660 +0000 2024-02-09T20:19:22.998 INFO:teuthology.orchestra.run.smithi157.stdout:Modify: 2024-02-09 20:17:47.104007034 +0000 2024-02-09T20:19:22.998 INFO:teuthology.orchestra.run.smithi157.stdout:Change: 2024-02-09 20:17:47.104007034 +0000 2024-02-09T20:19:22.998 INFO:teuthology.orchestra.run.smithi157.stdout: Birth: - 2024-02-09T20:19:22.999 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-09T20:19:23.065 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records in 2024-02-09T20:19:23.065 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records out 2024-02-09T20:19:23.066 INFO:teuthology.orchestra.run.smithi157.stderr:512 bytes copied, 0.000113108 s, 4.5 MB/s 2024-02-09T20:19:23.067 DEBUG:teuthology.orchestra.run.smithi157:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-09T20:19:23.128 DEBUG:teuthology.orchestra.run.smithi157:> stat /dev/vg_nvme/lv_3 2024-02-09T20:19:23.186 INFO:teuthology.orchestra.run.smithi157.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-09T20:19:23.186 INFO:teuthology.orchestra.run.smithi157.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-09T20:19:23.186 INFO:teuthology.orchestra.run.smithi157.stdout:Device: 6h/6d Inode: 175735 Links: 1 2024-02-09T20:19:23.186 INFO:teuthology.orchestra.run.smithi157.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-09T20:19:23.186 INFO:teuthology.orchestra.run.smithi157.stdout:Context: system_u:object_r:device_t:s0 2024-02-09T20:19:23.186 INFO:teuthology.orchestra.run.smithi157.stdout:Access: 2024-02-09 20:19:15.199202660 +0000 2024-02-09T20:19:23.186 INFO:teuthology.orchestra.run.smithi157.stdout:Modify: 2024-02-09 20:17:47.457000580 +0000 2024-02-09T20:19:23.186 INFO:teuthology.orchestra.run.smithi157.stdout:Change: 2024-02-09 20:17:47.457000580 +0000 2024-02-09T20:19:23.186 INFO:teuthology.orchestra.run.smithi157.stdout: Birth: - 2024-02-09T20:19:23.186 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-09T20:19:23.252 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records in 2024-02-09T20:19:23.252 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records out 2024-02-09T20:19:23.252 INFO:teuthology.orchestra.run.smithi157.stderr:512 bytes copied, 8.5465e-05 s, 6.0 MB/s 2024-02-09T20:19:23.253 DEBUG:teuthology.orchestra.run.smithi157:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-09T20:19:23.311 DEBUG:teuthology.orchestra.run.smithi157:> stat /dev/vg_nvme/lv_4 2024-02-09T20:19:23.368 INFO:teuthology.orchestra.run.smithi157.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-09T20:19:23.369 INFO:teuthology.orchestra.run.smithi157.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-09T20:19:23.369 INFO:teuthology.orchestra.run.smithi157.stdout:Device: 6h/6d Inode: 180636 Links: 1 2024-02-09T20:19:23.369 INFO:teuthology.orchestra.run.smithi157.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-09T20:19:23.369 INFO:teuthology.orchestra.run.smithi157.stdout:Context: system_u:object_r:device_t:s0 2024-02-09T20:19:23.369 INFO:teuthology.orchestra.run.smithi157.stdout:Access: 2024-02-09 20:19:15.199202660 +0000 2024-02-09T20:19:23.369 INFO:teuthology.orchestra.run.smithi157.stdout:Modify: 2024-02-09 20:17:47.789994491 +0000 2024-02-09T20:19:23.369 INFO:teuthology.orchestra.run.smithi157.stdout:Change: 2024-02-09 20:17:47.789994491 +0000 2024-02-09T20:19:23.369 INFO:teuthology.orchestra.run.smithi157.stdout: Birth: - 2024-02-09T20:19:23.369 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-09T20:19:23.435 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records in 2024-02-09T20:19:23.435 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records out 2024-02-09T20:19:23.435 INFO:teuthology.orchestra.run.smithi157.stderr:512 bytes copied, 0.00010498 s, 4.9 MB/s 2024-02-09T20:19:23.436 DEBUG:teuthology.orchestra.run.smithi157:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-09T20:19:23.494 DEBUG:teuthology.orchestra.run.smithi157:> 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-09T20:19:23.616 INFO:teuthology.orchestra.run.smithi157.stdout:loop 2024-02-09T20:19:23.618 INFO:tasks.nvme_loop:Connecting nvme_loop smithi157:/dev/vg_nvme/lv_1... 2024-02-09T20:19:23.618 DEBUG:teuthology.orchestra.run.smithi157:> 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-09T20:19:23.654 INFO:teuthology.orchestra.run.smithi157.stdout:1 2024-02-09T20:19:23.689 INFO:teuthology.orchestra.run.smithi157.stdout:/dev/vg_nvme/lv_11 2024-02-09T20:19:23.730 INFO:tasks.nvme_loop:Connecting nvme_loop smithi157:/dev/vg_nvme/lv_2... 2024-02-09T20:19:23.730 DEBUG:teuthology.orchestra.run.smithi157:> 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-09T20:19:23.805 INFO:teuthology.orchestra.run.smithi157.stdout:1 2024-02-09T20:19:23.841 INFO:teuthology.orchestra.run.smithi157.stdout:/dev/vg_nvme/lv_21 2024-02-09T20:19:23.880 INFO:tasks.nvme_loop:Connecting nvme_loop smithi157:/dev/vg_nvme/lv_3... 2024-02-09T20:19:23.880 DEBUG:teuthology.orchestra.run.smithi157:> 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-09T20:19:23.956 INFO:teuthology.orchestra.run.smithi157.stdout:1 2024-02-09T20:19:23.992 INFO:teuthology.orchestra.run.smithi157.stdout:/dev/vg_nvme/lv_31 2024-02-09T20:19:24.031 INFO:tasks.nvme_loop:Connecting nvme_loop smithi157:/dev/vg_nvme/lv_4... 2024-02-09T20:19:24.031 DEBUG:teuthology.orchestra.run.smithi157:> 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-09T20:19:24.112 INFO:teuthology.orchestra.run.smithi157.stdout:1 2024-02-09T20:19:24.148 INFO:teuthology.orchestra.run.smithi157.stdout:/dev/vg_nvme/lv_41 2024-02-09T20:19:24.187 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-02-09T20:19:24.187 DEBUG:teuthology.orchestra.run.smithi157:> dd if=/scratch_devs of=/dev/stdout 2024-02-09T20:19:24.244 DEBUG:teuthology.orchestra.run.smithi157:> sudo nvme list 2024-02-09T20:19:24.310 INFO:teuthology.orchestra.run.smithi157.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-09T20:19:24.310 INFO:teuthology.orchestra.run.smithi157.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-09T20:19:24.310 INFO:teuthology.orchestra.run.smithi157.stdout:/dev/nvme0n1 PHMB7476002V480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-02-09T20:19:24.310 INFO:teuthology.orchestra.run.smithi157.stdout:/dev/nvme1n1 c8bde710b09ce41aa0f6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-09T20:19:24.310 INFO:teuthology.orchestra.run.smithi157.stdout:/dev/nvme2n1 6c6e79c2949d5f9c825e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-09T20:19:24.310 INFO:teuthology.orchestra.run.smithi157.stdout:/dev/nvme3n1 8d88847405ea025a60ad Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-09T20:19:24.311 INFO:teuthology.orchestra.run.smithi157.stdout:/dev/nvme4n1 51b9f21dbaf3863ed416 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-09T20:19:24.311 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-09T20:19:24.312 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-02-09T20:19:24.312 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/scratch_devs 2024-02-09T20:19:24.378 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-09T20:19:24.456 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': '5db25abe00e218b6920215c0bef70af7e47c7152'} 2024-02-09T20:19:24.456 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 2024-02-09T20:19:24.457 INFO:tasks.cephadm:Cluster fsid is 8452f3e0-c788-11ee-95b8-87774f69a715 2024-02-09T20:19:24.457 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-09T20:19:24.457 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-09T20:19:24.457 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi150': '172.21.15.150', 'mon.smithi157': '172.21.15.157'} 2024-02-09T20:19:24.457 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-09T20:19:24.458 DEBUG:teuthology.orchestra.run.smithi150:> sudo hostname $(hostname -s) 2024-02-09T20:19:24.491 DEBUG:teuthology.orchestra.run.smithi157:> sudo hostname $(hostname -s) 2024-02-09T20:19:24.518 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 5db25abe00e218b6920215c0bef70af7e47c7152)... 2024-02-09T20:19:24.519 DEBUG:teuthology.orchestra.run.smithi150:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/5db25abe00e218b6920215c0bef70af7e47c7152/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-09T20:19:24.673 INFO:teuthology.orchestra.run.smithi150.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 9 20:19 /home/ubuntu/cephtest/cephadm 2024-02-09T20:19:24.674 DEBUG:teuthology.orchestra.run.smithi157:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/5db25abe00e218b6920215c0bef70af7e47c7152/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-09T20:19:24.811 INFO:teuthology.orchestra.run.smithi157.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 9 20:19 /home/ubuntu/cephtest/cephadm 2024-02-09T20:19:24.812 DEBUG:teuthology.orchestra.run.smithi150:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-09T20:19:24.833 DEBUG:teuthology.orchestra.run.smithi157:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-09T20:19:24.860 DEBUG:teuthology.orchestra.run.smithi150:> sudo mkdir -p /etc/ceph 2024-02-09T20:19:24.906 DEBUG:teuthology.orchestra.run.smithi157:> sudo mkdir -p /etc/ceph 2024-02-09T20:19:24.933 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 777 /etc/ceph 2024-02-09T20:19:24.976 DEBUG:teuthology.orchestra.run.smithi157:> sudo chmod 777 /etc/ceph 2024-02-09T20:19:25.003 INFO:tasks.cephadm:Writing seed config... 2024-02-09T20:19:25.004 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-09T20:19:25.004 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-09T20:19:25.004 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-09T20:19:25.005 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-09T20:19:25.005 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-09T20:19:25.005 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-09T20:19:25.005 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-09T20:19:25.005 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-09T20:19:25.005 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-09T20:19:25.005 DEBUG:teuthology.orchestra.run.smithi150:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-09T20:19:25.035 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 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 = 8452f3e0-c788-11ee-95b8-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-09T20:19:25.035 DEBUG:teuthology.orchestra.run.smithi150:mon.smithi150> sudo journalctl -f -n 0 -u ceph-8452f3e0-c788-11ee-95b8-87774f69a715@mon.smithi150.service 2024-02-09T20:19:25.077 INFO:tasks.cephadm:Bootstrapping... 2024-02-09T20:19:25.077 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 -v bootstrap --fsid 8452f3e0-c788-11ee-95b8-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.150 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-09T20:19:25.106 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:-- Logs begin at Fri 2024-02-09 20:07:58 UTC. -- 2024-02-09T20:19:25.333 INFO:teuthology.orchestra.run.smithi150.stderr:-------------------------------------------------------------------------------- 2024-02-09T20:19:25.333 INFO:teuthology.orchestra.run.smithi150.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152', '-v', 'bootstrap', '--fsid', '8452f3e0-c788-11ee-95b8-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.150', '--skip-admin-label'] 2024-02-09T20:19:26.673 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: 3.0.1 2024-02-09T20:19:26.685 INFO:teuthology.orchestra.run.smithi150.stderr:Verifying podman|docker is present... 2024-02-09T20:19:26.730 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: 3.0.1 2024-02-09T20:19:26.747 INFO:teuthology.orchestra.run.smithi150.stderr:Verifying lvm2 is present... 2024-02-09T20:19:26.747 INFO:teuthology.orchestra.run.smithi150.stderr:Verifying time synchronization is in place... 2024-02-09T20:19:26.754 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-09T20:19:26.760 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: inactive 2024-02-09T20:19:26.767 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: enabled 2024-02-09T20:19:26.772 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: active 2024-02-09T20:19:26.773 INFO:teuthology.orchestra.run.smithi150.stderr:Unit chronyd.service is enabled and running 2024-02-09T20:19:26.773 INFO:teuthology.orchestra.run.smithi150.stderr:Repeating the final host check... 2024-02-09T20:19:26.813 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: 3.0.1 2024-02-09T20:19:26.832 INFO:teuthology.orchestra.run.smithi150.stderr:podman (/bin/podman) version 3.0.1 is present 2024-02-09T20:19:26.832 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl is present 2024-02-09T20:19:26.832 INFO:teuthology.orchestra.run.smithi150.stderr:lvcreate is present 2024-02-09T20:19:26.837 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-09T20:19:26.843 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: inactive 2024-02-09T20:19:26.849 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: enabled 2024-02-09T20:19:26.855 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: active 2024-02-09T20:19:26.856 INFO:teuthology.orchestra.run.smithi150.stderr:Unit chronyd.service is enabled and running 2024-02-09T20:19:26.856 INFO:teuthology.orchestra.run.smithi150.stderr:Host looks OK 2024-02-09T20:19:26.856 INFO:teuthology.orchestra.run.smithi150.stderr:Cluster fsid: 8452f3e0-c788-11ee-95b8-87774f69a715 2024-02-09T20:19:26.856 INFO:teuthology.orchestra.run.smithi150.stderr:Acquiring lock 139912148038040 on /run/cephadm/8452f3e0-c788-11ee-95b8-87774f69a715.lock 2024-02-09T20:19:26.856 INFO:teuthology.orchestra.run.smithi150.stderr:Lock 139912148038040 acquired on /run/cephadm/8452f3e0-c788-11ee-95b8-87774f69a715.lock 2024-02-09T20:19:26.856 INFO:teuthology.orchestra.run.smithi150.stderr:Verifying IP 172.21.15.150 port 3300 ... 2024-02-09T20:19:26.857 INFO:teuthology.orchestra.run.smithi150.stderr:Verifying IP 172.21.15.150 port 6789 ... 2024-02-09T20:19:26.857 INFO:teuthology.orchestra.run.smithi150.stderr:Base mon IP(s) is [172.21.15.150:3300, 172.21.15.150:6789], mon addrv is [v2:172.21.15.150:3300,v1:172.21.15.150:6789] 2024-02-09T20:19:26.860 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-02-09T20:19:26.860 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.150 metric 100 2024-02-09T20:19:26.862 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-09T20:19:26.862 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-02-09T20:19:26.863 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-02-09T20:19:26.865 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-09T20:19:26.865 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-09T20:19:26.865 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-09T20:19:26.866 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-02-09T20:19:26.866 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: inet6 fe80::b032:d8a7:240e:6fbc/64 scope link noprefixroute 2024-02-09T20:19:26.866 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-09T20:19:26.866 INFO:teuthology.orchestra.run.smithi150.stderr:Mon IP `172.21.15.150` is in CIDR network `172.21.0.0/20` 2024-02-09T20:19:26.867 INFO:teuthology.orchestra.run.smithi150.stderr:Mon IP `172.21.15.150` is in CIDR network `172.21.0.0/20` 2024-02-09T20:19:26.867 INFO:teuthology.orchestra.run.smithi150.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-09T20:19:26.867 INFO:teuthology.orchestra.run.smithi150.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-09T20:19:26.868 INFO:teuthology.orchestra.run.smithi150.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152... 2024-02-09T20:19:26.935 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152... 2024-02-09T20:19:27.014 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: Getting image source signatures 2024-02-09T20:19:27.142 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: Copying blob sha256:4614e41239e7e0d4cc9213ed940a60f3cb55d3c6f42e7ea890efc773a07511e3 2024-02-09T20:19:27.217 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: Copying blob sha256:58df4e03ba066accf3a7e07426bab5f1c867e27a139801c642bdafb42b9a2d9a 2024-02-09T20:19:46.599 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: Copying config sha256:b2573f70982b7b835b57e14a780c95831b17e27969e5e51245677c7c2a63ba1b 2024-02-09T20:19:46.648 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: Writing manifest to image destination 2024-02-09T20:19:46.648 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: Storing signatures 2024-02-09T20:19:56.437 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: b2573f70982b7b835b57e14a780c95831b17e27969e5e51245677c7c2a63ba1b 2024-02-09T20:19:56.979 INFO:teuthology.orchestra.run.smithi150.stderr:ceph: ceph version 16.2.14-530-g5db25abe (5db25abe00e218b6920215c0bef70af7e47c7152) pacific (stable) 2024-02-09T20:20:07.624 INFO:teuthology.orchestra.run.smithi150.stderr:Ceph version: ceph version 16.2.14-530-g5db25abe (5db25abe00e218b6920215c0bef70af7e47c7152) pacific (stable) 2024-02-09T20:20:07.624 INFO:teuthology.orchestra.run.smithi150.stderr:Extracting ceph user uid/gid from container image... 2024-02-09T20:20:07.980 INFO:teuthology.orchestra.run.smithi150.stderr:stat: 167 167 2024-02-09T20:20:08.364 INFO:teuthology.orchestra.run.smithi150.stderr:Creating initial keys... 2024-02-09T20:20:08.692 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-authtool: AQD4iMZlwYqZKBAAha1kdAmB645B9s8idexh+Q== 2024-02-09T20:20:09.483 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-authtool: AQD5iMZlYoDHGxAA/YpQZ8h5vG4cJZMmGBOMzA== 2024-02-09T20:20:10.274 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-authtool: AQD6iMZlp1h4DxAAXUHMX4Sg1EuAAzcVHO7n2g== 2024-02-09T20:20:10.669 INFO:teuthology.orchestra.run.smithi150.stderr:Creating initial monmap... 2024-02-09T20:20:11.018 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-09T20:20:11.018 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 8452f3e0-c788-11ee-95b8-87774f69a715 2024-02-09T20:20:11.019 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-09T20:20:11.455 INFO:teuthology.orchestra.run.smithi150.stderr:monmaptool for smithi150 [v2:172.21.15.150:3300,v1:172.21.15.150:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-09T20:20:11.455 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/monmaptool: set fsid to 8452f3e0-c788-11ee-95b8-87774f69a715 2024-02-09T20:20:11.455 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-09T20:20:11.455 INFO:teuthology.orchestra.run.smithi150.stderr: 2024-02-09T20:20:11.455 INFO:teuthology.orchestra.run.smithi150.stderr:Creating mon... 2024-02-09T20:20:11.840 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.808+0000 7f3a5cfab880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-09T20:20:11.841 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.808+0000 7f3a5cfab880 1 imported monmap: 2024-02-09T20:20:11.841 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-09T20:20:11.841 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: fsid 8452f3e0-c788-11ee-95b8-87774f69a715 2024-02-09T20:20:11.841 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: last_changed 2024-02-09T20:20:11.003118+0000 2024-02-09T20:20:11.841 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: created 2024-02-09T20:20:11.003118+0000 2024-02-09T20:20:11.841 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-09T20:20:11.841 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-09T20:20:11.841 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.smithi150 2024-02-09T20:20:11.841 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2024-02-09T20:20:11.841 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.808+0000 7f3a5cfab880 0 /usr/bin/ceph-mon: set fsid to 8452f3e0-c788-11ee-95b8-87774f69a715 2024-02-09T20:20:11.841 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: RocksDB version: 6.8.1 2024-02-09T20:20:11.841 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2024-02-09T20:20:11.841 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-09T20:20:11.841 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Compile date Feb 8 2024 2024-02-09T20:20:11.841 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: DB SUMMARY 2024-02-09T20:20:11.842 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2024-02-09T20:20:11.842 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi150/store.db dir, Total Num: 0, files: 2024-02-09T20:20:11.842 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2024-02-09T20:20:11.842 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi150/store.db: 2024-02-09T20:20:11.842 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2024-02-09T20:20:11.842 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.error_if_exists: 0 2024-02-09T20:20:11.842 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.create_if_missing: 1 2024-02-09T20:20:11.842 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.paranoid_checks: 1 2024-02-09T20:20:11.842 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.env: 0x55a8a83a7080 2024-02-09T20:20:11.842 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.fs: Posix File System 2024-02-09T20:20:11.842 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.info_log: 0x55a8aa483300 2024-02-09T20:20:11.842 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-09T20:20:11.842 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.statistics: (nil) 2024-02-09T20:20:11.842 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.use_fsync: 0 2024-02-09T20:20:11.842 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.max_log_file_size: 0 2024-02-09T20:20:11.843 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-09T20:20:11.843 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-09T20:20:11.843 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-09T20:20:11.843 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-09T20:20:11.843 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.allow_fallocate: 1 2024-02-09T20:20:11.843 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-09T20:20:11.843 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-09T20:20:11.843 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.use_direct_reads: 0 2024-02-09T20:20:11.843 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-09T20:20:11.843 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-09T20:20:11.843 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.db_log_dir: 2024-02-09T20:20:11.843 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi150/store.db 2024-02-09T20:20:11.843 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-09T20:20:11.843 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.max_subcompactions: 1 2024-02-09T20:20:11.843 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.max_background_flushes: -1 2024-02-09T20:20:11.843 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-09T20:20:11.844 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-09T20:20:11.844 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-09T20:20:11.844 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-09T20:20:11.844 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-09T20:20:11.844 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-09T20:20:11.844 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-09T20:20:11.844 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.write_buffer_manager: 0x55a8aa489950 2024-02-09T20:20:11.844 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-09T20:20:11.844 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-09T20:20:11.844 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-09T20:20:11.844 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-09T20:20:11.844 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-09T20:20:11.844 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-09T20:20:11.844 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-09T20:20:11.845 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-09T20:20:11.845 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-09T20:20:11.845 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.unordered_write: 0 2024-02-09T20:20:11.845 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-09T20:20:11.845 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-09T20:20:11.845 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-09T20:20:11.845 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-09T20:20:11.845 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.row_cache: None 2024-02-09T20:20:11.845 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.wal_filter: None 2024-02-09T20:20:11.845 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-09T20:20:11.845 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-09T20:20:11.845 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.preserve_deletes: 0 2024-02-09T20:20:11.845 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.two_write_queues: 0 2024-02-09T20:20:11.845 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-09T20:20:11.845 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.atomic_flush: 0 2024-02-09T20:20:11.846 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-09T20:20:11.846 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-09T20:20:11.846 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-09T20:20:11.846 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.log_readahead_size: 0 2024-02-09T20:20:11.846 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-09T20:20:11.846 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.max_background_jobs: 2 2024-02-09T20:20:11.846 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.max_background_compactions: -1 2024-02-09T20:20:11.846 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-09T20:20:11.846 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-09T20:20:11.846 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-09T20:20:11.846 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-09T20:20:11.846 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-09T20:20:11.846 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-09T20:20:11.846 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-09T20:20:11.846 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-09T20:20:11.846 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.max_open_files: -1 2024-02-09T20:20:11.847 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-09T20:20:11.847 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-09T20:20:11.847 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-09T20:20:11.847 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-09T20:20:11.847 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Compression algorithms supported: 2024-02-09T20:20:11.847 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-09T20:20:11.847 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: kZSTD supported: 0 2024-02-09T20:20:11.847 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: kXpressCompression supported: 0 2024-02-09T20:20:11.847 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-09T20:20:11.847 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: kLZ4Compression supported: 1 2024-02-09T20:20:11.847 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: kBZip2Compression supported: 0 2024-02-09T20:20:11.847 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: kZlibCompression supported: 1 2024-02-09T20:20:11.847 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: kSnappyCompression supported: 1 2024-02-09T20:20:11.847 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.809+0000 7f3a5cfab880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-09T20:20:11.847 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-09T20:20:11.848 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2024-02-09T20:20:11.848 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi150/store.db/MANIFEST-000001 2024-02-09T20:20:11.848 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2024-02-09T20:20:11.848 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-09T20:20:11.848 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2024-02-09T20:20:11.848 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-09T20:20:11.848 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.merge_operator: 2024-02-09T20:20:11.848 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.compaction_filter: None 2024-02-09T20:20:11.848 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-09T20:20:11.848 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-09T20:20:11.848 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-09T20:20:11.848 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a8aa393d18) 2024-02-09T20:20:11.848 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-09T20:20:11.849 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-09T20:20:11.849 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-09T20:20:11.849 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-09T20:20:11.849 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-09T20:20:11.849 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-09T20:20:11.849 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-09T20:20:11.849 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-09T20:20:11.849 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-09T20:20:11.849 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-09T20:20:11.849 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-09T20:20:11.849 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: block_cache: 0x55a8aa3ccd10 2024-02-09T20:20:11.849 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-09T20:20:11.849 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-09T20:20:11.849 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-09T20:20:11.849 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-09T20:20:11.849 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-09T20:20:11.850 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-09T20:20:11.850 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-09T20:20:11.850 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-09T20:20:11.850 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-09T20:20:11.850 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-09T20:20:11.850 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-09T20:20:11.850 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-09T20:20:11.850 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-09T20:20:11.850 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-09T20:20:11.850 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-09T20:20:11.850 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-09T20:20:11.850 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-09T20:20:11.850 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-09T20:20:11.850 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-09T20:20:11.850 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-09T20:20:11.850 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-09T20:20:11.851 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-09T20:20:11.851 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2024-02-09T20:20:11.851 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-09T20:20:11.851 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-09T20:20:11.851 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.compression: NoCompression 2024-02-09T20:20:11.851 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-09T20:20:11.851 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-09T20:20:11.851 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-09T20:20:11.851 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.num_levels: 7 2024-02-09T20:20:11.851 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-09T20:20:11.851 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-09T20:20:11.851 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-09T20:20:11.851 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-09T20:20:11.851 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-09T20:20:11.851 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-09T20:20:11.852 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-09T20:20:11.852 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-09T20:20:11.852 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-09T20:20:11.852 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-09T20:20:11.852 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-09T20:20:11.852 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-09T20:20:11.852 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-09T20:20:11.852 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-09T20:20:11.852 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-09T20:20:11.852 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-09T20:20:11.852 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-09T20:20:11.852 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-09T20:20:11.852 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-09T20:20:11.852 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-09T20:20:11.853 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-09T20:20:11.853 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-09T20:20:11.853 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-09T20:20:11.853 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-09T20:20:11.853 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-09T20:20:11.853 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-09T20:20:11.853 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-09T20:20:11.853 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-09T20:20:11.853 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-09T20:20:11.853 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-09T20:20:11.853 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-09T20:20:11.853 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-09T20:20:11.853 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-09T20:20:11.853 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-09T20:20:11.853 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-09T20:20:11.853 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-09T20:20:11.854 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-09T20:20:11.854 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-09T20:20:11.854 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-09T20:20:11.854 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-09T20:20:11.854 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-09T20:20:11.854 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-09T20:20:11.854 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-09T20:20:11.854 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-09T20:20:11.854 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-09T20:20:11.854 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-09T20:20:11.854 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-09T20:20:11.854 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.table_properties_collectors: 2024-02-09T20:20:11.854 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.inplace_update_support: 0 2024-02-09T20:20:11.854 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-09T20:20:11.854 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-09T20:20:11.854 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-09T20:20:11.855 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-09T20:20:11.855 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.bloom_locality: 0 2024-02-09T20:20:11.855 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.max_successive_merges: 0 2024-02-09T20:20:11.855 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-09T20:20:11.855 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-09T20:20:11.855 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-09T20:20:11.855 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-09T20:20:11.855 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.ttl: 2592000 2024-02-09T20:20:11.855 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.810+0000 7f3a5cfab880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-09T20:20:11.855 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.811+0000 7f3a5cfab880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi150/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-09T20:20:11.855 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2024-02-09T20:20:11.855 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.811+0000 7f3a5cfab880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-09T20:20:11.855 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2024-02-09T20:20:11.855 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.812+0000 7f3a5cfab880 4 rocksdb: DB pointer 0x55a8aa497800 2024-02-09T20:20:11.855 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.812+0000 7f3a45e1e700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-09T20:20:11.856 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.812+0000 7f3a45e1e700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-09T20:20:11.856 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-09T20:20:11.856 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-09T20:20:11.856 INFO:teuthology.orchestra.run.smithi150.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-09T20:20:11.856 INFO:teuthology.orchestra.run.smithi150.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-09T20:20:11.856 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-09T20:20:11.856 INFO:teuthology.orchestra.run.smithi150.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-09T20:20:11.856 INFO:teuthology.orchestra.run.smithi150.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-09T20:20:11.856 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-09T20:20:11.856 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2024-02-09T20:20:11.856 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-09T20:20:11.856 INFO:teuthology.orchestra.run.smithi150.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-09T20:20:11.856 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:20:11.856 INFO:teuthology.orchestra.run.smithi150.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-09T20:20:11.857 INFO:teuthology.orchestra.run.smithi150.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-09T20:20:11.857 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2024-02-09T20:20:11.857 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-09T20:20:11.857 INFO:teuthology.orchestra.run.smithi150.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-09T20:20:11.857 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:20:11.857 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-09T20:20:11.857 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-09T20:20:11.857 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-09T20:20:11.857 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-09T20:20:11.857 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-09T20:20:11.857 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-09T20:20:11.857 INFO:teuthology.orchestra.run.smithi150.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-09T20:20:11.857 INFO:teuthology.orchestra.run.smithi150.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-09T20:20:11.857 INFO:teuthology.orchestra.run.smithi150.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-09T20:20:11.857 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2024-02-09T20:20:11.858 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-09T20:20:11.858 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2024-02-09T20:20:11.858 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-09T20:20:11.858 INFO:teuthology.orchestra.run.smithi150.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-09T20:20:11.858 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:20:11.858 INFO:teuthology.orchestra.run.smithi150.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-09T20:20:11.858 INFO:teuthology.orchestra.run.smithi150.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-09T20:20:11.858 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2024-02-09T20:20:11.858 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-09T20:20:11.858 INFO:teuthology.orchestra.run.smithi150.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-09T20:20:11.858 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:20:11.858 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-09T20:20:11.858 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-09T20:20:11.858 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-09T20:20:11.858 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-09T20:20:11.859 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-09T20:20:11.859 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-09T20:20:11.859 INFO:teuthology.orchestra.run.smithi150.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-09T20:20:11.859 INFO:teuthology.orchestra.run.smithi150.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-09T20:20:11.859 INFO:teuthology.orchestra.run.smithi150.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-09T20:20:11.859 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2024-02-09T20:20:11.859 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-09T20:20:11.859 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2024-02-09T20:20:11.859 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.813+0000 7f3a5cfab880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-09T20:20:11.859 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.813+0000 7f3a5cfab880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-09T20:20:11.859 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:20:11.813+0000 7f3a5cfab880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi150 for mon.smithi150 2024-02-09T20:20:12.326 INFO:teuthology.orchestra.run.smithi150.stderr:create mon.smithi150 on 2024-02-09T20:20:12.435 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-09T20:20:12.534 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-8452f3e0-c788-11ee-95b8-87774f69a715.target → /etc/systemd/system/ceph-8452f3e0-c788-11ee-95b8-87774f69a715.target. 2024-02-09T20:20:12.534 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-8452f3e0-c788-11ee-95b8-87774f69a715.target → /etc/systemd/system/ceph-8452f3e0-c788-11ee-95b8-87774f69a715.target. 2024-02-09T20:20:12.738 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Failed to reset failed state of unit ceph-8452f3e0-c788-11ee-95b8-87774f69a715@mon.smithi150.service: Unit ceph-8452f3e0-c788-11ee-95b8-87774f69a715@mon.smithi150.service not loaded. 2024-02-09T20:20:12.744 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Created symlink /etc/systemd/system/ceph-8452f3e0-c788-11ee-95b8-87774f69a715.target.wants/ceph-8452f3e0-c788-11ee-95b8-87774f69a715@mon.smithi150.service → /etc/systemd/system/ceph-8452f3e0-c788-11ee-95b8-87774f69a715@.service. 2024-02-09T20:20:13.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:12 smithi150 systemd[1]: Starting Ceph mon.smithi150 for 8452f3e0-c788-11ee-95b8-87774f69a715... 2024-02-09T20:20:13.365 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: disabled 2024-02-09T20:20:13.373 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: inactive 2024-02-09T20:20:13.373 INFO:teuthology.orchestra.run.smithi150.stderr:firewalld.service is not enabled 2024-02-09T20:20:13.373 INFO:teuthology.orchestra.run.smithi150.stderr:Not possible to enable service . firewalld.service is not available 2024-02-09T20:20:13.374 INFO:teuthology.orchestra.run.smithi150.stderr:Waiting for mon to start... 2024-02-09T20:20:13.374 INFO:teuthology.orchestra.run.smithi150.stderr:Waiting for mon... 2024-02-09T20:20:13.575 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:13 smithi150 bash[34610]: 91989912779b1a367e6081804851373644e31d51000f37cf0bf298d06e472e06 2024-02-09T20:20:13.575 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:13 smithi150 systemd[1]: Started Ceph mon.smithi150 for 8452f3e0-c788-11ee-95b8-87774f69a715. 2024-02-09T20:20:13.575 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:13 smithi150 conmon[34651]: cluster 2024-02-09T20:20:13.389582+0000 mon.smithi150 (mon.0) 0 2024-02-09T20:20:13.575 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:13 smithi150 conmon[34651]: : [INF] mkfs 8452f3e0-c788-11ee-95b8-87774f69a715 2024-02-09T20:20:13.575 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:13 smithi150 conmon[34651]: cluster 2024-02-09 2024-02-09T20:20:13.575 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:13 smithi150 conmon[34651]: T20:20:13.368282+0000 mon.smithi150 (mon.0) 1 : cluster [INF] 2024-02-09T20:20:13.575 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:13 smithi150 conmon[34651]: mon.smithi150 is new leader, mons smithi150 in quorum (ranks 0) 2024-02-09T20:20:13.863 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: cluster: 2024-02-09T20:20:13.863 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: id: 8452f3e0-c788-11ee-95b8-87774f69a715 2024-02-09T20:20:13.863 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-09T20:20:13.863 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2024-02-09T20:20:13.863 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: services: 2024-02-09T20:20:13.863 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi150 (age 0.472122s) 2024-02-09T20:20:13.864 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-09T20:20:13.864 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-09T20:20:13.864 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2024-02-09T20:20:13.864 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: data: 2024-02-09T20:20:13.864 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-09T20:20:13.864 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-09T20:20:13.864 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-09T20:20:13.864 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: pgs: 2024-02-09T20:20:13.864 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2024-02-09T20:20:14.476 INFO:teuthology.orchestra.run.smithi150.stderr:mon is available 2024-02-09T20:20:14.476 INFO:teuthology.orchestra.run.smithi150.stderr:Assimilating anything we can from ceph.conf... 2024-02-09T20:20:14.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:14 smithi150 conmon[34651]: cluster 2024-02-09T20:20:13.388139+0000 mon.smithi150 (mon.0) 2 : cluster [INF] mon.smithi150 is new leader, mons smithi150 in quorum (ranks 0) 2024-02-09T20:20:14.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:14 smithi150 conmon[34651]: cluster 2024-02-09T20:20:13.388441+0000 mon.smithi150 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi150=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0]} removed_ranks: {} 2024-02-09T20:20:14.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:14 smithi150 conmon[34651]: cluster 2024-02-09T20:20:13.392378+0000 mon.smithi150 (mon.0) 4 : cluster [DBG] fsmap 2024-02-09T20:20:14.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:14 smithi150 conmon[34651]: cluster 2024-02-09T20:20:13.395232+0000 mon.smithi150 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-09T20:20:14.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:14 smithi150 conmon[34651]: cluster 2024-02-09T20:20:13.395823+0000 mon.smithi150 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-09T20:20:14.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:14 smithi150 conmon[34651]: audit 2024-02-09T20:20:13.860213+0000 mon.smithi150 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.150:0/785435827' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-09T20:20:14.961 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2024-02-09T20:20:14.962 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: [global] 2024-02-09T20:20:14.962 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: fsid = 8452f3e0-c788-11ee-95b8-87774f69a715 2024-02-09T20:20:14.962 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.150:3300,v1:172.21.15.150:6789] 2024-02-09T20:20:14.962 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-09T20:20:14.962 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-09T20:20:14.962 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-09T20:20:14.962 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-09T20:20:14.962 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2024-02-09T20:20:14.962 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: [mgr] 2024-02-09T20:20:14.962 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-09T20:20:14.962 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2024-02-09T20:20:14.962 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: [osd] 2024-02-09T20:20:14.962 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-09T20:20:14.962 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-09T20:20:15.466 INFO:teuthology.orchestra.run.smithi150.stderr:Generating new minimal ceph.conf... 2024-02-09T20:20:15.671 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:15 smithi150 conmon[34651]: audit 2024-02-09T20:20:14.955684+0000 mon.smithi150 (mon.0) 8 : audit [INF] from='client.? 172.21.15.150:0/672430535' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-09T20:20:15.671 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:15 smithi150 conmon[34651]: audit 2024-02-09T20:20:15.671 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:15 smithi150 conmon[34651]: 2024-02-09T20:20:14.958569+0000 mon.smithi150 (mon.0) 9 : audit [INF] from='client.? 172.21.15.150:0/672430535' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-09T20:20:16.392 INFO:teuthology.orchestra.run.smithi150.stderr:Restarting the monitor... 2024-02-09T20:20:16.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:16 smithi150 systemd[1]: Stopping Ceph mon.smithi150 for 8452f3e0-c788-11ee-95b8-87774f69a715... 2024-02-09T20:20:16.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:16 smithi150 conmon[34651]: audit 2024-02-09T20:20:15.939468+0000 mon.smithi150 (mon.0 2024-02-09T20:20:16.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:16 smithi150 conmon[34651]: ) 10 : audit [DBG] from='client.? 172.21.15.150:0/1679790607' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:20:16.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:16 smithi150 bash[35155]: Error: no container with name or ID ceph-8452f3e0-c788-11ee-95b8-87774f69a715-mon.smithi150 found: no such container 2024-02-09T20:20:16.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:16 smithi150 conmon[34651]: debug 2024-02-09T20:20:16.664+0000 7fc67f658700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi150 -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-09T20:20:16.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:16 smithi150 conmon[34651]: debug 2024-02-09T20:20:16.664+0000 7fc67f658700 -1 mon.smithi150@0(leader) e1 *** Got Signal Terminated *** 2024-02-09T20:20:17.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 bash[35272]: 91989912779b1a367e6081804851373644e31d51000f37cf0bf298d06e472e06 2024-02-09T20:20:17.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 systemd[1]: ceph-8452f3e0-c788-11ee-95b8-87774f69a715@mon.smithi150.service: Succeeded. 2024-02-09T20:20:17.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 systemd[1]: Stopped Ceph mon.smithi150 for 8452f3e0-c788-11ee-95b8-87774f69a715. 2024-02-09T20:20:17.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 systemd[1]: Starting Ceph mon.smithi150 for 8452f3e0-c788-11ee-95b8-87774f69a715... 2024-02-09T20:20:17.740 INFO:teuthology.orchestra.run.smithi150.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-09T20:20:17.997 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 bash[35593]: 91f9fc3469380e92f3d152f035ca5d5e565cfd968db0435185713135c15f86ce 2024-02-09T20:20:17.997 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.734+0000 7f1e727d7880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-09T20:20:17.997 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.734+0000 7f1e727d7880 0 ceph version 16.2.14-530-g5db25abe (5db25abe00e218b6920215c0bef70af7e47c7152) pacific (stable), process ceph-mon, pid 7 2024-02-09T20:20:17.997 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.734+0000 7f1e727d7880 0 pidfile_write: ignore empty --pid-file 2024-02-09T20:20:17.997 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 systemd[1]: Started Ceph mon.smithi150 for 8452f3e0-c788-11ee-95b8-87774f69a715. 2024-02-09T20:20:17.997 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.738+0000 7f1e727d7880 0 load: jerasure load: lrc load: isa 2024-02-09T20:20:17.997 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: RocksDB version: 6.8.1 2024-02-09T20:20:17.997 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 2024-02-09T20:20:17.998 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-09T20:20:17.998 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Compile date Feb 8 2024 2024-02-09T20:20:17.998 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: DB SUMMARY 2024-02-09T20:20:17.998 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 2024-02-09T20:20:17.998 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: CURRENT file: CURRENT 2024-02-09T20:20:17.998 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 2024-02-09T20:20:17.998 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-09T20:20:17.998 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 2024-02-09T20:20:17.998 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-09T20:20:17.999 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 2024-02-09T20:20:17.999 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi150/store.db dir, Total Num: 1, files: 000004.sst 2024-02-09T20:20:17.999 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 2024-02-09T20:20:17.999 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi150/store.db: 000006.log size: 86525 ; 2024-02-09T20:20:17.999 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 2024-02-09T20:20:17.999 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.error_if_exists: 0 2024-02-09T20:20:17.999 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.create_if_missing: 0 2024-02-09T20:20:17.999 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.paranoid_checks: 1 2024-02-09T20:20:17.999 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.env: 0x55d61dd49080 2024-02-09T20:20:17.999 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.fs: Posix File System 2024-02-09T20:20:17.999 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.info_log: 0x55d61eab5d20 2024-02-09T20:20:18.000 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-09T20:20:18.000 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.statistics: (nil) 2024-02-09T20:20:18.000 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.use_fsync: 0 2024-02-09T20:20:18.000 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_log_file_size: 0 2024-02-09T20:20:18.000 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-09T20:20:18.000 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-09T20:20:18.000 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-09T20:20:18.000 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-09T20:20:18.000 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.allow_fallocate: 1 2024-02-09T20:20:18.000 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-09T20:20:18.001 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-09T20:20:18.001 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.use_direct_reads: 0 2024-02-09T20:20:18.001 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-09T20:20:18.001 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-09T20:20:18.001 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.db_log_dir: 2024-02-09T20:20:18.001 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi150/store.db 2024-02-09T20:20:18.001 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-09T20:20:18.001 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_subcompactions: 1 2024-02-09T20:20:18.001 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_background_flushes: -1 2024-02-09T20:20:18.001 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-09T20:20:18.001 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-09T20:20:18.001 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-09T20:20:18.002 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-09T20:20:18.002 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-09T20:20:18.002 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-09T20:20:18.002 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-09T20:20:18.002 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.write_buffer_manager: 0x55d61f7b23f0 2024-02-09T20:20:18.002 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-09T20:20:18.002 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-09T20:20:18.002 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-09T20:20:18.002 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-09T20:20:18.002 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-09T20:20:18.002 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-09T20:20:18.002 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-09T20:20:18.002 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-09T20:20:18.003 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-09T20:20:18.003 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.unordered_write: 0 2024-02-09T20:20:18.003 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-09T20:20:18.003 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-09T20:20:18.003 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-09T20:20:18.003 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-09T20:20:18.003 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.row_cache: None 2024-02-09T20:20:18.003 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.wal_filter: None 2024-02-09T20:20:18.003 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-09T20:20:18.003 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-09T20:20:18.003 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.preserve_deletes: 0 2024-02-09T20:20:18.003 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.two_write_queues: 0 2024-02-09T20:20:18.003 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-09T20:20:18.004 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.atomic_flush: 0 2024-02-09T20:20:18.004 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-09T20:20:18.004 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-09T20:20:18.004 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-09T20:20:18.004 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.log_readahead_size: 0 2024-02-09T20:20:18.004 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-09T20:20:18.004 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_background_jobs: 2 2024-02-09T20:20:18.004 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_background_compactions: -1 2024-02-09T20:20:18.005 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-09T20:20:18.005 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-09T20:20:18.005 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-09T20:20:18.005 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-09T20:20:18.005 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-09T20:20:18.005 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-09T20:20:18.005 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-09T20:20:18.005 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-09T20:20:18.005 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_open_files: -1 2024-02-09T20:20:18.005 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-09T20:20:18.006 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-09T20:20:18.006 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-09T20:20:18.006 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-09T20:20:18.006 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Compression algorithms supported: 2024-02-09T20:20:18.006 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-09T20:20:18.006 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: kZSTD supported: 0 2024-02-09T20:20:18.006 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: kXpressCompression supported: 0 2024-02-09T20:20:18.006 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-09T20:20:18.006 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: kLZ4Compression supported: 1 2024-02-09T20:20:18.006 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: kBZip2Compression supported: 0 2024-02-09T20:20:18.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: kZlibCompression supported: 1 2024-02-09T20:20:18.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: kSnappyCompression supported: 1 2024-02-09T20:20:18.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-09T20:20:18.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi150/store.db/MANIFEST-000005 2024-02-09T20:20:18.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 2024-02-09T20:20:18.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-09T20:20:18.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 2024-02-09T20:20:18.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-09T20:20:18.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.merge_operator: 2024-02-09T20:20:18.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.compaction_filter: None 2024-02-09T20:20:18.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-09T20:20:18.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-09T20:20:18.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-09T20:20:18.008 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d61ea5fd10) 2024-02-09T20:20:18.008 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: cache_index_and_filter_blocks: 1 2024-02-09T20:20:18.008 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-09T20:20:18.008 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-09T20:20:18.008 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: pin_top_level_index_and_filter: 1 2024-02-09T20:20:18.008 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: index_type: 0 2024-02-09T20:20:18.008 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: data_block_index_type: 0 2024-02-09T20:20:18.008 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: index_shortening: 1 2024-02-09T20:20:18.008 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: data_block_hash_table_util_ratio: 0.750000 2024-02-09T20:20:18.008 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: hash_index_allow_collision: 1 2024-02-09T20:20:18.008 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: checksum: 1 2024-02-09T20:20:18.008 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: no_block_cache: 0 2024-02-09T20:20:18.008 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: block_cache: 0x55d61ea98f10 2024-02-09T20:20:18.008 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: block_cache_name: BinnedLRUCache 2024-02-09T20:20:18.008 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: block_cache_options: 2024-02-09T20:20:18.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: capacity : 536870912 2024-02-09T20:20:18.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: num_shard_bits : 4 2024-02-09T20:20:18.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: strict_capacity_limit : 0 2024-02-09T20:20:18.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: high_pri_pool_ratio: 0.000 2024-02-09T20:20:18.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: block_cache_compressed: (nil) 2024-02-09T20:20:18.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: persistent_cache: (nil) 2024-02-09T20:20:18.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: block_size: 4096 2024-02-09T20:20:18.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: block_size_deviation: 10 2024-02-09T20:20:18.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: block_restart_interval: 16 2024-02-09T20:20:18.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: index_block_restart_interval: 1 2024-02-09T20:20:18.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: metadata_block_size: 4096 2024-02-09T20:20:18.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: partition_filters: 0 2024-02-09T20:20:18.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: use_delta_encoding: 1 2024-02-09T20:20:18.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-09T20:20:18.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: whole_key_filtering: 1 2024-02-09T20:20:18.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: verify_compression: 0 2024-02-09T20:20:18.010 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: read_amp_bytes_per_bit: 0 2024-02-09T20:20:18.010 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: format_version: 2 2024-02-09T20:20:18.010 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: enable_index_compression: 1 2024-02-09T20:20:18.010 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: block_align: 0 2024-02-09T20:20:18.010 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 2024-02-09T20:20:18.010 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-09T20:20:18.010 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-09T20:20:18.010 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.compression: NoCompression 2024-02-09T20:20:18.010 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-09T20:20:18.010 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-09T20:20:18.010 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-09T20:20:18.010 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.num_levels: 7 2024-02-09T20:20:18.010 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-09T20:20:18.010 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-09T20:20:18.010 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-09T20:20:18.011 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-09T20:20:18.011 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-09T20:20:18.011 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-09T20:20:18.011 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-09T20:20:18.011 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-09T20:20:18.011 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-09T20:20:18.011 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-09T20:20:18.011 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-09T20:20:18.011 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-09T20:20:18.011 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-09T20:20:18.011 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-09T20:20:18.011 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-09T20:20:18.011 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-09T20:20:18.011 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-09T20:20:18.011 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-09T20:20:18.011 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-09T20:20:18.011 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-09T20:20:18.012 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-09T20:20:18.012 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-09T20:20:18.012 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-09T20:20:18.012 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-09T20:20:18.012 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-09T20:20:18.012 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-09T20:20:18.012 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-09T20:20:18.012 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-09T20:20:18.012 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-09T20:20:18.012 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_ 2024-02-09T20:20:18.012 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: bytes_for_level_multiplier_addtl[6]: 1 2024-02-09T20:20:18.012 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-09T20:20:18.012 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-09T20:20:18.012 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-09T20:20:18.012 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-09T20:20:18.013 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-09T20:20:18.013 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-09T20:20:18.013 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-09T20:20:18.013 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-09T20:20:18.013 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-09T20:20:18.013 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-09T20:20:18.013 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-09T20:20:18.013 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-09T20:20:18.013 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-09T20:20:18.013 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-09T20:20:18.013 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-09T20:20:18.013 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-09T20:20:18.013 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-09T20:20:18.013 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.table_properties_collectors: 2024-02-09T20:20:18.013 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.inplace_update_support: 0 2024-02-09T20:20:18.013 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-09T20:20:18.014 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-09T20:20:18.014 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-09T20:20:18.014 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-09T20:20:18.014 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.bloom_locality: 0 2024-02-09T20:20:18.015 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.max_successive_merges: 0 2024-02-09T20:20:18.015 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-09T20:20:18.015 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-09T20:20:18.015 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-09T20:20:18.015 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-09T20:20:18.015 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.ttl: 2592000 2024-02-09T20:20:18.015 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.739+0000 7f1e727d7880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-09T20:20:18.015 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.740+0000 7f1e727d7880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi150/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-09T20:20:18.015 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 2024-02-09T20:20:18.015 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.740+0000 7f1e727d7880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-09T20:20:18.015 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 2024-02-09T20:20:18.015 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.740+0000 7f1e727d7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707510017740917, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-09T20:20:18.015 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.740+0000 7f1e727d7880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-09T20:20:18.015 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.740+0000 7f1e727d7880 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-09T20:20:18.015 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.741+0000 7f1e727d7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707510017741796, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83398, "table_properties": {"data_size": 81665, "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": 9331, "raw_average_key_size": 47, "raw_value_size": 76177, "raw_average_value_size": 384, "num_data_blocks": 11, "num_entries": 198, "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": 1707510017, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-09T20:20:18.016 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.741+0000 7f1e727d7880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-09T20:20:18.016 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 2024-02-09T20:20:18.016 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.741+0000 7f1e727d7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707510017742220, "job": 1, "event": "recovery_finished"} 2024-02-09T20:20:18.016 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.742+0000 7f1e727d7880 4 rocksdb: DB pointer 0x55d61eb63800 2024-02-09T20:20:18.016 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.742+0000 7f1e595c9700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-09T20:20:18.016 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.742+0000 7f1e595c9700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-09T20:20:18.016 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: ** DB Stats ** 2024-02-09T20:20:18.016 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-09T20:20:18.016 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 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-09T20:20:18.016 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-09T20:20:18.016 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-09T20:20:18.016 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 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-09T20:20:18.016 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-09T20:20:18.016 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-09T20:20:18.016 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 2024-02-09T20:20:18.016 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: ** Compaction Stats [default] ** 2024-02-09T20:20:18.017 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 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-09T20:20:18.017 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:20:18.017 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.8 0.00 0.00 1 0.001 0 0 2024-02-09T20:20:18.017 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.8 0.00 0.00 1 0.001 0 0 2024-02-09T20:20:18.017 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.8 0.00 0.00 1 0.001 0 0 2024-02-09T20:20:18.017 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 2024-02-09T20:20:18.017 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: ** Compaction Stats [default] ** 2024-02-09T20:20:18.017 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 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-09T20:20:18.017 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:20:18.017 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 132.8 0.00 0.00 1 0.001 0 0 2024-02-09T20:20:18.017 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-09T20:20:18.017 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-09T20:20:18.017 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-09T20:20:18.017 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: AddFile(Total Files): cumulative 0, interval 0 2024-02-09T20:20:18.017 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-09T20:20:18.017 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: AddFile(Keys): cumulative 0, interval 0 2024-02-09T20:20:18.017 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: Cumulative compaction: 0.00 GB write, 28.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-09T20:20:18.018 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: Interval compaction: 0.00 GB write, 28.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-09T20:20:18.018 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 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-09T20:20:18.018 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 2024-02-09T20:20:18.018 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: ** File Read Latency Histogram By Level [default] ** 2024-02-09T20:20:18.018 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 2024-02-09T20:20:18.018 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: ** Compaction Stats [default] ** 2024-02-09T20:20:18.018 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 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-09T20:20:18.018 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:20:18.018 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.8 0.00 0.00 1 0.001 0 0 2024-02-09T20:20:18.018 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.8 0.00 0.00 1 0.001 0 0 2024-02-09T20:20:18.018 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 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-09T20:20:18.018 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 2024-02-09T20:20:18.018 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: ** Compaction Stats [default] ** 2024-02-09T20:20:18.018 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 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-09T20:20:18.018 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:20:18.018 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 132.8 0.00 0.00 1 0.001 0 0 2024-02-09T20:20:18.019 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-09T20:20:18.019 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-09T20:20:18.019 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-09T20:20:18.019 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: AddFile(Total Files): cumulative 0, interval 0 2024-02-09T20:20:18.019 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-09T20:20:18.019 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: AddFile(Keys): cumulative 0, interval 0 2024-02-09T20:20:18.019 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: Cumulative compaction: 0.00 GB write, 27.65 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-09T20:20:18.019 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 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-09T20:20:18.019 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 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-09T20:20:18.019 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 2024-02-09T20:20:18.019 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: ** File Read Latency Histogram By Level [default] ** 2024-02-09T20:20:18.019 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 2024-02-09T20:20:18.019 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.743+0000 7f1e727d7880 0 starting mon.smithi150 rank 0 at public addrs [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] at bind addrs [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi150 fsid 8452f3e0-c788-11ee-95b8-87774f69a715 2024-02-09T20:20:18.019 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.744+0000 7f1e727d7880 1 mon.smithi150@-1(???) e1 preinit fsid 8452f3e0-c788-11ee-95b8-87774f69a715 2024-02-09T20:20:18.019 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.744+0000 7f1e727d7880 0 mon.smithi150@-1(???).mds e1 new map 2024-02-09T20:20:18.019 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.744+0000 7f1e727d7880 0 mon.smithi150@-1(???).mds e1 print_map 2024-02-09T20:20:18.020 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: e1 2024-02-09T20:20:18.020 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-09T20:20:18.020 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 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-09T20:20:18.020 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: legacy client fscid: -1 2024-02-09T20:20:18.020 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 2024-02-09T20:20:18.020 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: No filesystems configured 2024-02-09T20:20:18.020 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 2024-02-09T20:20:18.020 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.744+0000 7f1e727d7880 0 mon.smithi150@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-09T20:20:18.020 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.744+0000 7f1e727d7880 0 mon.smithi150@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-09T20:20:18.020 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.744+0000 7f1e727d7880 0 mon.smithi150@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-09T20:20:18.020 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.744+0000 7f1e727d7880 0 mon.smithi150@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-09T20:20:18.020 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: audit 2024 2024-02-09T20:20:18.020 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: -02-09T20:20:15.939468+0000 mon.smithi150 (mon.0) 2024-02-09T20:20:18.020 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 10 : audit [DBG] from='client.? 172.21.15.150:0/1679790607' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:20:18.020 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: debug 2024-02-09T20:20:17.744+0000 7f1e727d7880 1 mon.smithi150@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-09T20:20:18.020 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: cluster 2024-02-09T20:20:17.760182+0000 mon.smithi150 (mon.0) 1 : cluster [INF] mon.smithi150 is new leader, mons smithi150 in quorum (ranks 0) 2024-02-09T20:20:18.021 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: cluster 2024-02-09T20:20:18.021 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: 2024-02-09T20:20:17.760268+0000 mon.smithi150 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi150=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0]} removed_ranks: {} 2024-02-09T20:20:18.021 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: cluster 2024-02-09T20:20:17.771909+0000 mon.smithi150 (mon.0) 3 : cluster [DBG] fsmap 2024-02-09T20:20:18.021 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: cluster 2024-02-09T20:20:17.771945+0000 mon.smithi150 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-09T20:20:18.021 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:17 smithi150 conmon[35634]: cluster 2024-02-09T20:20:17.772380+0000 mon.smithi150 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-09T20:20:18.842 INFO:teuthology.orchestra.run.smithi150.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-09T20:20:18.842 INFO:teuthology.orchestra.run.smithi150.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-09T20:20:18.842 INFO:teuthology.orchestra.run.smithi150.stderr:Creating mgr... 2024-02-09T20:20:18.843 INFO:teuthology.orchestra.run.smithi150.stderr:Verifying port 9283 ... 2024-02-09T20:20:18.972 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Failed to reset failed state of unit ceph-8452f3e0-c788-11ee-95b8-87774f69a715@mgr.smithi150.owatov.service: Unit ceph-8452f3e0-c788-11ee-95b8-87774f69a715@mgr.smithi150.owatov.service not loaded. 2024-02-09T20:20:18.978 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Created symlink /etc/systemd/system/ceph-8452f3e0-c788-11ee-95b8-87774f69a715.target.wants/ceph-8452f3e0-c788-11ee-95b8-87774f69a715@mgr.smithi150.owatov.service → /etc/systemd/system/ceph-8452f3e0-c788-11ee-95b8-87774f69a715@.service. 2024-02-09T20:20:19.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:19 smithi150 conmon[35634]: audit 2024-02-09T20:20:18.282698+0000 mon.smithi150 (mon 2024-02-09T20:20:19.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:19 smithi150 conmon[35634]: .0) 6 : audit [INF] from='client.? 172.21.15.150:0/3672662103' entity='client.admin' 2024-02-09T20:20:19.664 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: disabled 2024-02-09T20:20:19.671 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: inactive 2024-02-09T20:20:19.672 INFO:teuthology.orchestra.run.smithi150.stderr:firewalld.service is not enabled 2024-02-09T20:20:19.672 INFO:teuthology.orchestra.run.smithi150.stderr:Not possible to enable service . firewalld.service is not available 2024-02-09T20:20:19.679 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: disabled 2024-02-09T20:20:19.686 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: inactive 2024-02-09T20:20:19.687 INFO:teuthology.orchestra.run.smithi150.stderr:firewalld.service is not enabled 2024-02-09T20:20:19.687 INFO:teuthology.orchestra.run.smithi150.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-09T20:20:19.687 INFO:teuthology.orchestra.run.smithi150.stderr:Waiting for mgr to start... 2024-02-09T20:20:19.687 INFO:teuthology.orchestra.run.smithi150.stderr:Waiting for mgr... 2024-02-09T20:20:20.243 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2024-02-09T20:20:20.243 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: { 2024-02-09T20:20:20.243 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "fsid": "8452f3e0-c788-11ee-95b8-87774f69a715", 2024-02-09T20:20:20.243 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "health": { 2024-02-09T20:20:20.243 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-09T20:20:20.243 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "checks": {}, 2024-02-09T20:20:20.243 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mutes": [] 2024-02-09T20:20:20.243 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2024-02-09T20:20:20.244 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-09T20:20:20.244 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum": [ 2024-02-09T20:20:20.244 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 0 2024-02-09T20:20:20.244 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2024-02-09T20:20:20.244 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-09T20:20:20.244 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "smithi150" 2024-02-09T20:20:20.244 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2024-02-09T20:20:20.244 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-09T20:20:20.244 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "monmap": { 2024-02-09T20:20:20.244 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:20:20.244 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-09T20:20:20.245 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-09T20:20:20.245 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2024-02-09T20:20:20.245 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osdmap": { 2024-02-09T20:20:20.245 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:20:20.245 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-09T20:20:20.245 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-09T20:20:20.245 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-09T20:20:20.245 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-09T20:20:20.245 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-09T20:20:20.245 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-09T20:20:20.245 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2024-02-09T20:20:20.245 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "pgmap": { 2024-02-09T20:20:20.245 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-09T20:20:20.246 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-09T20:20:20.246 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-09T20:20:20.246 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-09T20:20:20.246 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-09T20:20:20.246 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-09T20:20:20.246 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-09T20:20:20.246 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-09T20:20:20.246 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2024-02-09T20:20:20.246 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "fsmap": { 2024-02-09T20:20:20.246 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:20:20.246 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-09T20:20:20.246 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-09T20:20:20.246 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2024-02-09T20:20:20.246 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-09T20:20:20.247 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "available": false, 2024-02-09T20:20:20.247 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-09T20:20:20.247 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "modules": [ 2024-02-09T20:20:20.247 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "iostat", 2024-02-09T20:20:20.247 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "nfs", 2024-02-09T20:20:20.247 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "restful" 2024-02-09T20:20:20.247 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2024-02-09T20:20:20.247 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "services": {} 2024-02-09T20:20:20.247 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2024-02-09T20:20:20.247 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "servicemap": { 2024-02-09T20:20:20.247 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:20:20.247 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "modified": "2024-02-09T20:20:13.390240+0000", 2024-02-09T20:20:20.247 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "services": {} 2024-02-09T20:20:20.247 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2024-02-09T20:20:20.247 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-09T20:20:20.248 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: } 2024-02-09T20:20:20.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:20 smithi150 conmon[35634]: audit 2024-02-09T20:20:20.233840+0000 mon.smithi150 (mon.0) 7 2024-02-09T20:20:20.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:20 smithi150 conmon[35634]: : audit [DBG] from='client.? 172.21.15.150:0/3250101763' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-09T20:20:20.750 INFO:teuthology.orchestra.run.smithi150.stderr:mgr not available, waiting (1/15)... 2024-02-09T20:20:23.304 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2024-02-09T20:20:23.304 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: { 2024-02-09T20:20:23.304 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "fsid": "8452f3e0-c788-11ee-95b8-87774f69a715", 2024-02-09T20:20:23.304 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "health": { 2024-02-09T20:20:23.304 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-09T20:20:23.305 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "checks": {}, 2024-02-09T20:20:23.305 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mutes": [] 2024-02-09T20:20:23.305 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2024-02-09T20:20:23.305 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-09T20:20:23.305 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum": [ 2024-02-09T20:20:23.305 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 0 2024-02-09T20:20:23.305 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2024-02-09T20:20:23.305 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-09T20:20:23.305 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "smithi150" 2024-02-09T20:20:23.305 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2024-02-09T20:20:23.305 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-02-09T20:20:23.305 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "monmap": { 2024-02-09T20:20:23.305 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:20:23.305 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-09T20:20:23.305 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-09T20:20:23.305 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2024-02-09T20:20:23.306 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osdmap": { 2024-02-09T20:20:23.306 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:20:23.306 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-09T20:20:23.306 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-09T20:20:23.306 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-09T20:20:23.311 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-09T20:20:23.311 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-09T20:20:23.311 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-09T20:20:23.311 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2024-02-09T20:20:23.311 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "pgmap": { 2024-02-09T20:20:23.311 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-09T20:20:23.311 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-09T20:20:23.311 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-09T20:20:23.311 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-09T20:20:23.311 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-09T20:20:23.312 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-09T20:20:23.312 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-09T20:20:23.312 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-09T20:20:23.312 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2024-02-09T20:20:23.312 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "fsmap": { 2024-02-09T20:20:23.312 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:20:23.312 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-09T20:20:23.312 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-09T20:20:23.312 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2024-02-09T20:20:23.312 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-09T20:20:23.312 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "available": false, 2024-02-09T20:20:23.312 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-09T20:20:23.313 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "modules": [ 2024-02-09T20:20:23.313 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "iostat", 2024-02-09T20:20:23.313 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "nfs", 2024-02-09T20:20:23.313 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "restful" 2024-02-09T20:20:23.313 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2024-02-09T20:20:23.313 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "services": {} 2024-02-09T20:20:23.313 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2024-02-09T20:20:23.313 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "servicemap": { 2024-02-09T20:20:23.313 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:20:23.313 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "modified": "2024-02-09T20:20:13.390240+0000", 2024-02-09T20:20:23.313 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "services": {} 2024-02-09T20:20:23.313 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2024-02-09T20:20:23.314 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-09T20:20:23.314 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: } 2024-02-09T20:20:23.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:23 smithi150 conmon[35634]: audit 2024-02-09T20:20:23.299925 2024-02-09T20:20:23.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:23 smithi150 conmon[35634]: +0000 mon.smithi150 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.150:0/3543250968' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-09T20:20:23.765 INFO:teuthology.orchestra.run.smithi150.stderr:mgr not available, waiting (2/15)... 2024-02-09T20:20:25.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: cluster 2024-02-09T20:20:25.015362+0000 mon.smithi150 (mon.0) 9 : cluster [INF] Activating manager daemon smithi150.owatov 2024-02-09T20:20:25.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: cluster 2024-02-09T20:20:25.018058+0000 mon.smithi150 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi150.owatov(active, starting, since 0.00279497s) 2024-02-09T20:20:25.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: audit 2024-02-09T20:20:25.018994+0000 mon.smithi150 (mon 2024-02-09T20:20:25.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: .0) 11 : audit [DBG] from='mgr.14100 172.21.15.150:0/676300631' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-09T20:20:25.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: audit 2024-02 2024-02-09T20:20:25.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: -09T20:20:25.019117+0000 mon.smithi150 (mon.0) 12 : audit 2024-02-09T20:20:25.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: [DBG] from='mgr.14100 172.21.15.150:0/676300631' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-09T20:20:25.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: audit 2024-02-09T20:20:25.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: 2024-02-09T20:20:25.019228+0000 mon.smithi150 (mon 2024-02-09T20:20:25.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: .0) 13 : audit [DBG] from='mgr.14100 172.21.15.150:0/676300631' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-09T20:20:25.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: audit 2024-02-09T 2024-02-09T20:20:25.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: 20:20:25.019368+0000 mon.smithi150 (mon.0 2024-02-09T20:20:25.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: ) 14 : audit [DBG] from='mgr.14100 172.21.15.150:0/676300631' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-02-09T20:20:25.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: audit 2024-02-09T20:20 2024-02-09T20:20:25.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: :25.019606+0000 mon.smithi150 (mon.0) 15 2024-02-09T20:20:25.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: : audit [DBG] from='mgr.14100 172.21.15.150:0/676300631' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mgr metadata", "who": "smithi150.owatov", "id": "smithi150.owatov"}]: dispatch 2024-02-09T20:20:25.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: cluster 2024-02-09T20:20:25 2024-02-09T20:20:25.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: .032830+0000 mon.smithi150 (mon.0) 16 : cluster 2024-02-09T20:20:25.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: [INF] Manager daemon smithi150.owatov is now available 2024-02-09T20:20:25.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: audit 2024-02-09T20:20:25.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: 2024-02-09T20:20:25.043463+0000 mon.smithi150 (mon. 2024-02-09T20:20:25.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: 0) 17 : audit [INF] from='mgr.14100 172.21.15.150:0/676300631' entity='mgr.smithi150.owatov' 2024-02-09T20:20:25.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: audit 2024-02-09T20 2024-02-09T20:20:25.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: :20:25.047171+0000 mon.smithi150 (mon.0) 18 : 2024-02-09T20:20:25.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: audit [INF] from='mgr.14100 172.21.15.150:0/676300631' entity='mgr.smithi150.owatov' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.owatov/mirror_snapshot_schedule"}]: dispatch 2024-02-09T20:20:25.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: audit 2024-02-09T20:20: 2024-02-09T20:20:25.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: 25.049345+0000 mon.smithi150 (mon.0) 19 : audit 2024-02-09T20:20:25.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: [INF] from='mgr.14100 172.21.15.150:0/676300631' entity='mgr.smithi150.owatov' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.owatov/trash_purge_schedule"}]: dispatch 2024-02-09T20:20:25.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: audit 2024-02-09T20:20:25.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: 2024-02-09T20:20:25.054114+0000 mon.smithi150 ( 2024-02-09T20:20:25.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.150:0/676300631' entity='mgr.smithi150.owatov' 2024-02-09T20:20:25.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: audit 2024-02-09T 2024-02-09T20:20:25.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: 20:20:25.057889+0000 mon.smithi150 (mon. 2024-02-09T20:20:25.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:25 smithi150 conmon[35634]: 0) 21 : audit [INF] from='mgr.14100 172.21.15.150:0/676300631' entity='mgr.smithi150.owatov' 2024-02-09T20:20:26.446 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2024-02-09T20:20:26.446 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: { 2024-02-09T20:20:26.446 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "fsid": "8452f3e0-c788-11ee-95b8-87774f69a715", 2024-02-09T20:20:26.446 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "health": { 2024-02-09T20:20:26.446 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-09T20:20:26.446 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "checks": {}, 2024-02-09T20:20:26.447 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mutes": [] 2024-02-09T20:20:26.447 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2024-02-09T20:20:26.447 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-09T20:20:26.447 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum": [ 2024-02-09T20:20:26.447 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 0 2024-02-09T20:20:26.447 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2024-02-09T20:20:26.447 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-09T20:20:26.447 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "smithi150" 2024-02-09T20:20:26.447 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2024-02-09T20:20:26.447 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-02-09T20:20:26.447 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "monmap": { 2024-02-09T20:20:26.447 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:20:26.447 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-09T20:20:26.448 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-09T20:20:26.448 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2024-02-09T20:20:26.448 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osdmap": { 2024-02-09T20:20:26.448 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:20:26.448 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-09T20:20:26.448 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-09T20:20:26.448 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-09T20:20:26.448 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-09T20:20:26.448 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-09T20:20:26.448 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-09T20:20:26.448 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2024-02-09T20:20:26.448 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "pgmap": { 2024-02-09T20:20:26.449 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-09T20:20:26.449 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-09T20:20:26.449 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-09T20:20:26.449 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-09T20:20:26.449 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-09T20:20:26.449 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-09T20:20:26.449 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-09T20:20:26.449 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-09T20:20:26.449 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2024-02-09T20:20:26.449 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "fsmap": { 2024-02-09T20:20:26.449 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:20:26.449 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-09T20:20:26.449 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-09T20:20:26.449 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2024-02-09T20:20:26.450 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-09T20:20:26.450 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "available": true, 2024-02-09T20:20:26.450 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-09T20:20:26.450 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "modules": [ 2024-02-09T20:20:26.450 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "iostat", 2024-02-09T20:20:26.450 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "nfs", 2024-02-09T20:20:26.450 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "restful" 2024-02-09T20:20:26.450 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2024-02-09T20:20:26.450 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "services": {} 2024-02-09T20:20:26.450 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2024-02-09T20:20:26.450 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "servicemap": { 2024-02-09T20:20:26.450 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:20:26.450 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "modified": "2024-02-09T20:20:13.390240+0000", 2024-02-09T20:20:26.450 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "services": {} 2024-02-09T20:20:26.451 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2024-02-09T20:20:26.451 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-09T20:20:26.451 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: } 2024-02-09T20:20:26.907 INFO:teuthology.orchestra.run.smithi150.stderr:mgr is available 2024-02-09T20:20:27.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:27 smithi150 conmon[35634]: cluster 2024-02-09T20:20:26.020655+0000 mon.smithi150 (mon.0) 22 : 2024-02-09T20:20:27.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:27 smithi150 conmon[35634]: cluster [DBG] mgrmap e3: smithi150.owatov(active, since 1.0054s) 2024-02-09T20:20:27.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:27 smithi150 conmon[35634]: audit 2024-02-09T20:20:26.437166+0000 mon.smithi150 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.150:0/4143209065' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-09T20:20:27.487 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2024-02-09T20:20:27.487 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: [global] 2024-02-09T20:20:27.487 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: fsid = 8452f3e0-c788-11ee-95b8-87774f69a715 2024-02-09T20:20:27.487 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-09T20:20:27.487 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-09T20:20:27.487 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-09T20:20:27.487 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-09T20:20:27.488 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2024-02-09T20:20:27.488 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: [mgr] 2024-02-09T20:20:27.488 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-09T20:20:27.488 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2024-02-09T20:20:27.488 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: [osd] 2024-02-09T20:20:27.488 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-09T20:20:27.488 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-09T20:20:27.932 INFO:teuthology.orchestra.run.smithi150.stderr:Enabling cephadm module... 2024-02-09T20:20:28.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:28 smithi150 conmon[35634]: audit 2024-02-09T20:20:27.483723+0000 mon.smithi150 (mon.0 2024-02-09T20:20:28.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:28 smithi150 conmon[35634]: ) 24 : audit [INF] from='client.? 172.21.15.150:0/2576870946' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-09T20:20:29.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:29 smithi150 conmon[35634]: cluster 2024-02-09T20:20:28.022283+0000 mon.smithi150 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi150.owatov(active, since 3s) 2024-02-09T20:20:29.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:29 smithi150 conmon[35634]: audit 2024-02-09T20:20:28.513296+0000 mon.smithi150 (mon.0) 26 : audit [INF] from='client.? 172.21.15.150:0/1528898496' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-09T20:20:30.187 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: { 2024-02-09T20:20:30.187 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-09T20:20:30.187 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "available": true, 2024-02-09T20:20:30.187 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "active_name": "smithi150.owatov", 2024-02-09T20:20:30.187 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-09T20:20:30.187 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: } 2024-02-09T20:20:30.339 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:30 smithi150 conmon[35634]: audit 2024-02-09T20:20:29.025500+0000 mon.smithi150 (mon.0) 27 : audit [INF] from='client.? 172.21.15.150:0/1528898496' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-09T20:20:30.339 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:30 smithi150 conmon[35634]: cluster 2024-02-09T20:20:29.025580+0000 mon.smithi150 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi150.owatov(active, since 4s) 2024-02-09T20:20:30.606 INFO:teuthology.orchestra.run.smithi150.stderr:Waiting for the mgr to restart... 2024-02-09T20:20:30.606 INFO:teuthology.orchestra.run.smithi150.stderr:Waiting for mgr epoch 5... 2024-02-09T20:20:31.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:31 smithi150 conmon[35634]: audit 2024-02-09T20:20:30.184577+0000 mon.smithi150 (mon.0) 29 : audit [DBG] 2024-02-09T20:20:31.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:31 smithi150 conmon[35634]: from='client.? 172.21.15.150:0/3087460691' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-09T20:20:34.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: cluster 2024-02-09T20:20:34.392247+0000 mon.smithi150 (mon. 2024-02-09T20:20:34.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: 0) 30 : cluster [INF] Active manager daemon smithi150.owatov restarted 2024-02-09T20:20:34.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: cluster 2024-02-09T20:20:34.392473+0000 mon.smithi150 (mon.0) 31 : cluster [INF] Activating manager daemon smithi150.owatov 2024-02-09T20:20:34.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: cluster 2024-02-09T20:20: 2024-02-09T20:20:34.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: 34.395360+0000 mon.smithi150 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-09T20:20:34.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: cluster 2024-02 2024-02-09T20:20:34.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: -09T20:20:34.395475+0000 mon.smithi150 (mon.0) 33 2024-02-09T20:20:34.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: : cluster [DBG] mgrmap e6: smithi150.owatov(active, starting, since 0.00308688s) 2024-02-09T20:20:34.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: audit 2024-02-09T20:20:34 2024-02-09T20:20:34.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: .396237+0000 mon.smithi150 (mon.0) 34 : audit 2024-02-09T20:20:34.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: [DBG] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-02-09T20:20:34.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: audit 2024-02-09T20:20:34.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: 2024-02-09T20:20:34.396860+0000 mon.smithi150 ( 2024-02-09T20:20:34.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mgr metadata", "who": "smithi150.owatov", "id": "smithi150.owatov"}]: dispatch 2024-02-09T20:20:34.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: audit 2024-02-09 2024-02-09T20:20:34.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: T20:20:34.397490+0000 mon.smithi150 (mon.0 2024-02-09T20:20:34.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: ) 36 : audit [DBG] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-09T20:20:34.850 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: audit 2024-02-09T20: 2024-02-09T20:20:34.850 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: 20:34.397640+0000 mon.smithi150 (mon.0) 2024-02-09T20:20:34.850 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: 37 : audit [DBG] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-09T20:20:34.850 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: audit 2024-02-09T20:20: 2024-02-09T20:20:34.850 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: 34.397773+0000 mon.smithi150 (mon.0) 38 : 2024-02-09T20:20:34.850 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: audit [DBG] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-09T20:20:34.850 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: cluster 2024-02-09T20:20:34. 2024-02-09T20:20:34.850 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: 399618+0000 mon.smithi150 (mon.0) 39 : cluster 2024-02-09T20:20:34.850 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: [INF] Manager daemon smithi150.owatov is now available 2024-02-09T20:20:34.850 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: audit 2024-02-09T20:20:34.850 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: 2024-02-09T20:20:34.412621+0000 mon.smithi150 (mon.0 2024-02-09T20:20:34.850 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:34 smithi150 conmon[35634]: ) 40 : audit [INF] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' 2024-02-09T20:20:35.406 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: { 2024-02-09T20:20:35.406 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-09T20:20:35.406 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "initialized": true 2024-02-09T20:20:35.406 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: } 2024-02-09T20:20:35.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:35 smithi150 conmon[35634]: cephadm 2024-02-09T20:20:34.410040+0000 mgr.smithi150.owatov (mgr.14116) 1 : cephadm [INF] 2024-02-09T20:20:35.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:35 smithi150 conmon[35634]: Found migration_current of "None". Setting to last migration. 2024-02-09T20:20:35.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:35 smithi150 conmon[35634]: audit 2024-02-09T20:20:34.498065+0000 mon.smithi150 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' 2024-02-09T20:20:35.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:35 smithi150 conmon[35634]: audit 2024-02-09T20:20:34.499002+0000 mon.smithi150 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:20:35.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:35 smithi150 conmon[35634]: audit 2024-02-09T20:20:34.500533+0000 mon.smithi150 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:20:35.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:35 smithi150 conmon[35634]: audit 2024-02-09T20:20:34.502117+0000 mon.smithi150 (mon 2024-02-09T20:20:35.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:35 smithi150 conmon[35634]: .0) 44 : audit [DBG] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:20:35.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:35 smithi150 conmon[35634]: audit 2024-02-09T20:20:34.515900+0000 mon.smithi150 (mon.0) 45 : 2024-02-09T20:20:35.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:35 smithi150 conmon[35634]: audit [INF] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.owatov/mirror_snapshot_schedule"}]: dispatch 2024-02-09T20:20:35.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:35 smithi150 conmon[35634]: audit 2024-02-09T20:20:34.518510+0000 mon.smithi150 (mon.0 2024-02-09T20:20:35.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:35 smithi150 conmon[35634]: ) 46 : audit [INF] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.owatov/trash_purge_schedule"}]: dispatch 2024-02-09T20:20:35.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:35 smithi150 conmon[35634]: cluster 2024-02-09T20:20:35.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:35 smithi150 conmon[35634]: 2024-02-09T20:20:35.397731+0000 mon.smithi150 (mon.0 2024-02-09T20:20:35.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:35 smithi150 conmon[35634]: ) 47 : cluster [DBG] mgrmap e7: smithi150.owatov(active, since 1.00534s) 2024-02-09T20:20:35.923 INFO:teuthology.orchestra.run.smithi150.stderr:mgr epoch 5 is available 2024-02-09T20:20:35.923 INFO:teuthology.orchestra.run.smithi150.stderr:Setting orchestrator backend to cephadm... 2024-02-09T20:20:36.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:36 smithi150 conmon[35634]: audit 2024-02-09T20:20:35.396966+0000 mgr.smithi150.owatov (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-09T20:20:36.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:36 smithi150 conmon[35634]: audit 2024-02-09T20:20:35. 2024-02-09T20:20:36.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:36 smithi150 conmon[35634]: 403887+0000 mgr.smithi150.owatov (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-09T20:20:37.564 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: value unchanged 2024-02-09T20:20:37.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:37 smithi150 conmon[35634]: cluster 2024-02-09T20:20:36.500545+0000 mon.smithi150 (mon.0) 48 : cluster [DBG] 2024-02-09T20:20:37.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:37 smithi150 conmon[35634]: mgrmap e8: smithi150.owatov(active, since 2s) 2024-02-09T20:20:37.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:37 smithi150 conmon[35634]: audit 2024-02-09T20:20:36.529300+0000 mgr.smithi150.owatov (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:20:37.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:37 smithi150 conmon[35634]: audit 2024-02-09T20:20:36.534662+0000 mon.smithi150 (mon.0) 49 : audit [INF] 2024-02-09T20:20:37.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:37 smithi150 conmon[35634]: from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' 2024-02-09T20:20:37.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:37 smithi150 conmon[35634]: audit 2024-02-09T20:20:36.574012+0000 mon.smithi150 (mon.0) 50 2024-02-09T20:20:37.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:37 smithi150 conmon[35634]: : audit [DBG] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:20:38.014 INFO:teuthology.orchestra.run.smithi150.stderr:Generating ssh key... 2024-02-09T20:20:38.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:38 smithi150 conmon[35634]: audit 2024-02-09T20:20:37.561928+0000 mgr.smithi150.owatov (mgr.14116) 2024-02-09T20:20:38.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:38 smithi150 conmon[35634]: 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:20:39.701 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDioHdYC78k+yQVVU/Zgml9/liwjhxdRIOAxtwpPMYMvtP7gW0ICCXhCoJq/DJnwsLg0KBRWHAkirhvg0nXDSlmVnrUrBZxmMcawJganFrWfhG1MuMIJlUjPDl8Fma/ar48tGyPJZoxhbSQRNwQAWAHuB+x+qQuqnl3yuFzgWjScEokMqiko2FvK7ZHrBbnoqwME5EDuwkeRAg0cel0k7hzZdI1xt2qd6WrAJL7If0yY+va6szOBi+m+7y79hbkS+b4rmqHnz/XCxUYrdebyTqPNtyb3kiruhDJeXIzaug8wTYWRSNdfVxr8pY8j9Suty6Z8Fn2achf1ejn6UrNdB3lr8TzcNBssIqX5mqOcQso5M0HYyyyHGTyqWDMG2lRrjuCGKU6NL4FPTkzbsbveFRUzS3Et6Ml5HoFtH+1Q/qxTh7ZF2+VXpzIFC+hvA/xvTCepK5xzKdHtGsz6QgrcD7RJUAKU0T3Uw340BZtXyOrWNSQrJmnxa98K+ipz/Mk/rM= ceph-8452f3e0-c788-11ee-95b8-87774f69a715 2024-02-09T20:20:40.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:39 smithi150 conmon[35634]: audit 2024-02-09T20:20:38.593840+0000 mgr.smithi150.owatov (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:20:40.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:39 smithi150 conmon[35634]: cephadm 2024-02- 2024-02-09T20:20:40.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:39 smithi150 conmon[35634]: 09T20:20:38.594030+0000 mgr.smithi150.owatov (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-02-09T20:20:40.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:39 smithi150 conmon[35634]: audit 2024-02-09T20:20:38.695077+0000 mon.smithi150 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' 2024-02-09T20:20:40.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:39 smithi150 conmon[35634]: audit 2024-02-09T20:20: 2024-02-09T20:20:40.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:39 smithi150 conmon[35634]: 38.696782+0000 mon.smithi150 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' 2024-02-09T20:20:40.172 INFO:teuthology.orchestra.run.smithi150.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-09T20:20:40.172 INFO:teuthology.orchestra.run.smithi150.stderr:Adding key to root@localhost authorized_keys... 2024-02-09T20:20:40.173 INFO:teuthology.orchestra.run.smithi150.stderr:Adding host smithi150... 2024-02-09T20:20:40.951 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:40 smithi150 conmon[35634]: audit 2024-02-09T20:20:39.699374+0000 mgr.smithi150.owatov (mgr.14116) 8 2024-02-09T20:20:40.951 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:40 smithi150 conmon[35634]: : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:20:41.429 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Added host 'smithi150' with addr '172.21.15.150' 2024-02-09T20:20:41.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:41 smithi150 conmon[35634]: audit 2024-02-09T20:20:40.801267+0000 mgr.smithi150.owatov (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi150", "addr": "172.21.15.150", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:20:41.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:41 smithi150 conmon[35634]: audit 2024-02-09T20:20:41.426518+0000 mon.smithi150 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' 2024-02-09T20:20:41.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:41 smithi150 conmon[35634]: audit 2024-02-09T20:20:41.448003+0000 mon.smithi150 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:20:41.897 INFO:teuthology.orchestra.run.smithi150.stderr:Deploying mon service with default placement... 2024-02-09T20:20:42.566 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-09T20:20:42.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:42 smithi150 conmon[35634]: cephadm 2024-02-09T20:20:41.426787+0000 mgr.smithi150.owatov (mgr.14116) 10 : cephadm [INF] Added host smithi150 2024-02-09T20:20:42.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:42 smithi150 conmon[35634]: audit 2024-02-09T20:20:42.564439+0000 mon.smithi150 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' 2024-02-09T20:20:43.513 INFO:teuthology.orchestra.run.smithi150.stderr:Deploying mgr service with default placement... 2024-02-09T20:20:43.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:43 smithi150 conmon[35634]: audit 2024-02-09T20:20:42.561050+0000 mgr.smithi150.owatov (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:20:43.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:43 smithi150 conmon[35634]: 2024-02-09T20:20:43.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:43 smithi150 conmon[35634]: cephadm 2024-02-09T20:20:42.562155+0000 mgr.smithi150.owatov (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-09T20:20:43.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:43 smithi150 conmon[35634]: audit 2024-02-09T20:20:43.483242+0000 mon.smithi150 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' 2024-02-09T20:20:44.169 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-09T20:20:44.988 INFO:teuthology.orchestra.run.smithi150.stderr:Deploying crash service with default placement... 2024-02-09T20:20:44.995 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:44 smithi150 conmon[35634]: audit 2024-02-09T20:20:43.758548+0000 mon.smithi150 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' 2024-02-09T20:20:44.996 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:44 smithi150 conmon[35634]: audit 2024-02-09T20:20:44.167199+0000 mon.smithi150 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' 2024-02-09T20:20:45.614 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-09T20:20:46.284 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:45 smithi150 conmon[35634]: audit 2024-02-09T20:20:44.164112+0000 mgr.smithi150.owatov (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:20:46.284 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:45 smithi150 conmon[35634]: cephadm 2024-02-09T20:20:44.164950+0000 mgr.smithi150.owatov (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-09T20:20:46.284 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:45 smithi150 conmon[35634]: audit 2024-02-09T20:20:44.976264+0000 mon.smithi150 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' 2024-02-09T20:20:46.285 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:45 smithi150 conmon[35634]: audit 2024-02-09T20:20:45.612495+0000 mon.smithi150 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' 2024-02-09T20:20:46.427 INFO:teuthology.orchestra.run.smithi150.stderr:Deploying prometheus service with default placement... 2024-02-09T20:20:47.113 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-09T20:20:47.270 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:46 smithi150 conmon[35634]: audit 2024-02-09T20:20:45.609359+0000 mgr.smithi150.owatov (mgr.14116) 15 : audit 2024-02-09T20:20:47.270 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:46 smithi150 conmon[35634]: [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:20:47.270 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:46 smithi150 conmon[35634]: cephadm 2024-02-09T20:20:45.610287+0000 mgr.smithi150.owatov (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-02-09T20:20:47.638 INFO:teuthology.orchestra.run.smithi150.stderr:Deploying grafana service with default placement... 2024-02-09T20:20:48.317 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-09T20:20:48.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:48 smithi150 conmon[35634]: audit 2024-02-09T20:20:47.107202+0000 2024-02-09T20:20:48.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:48 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:20:48.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:48 smithi150 conmon[35634]: cephadm 2024-02-09T20:20:47.108118+0000 mgr.smithi150.owatov (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-09T20:20:48.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:48 smithi150 conmon[35634]: audit 2024-02-09T20:20:47.111021+0000 mon.smithi150 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' 2024-02-09T20:20:48.821 INFO:teuthology.orchestra.run.smithi150.stderr:Deploying node-exporter service with default placement... 2024-02-09T20:20:49.429 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-09T20:20:49.569 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:49 smithi150 conmon[35634]: audit 2024-02-09T20:20:48.311307+0000 mgr.smithi150.owatov (mgr.14116) 19 : audit 2024-02-09T20:20:49.570 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:49 smithi150 conmon[35634]: [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:20:49.570 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:49 smithi150 conmon[35634]: cephadm 2024-02-09T20:20:48.312141+0000 mgr.smithi150.owatov (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-09T20:20:49.570 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:49 smithi150 conmon[35634]: audit 2024-02-09T20:20:48.315048+0000 mon.smithi150 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' 2024-02-09T20:20:49.904 INFO:teuthology.orchestra.run.smithi150.stderr:Deploying alertmanager service with default placement... 2024-02-09T20:20:50.512 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-09T20:20:50.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:50 smithi150 conmon[35634]: audit 2024-02-09T20:20:49.424037+0000 mgr.smithi150.owatov (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:20:50.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:50 smithi150 conmon[35634]: cephadm 2024-02-09T20:20:49.424894+0000 mgr.smithi150.owatov (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-09T20:20:50.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:50 smithi150 conmon[35634]: audit 2024-02-09T20:20:49.427092+0000 mon.smithi150 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' 2024-02-09T20:20:51.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:51 smithi150 conmon[35634]: audit 2024-02-09T20:20:50.506749+0000 mgr.smithi150.owatov (mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:20:51.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:51 smithi150 conmon[35634]: cephadm 2024-02-09T20:20:50 2024-02-09T20:20:51.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:51 smithi150 conmon[35634]: .507606+0000 mgr.smithi150.owatov (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-09T20:20:51.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:51 smithi150 conmon[35634]: audit 2024-02-09T20:20:50.509873+0000 mon.smithi150 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.150:0/1663209401' entity='mgr.smithi150.owatov' 2024-02-09T20:20:52.819 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:52 smithi150 conmon[35634]: audit 2024-02-09T20:20:51.557673+0000 mon.smithi150 (mon.0) 65 : audit [INF] 2024-02-09T20:20:52.819 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:52 smithi150 conmon[35634]: from='client.? 172.21.15.150:0/1235153121' entity='client.admin' 2024-02-09T20:20:53.095 INFO:teuthology.orchestra.run.smithi150.stderr:Enabling the dashboard module... 2024-02-09T20:20:54.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:53 smithi150 conmon[35634]: audit 2024-02-09T20:20:52.674953+0000 mon.smithi150 (mon.0) 66 : audit [INF] from='client.? 172.21.15.150:0/3105390408' entity='client.admin' 2024-02-09T20:20:54.934 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:54 smithi150 conmon[35634]: audit 2024-02-09T20:20:53.695158+0000 mon.smithi150 (mon.0) 67 : audit [INF] from='client.? 172.21.15.150:0/1532110370' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-09T20:20:55.884 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: { 2024-02-09T20:20:55.884 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 9, 2024-02-09T20:20:55.884 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "available": true, 2024-02-09T20:20:55.885 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "active_name": "smithi150.owatov", 2024-02-09T20:20:55.885 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-09T20:20:55.885 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: } 2024-02-09T20:20:56.037 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:55 smithi150 conmon[35634]: audit 2024-02-09T20:20:54.679633+0000 mon.smithi150 (mon.0) 68 : audit [INF] from='client.? 172.21.15.150:0/1532110370' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-09T20:20:56.037 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:55 smithi150 conmon[35634]: cluster 2024-02-09T20:20:54.679696+0000 mon.smithi150 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi150.owatov(active, since 20s) 2024-02-09T20:20:56.362 INFO:teuthology.orchestra.run.smithi150.stderr:Waiting for the mgr to restart... 2024-02-09T20:20:56.362 INFO:teuthology.orchestra.run.smithi150.stderr:Waiting for mgr epoch 9... 2024-02-09T20:20:57.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:20:56 smithi150 conmon[35634]: audit 2024-02-09T20:20:55.882208+0000 mon.smithi150 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.150:0/1603727498' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-09T20:21:00.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:00 smithi150 conmon[35634]: cluster 2024-02-09T20:21:00.155423+0000 mon.smithi150 (mon.0) 71 : cluster [INF] Active manager daemon smithi150.owatov restarted 2024-02-09T20:21:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:00 smithi150 conmon[35634]: cluster 2024-02-09T20:21:00.155642 2024-02-09T20:21:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:00 smithi150 conmon[35634]: +0000 mon.smithi150 (mon.0) 72 : cluster [INF] Activating manager daemon smithi150.owatov 2024-02-09T20:21:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:00 smithi150 conmon[35634]: cluster 2024-02-09T20:21:00.159013+0000 mon.smithi150 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-09T20:21:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:00 smithi150 conmon[35634]: cluster 2024-02-09T20:21:00.159130+0000 mon.smithi150 2024-02-09T20:21:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:00 smithi150 conmon[35634]: (mon.0) 74 : cluster [DBG] mgrmap e10: smithi150.owatov(active, starting, since 0.00357416s) 2024-02-09T20:21:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:00 smithi150 conmon[35634]: audit 2024-02-09 2024-02-09T20:21:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:00 smithi150 conmon[35634]: T20:21:00.159953+0000 mon.smithi150 (mon.0) 75 : audit 2024-02-09T20:21:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:00 smithi150 conmon[35634]: [DBG] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-02-09T20:21:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:00 smithi150 conmon[35634]: audit 2024-02-09T20:21:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:00 smithi150 conmon[35634]: 2024-02-09T20:21:00.160634+0000 mon.smithi150 (mon.0 2024-02-09T20:21:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:00 smithi150 conmon[35634]: ) 76 : audit [DBG] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mgr metadata", "who": "smithi150.owatov", "id": "smithi150.owatov"}]: dispatch 2024-02-09T20:21:00.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:00 smithi150 conmon[35634]: audit 2024-02-09T20:21: 2024-02-09T20:21:00.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:00 smithi150 conmon[35634]: 00.161291+0000 mon.smithi150 (mon.0) 77 : audit 2024-02-09T20:21:00.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:00 smithi150 conmon[35634]: [DBG] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-09T20:21:00.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:00 smithi150 conmon[35634]: audit 2024-02-09T20:21:00.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:00 smithi150 conmon[35634]: 2024-02-09T20:21:00.161475+0000 mon.smithi150 ( 2024-02-09T20:21:00.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:00 smithi150 conmon[35634]: mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-09T20:21:00.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:00 smithi150 conmon[35634]: audit 2024-02-09T 2024-02-09T20:21:00.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:00 smithi150 conmon[35634]: 20:21:00.161630+0000 mon.smithi150 (mon.0) 2024-02-09T20:21:00.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:00 smithi150 conmon[35634]: 79 : audit [DBG] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-09T20:21:00.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:00 smithi150 conmon[35634]: cluster 2024-02-09T20:21: 2024-02-09T20:21:00.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:00 smithi150 conmon[35634]: 00.163610+0000 mon.smithi150 (mon.0) 80 : cluster 2024-02-09T20:21:00.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:00 smithi150 conmon[35634]: [INF] Manager daemon smithi150.owatov is now available 2024-02-09T20:21:01.168 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: { 2024-02-09T20:21:01.168 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-02-09T20:21:01.168 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "initialized": true 2024-02-09T20:21:01.168 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: } 2024-02-09T20:21:01.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:01 smithi150 conmon[35634]: audit 2024-02-09T20:21:00.259428+0000 mon.smithi150 (mon 2024-02-09T20:21:01.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:01 smithi150 conmon[35634]: .0) 81 : audit [DBG] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:21:01.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:01 smithi150 conmon[35634]: audit 2024-02-09T20:21:00.260976+0000 mon.smithi150 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:21:01.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:01 smithi150 conmon[35634]: audit 2024-02-09T20:21:00.286237+0000 mon.smithi150 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.owatov/mirror_snapshot_schedule"}]: dispatch 2024-02-09T20:21:01.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:01 smithi150 conmon[35634]: audit 2024-02-09T20:21:00.288253+0000 mon.smithi150 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.owatov/trash_purge_schedule"}]: dispatch 2024-02-09T20:21:01.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:01 smithi150 conmon[35634]: cluster 2024-02-09T20:21:01.160274+0000 mon.smithi150 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi150.owatov(active, since 1.00472s) 2024-02-09T20:21:01.702 INFO:teuthology.orchestra.run.smithi150.stderr:mgr epoch 9 is available 2024-02-09T20:21:01.702 INFO:teuthology.orchestra.run.smithi150.stderr:Generating a dashboard self-signed certificate... 2024-02-09T20:21:02.433 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-09T20:21:03.012 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:02 smithi150 conmon[35634]: audit 2024-02-09T20:21:01.159552+0000 mgr.smithi150.owatov (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-09T20:21:03.012 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:02 smithi150 conmon[35634]: audit 2024-02-09T20:21:01.165602+0000 mgr.smithi150.owatov (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-09T20:21:03.012 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:02 smithi150 conmon[35634]: audit 2024-02-09T20:21:01.694685+0000 mon.smithi150 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' 2024-02-09T20:21:03.012 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:02 smithi150 conmon[35634]: audit 2024-02-09T20:21:02.426541+0000 mon.smithi150 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' 2024-02-09T20:21:03.012 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:02 smithi150 conmon[35634]: audit 2024-02-09T20:21:02.431416+0000 mon.smithi150 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' 2024-02-09T20:21:03.243 INFO:teuthology.orchestra.run.smithi150.stderr:Creating initial admin user... 2024-02-09T20:21:04.080 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$3KTXceufYk1Bz95eu9hZH.9ovdP6M5y4LXRjk.p5uHKKa8jxA3RJu", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707510064, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-09T20:21:04.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:03 smithi150 conmon[35634]: audit 2024-02-09T20:21:02.351889+0000 mgr.smithi150.owatov (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:21:04.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:03 smithi150 conmon[35634]: cluster 2024-02-09T20:21:02.696314+0000 mon.smithi150 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi150.owatov(active, since 2s) 2024-02-09T20:21:04.593 INFO:teuthology.orchestra.run.smithi150.stderr:Fetching dashboard port number... 2024-02-09T20:21:05.191 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 8443 2024-02-09T20:21:05.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:05 smithi150 conmon[35634]: audit 2024-02-09T20:21:03.860022+0000 mgr.smithi150.owatov (mgr.14156) 2024-02-09T20:21:05.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:05 smithi150 conmon[35634]: 4 : audit [DBG] from='client.14168 -' 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-09T20:21:05.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:05 smithi150 conmon[35634]: audit 2024-02-09T20:21:04.078152+0000 mon.smithi150 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' 2024-02-09T20:21:05.872 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: disabled 2024-02-09T20:21:05.879 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: inactive 2024-02-09T20:21:05.880 INFO:teuthology.orchestra.run.smithi150.stderr:firewalld.service is not enabled 2024-02-09T20:21:05.880 INFO:teuthology.orchestra.run.smithi150.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-09T20:21:05.883 INFO:teuthology.orchestra.run.smithi150.stderr:Ceph Dashboard is now available at: 2024-02-09T20:21:05.883 INFO:teuthology.orchestra.run.smithi150.stderr: 2024-02-09T20:21:05.884 INFO:teuthology.orchestra.run.smithi150.stderr: URL: https://smithi150:8443/ 2024-02-09T20:21:05.884 INFO:teuthology.orchestra.run.smithi150.stderr: User: admin 2024-02-09T20:21:05.884 INFO:teuthology.orchestra.run.smithi150.stderr: Password: aem0mq7p2w 2024-02-09T20:21:05.884 INFO:teuthology.orchestra.run.smithi150.stderr: 2024-02-09T20:21:05.884 INFO:teuthology.orchestra.run.smithi150.stderr:Enabling autotune for osd_memory_target 2024-02-09T20:21:06.114 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:06 smithi150 conmon[35634]: audit 2024-02-09T20:21:05.189398+0000 mon.smithi150 (mon 2024-02-09T20:21:06.114 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:06 smithi150 conmon[35634]: .0) 91 : audit [DBG] from='client.? 172.21.15.150:0/4086751257' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-09T20:21:07.752 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-02-09T20:21:08.302 INFO:teuthology.orchestra.run.smithi150.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-09T20:21:08.302 INFO:teuthology.orchestra.run.smithi150.stderr: 2024-02-09T20:21:08.302 INFO:teuthology.orchestra.run.smithi150.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-09T20:21:08.303 INFO:teuthology.orchestra.run.smithi150.stderr: 2024-02-09T20:21:08.303 INFO:teuthology.orchestra.run.smithi150.stderr:Or, if you are only running a single cluster on this host: 2024-02-09T20:21:08.303 INFO:teuthology.orchestra.run.smithi150.stderr: 2024-02-09T20:21:08.303 INFO:teuthology.orchestra.run.smithi150.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-09T20:21:08.303 INFO:teuthology.orchestra.run.smithi150.stderr: 2024-02-09T20:21:08.303 INFO:teuthology.orchestra.run.smithi150.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-09T20:21:08.303 INFO:teuthology.orchestra.run.smithi150.stderr: 2024-02-09T20:21:08.303 INFO:teuthology.orchestra.run.smithi150.stderr: ceph telemetry on 2024-02-09T20:21:08.303 INFO:teuthology.orchestra.run.smithi150.stderr: 2024-02-09T20:21:08.303 INFO:teuthology.orchestra.run.smithi150.stderr:For more information see: 2024-02-09T20:21:08.303 INFO:teuthology.orchestra.run.smithi150.stderr: 2024-02-09T20:21:08.303 INFO:teuthology.orchestra.run.smithi150.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-02-09T20:21:08.303 INFO:teuthology.orchestra.run.smithi150.stderr: 2024-02-09T20:21:08.303 INFO:teuthology.orchestra.run.smithi150.stderr:Bootstrap complete. 2024-02-09T20:21:08.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:08 smithi150 conmon[35634]: cluster 2024-02-09T20:21:07.080769+0000 mon.smithi150 (mon.0) 92 : cluster [DBG] mgrmap e13: smithi150.owatov(active, since 6s) 2024-02-09T20:21:08.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:08 smithi150 conmon[35634]: audit 2024-02-09T20:21:07.747704+0000 mon.smithi150 (mon.0) 93 : audit [INF] from='client.? 172.21.15.150:0/4021516690' entity='client.admin' 2024-02-09T20:21:08.355 INFO:tasks.cephadm:Fetching config... 2024-02-09T20:21:08.356 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-09T20:21:08.356 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-09T20:21:08.374 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-09T20:21:08.374 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-09T20:21:08.375 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-09T20:21:08.431 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-09T20:21:08.431 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-09T20:21:08.431 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/keyring of=/dev/stdout 2024-02-09T20:21:08.500 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-09T20:21:08.500 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-09T20:21:08.500 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-09T20:21:08.558 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-09T20:21:08.559 DEBUG:teuthology.orchestra.run.smithi150:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDioHdYC78k+yQVVU/Zgml9/liwjhxdRIOAxtwpPMYMvtP7gW0ICCXhCoJq/DJnwsLg0KBRWHAkirhvg0nXDSlmVnrUrBZxmMcawJganFrWfhG1MuMIJlUjPDl8Fma/ar48tGyPJZoxhbSQRNwQAWAHuB+x+qQuqnl3yuFzgWjScEokMqiko2FvK7ZHrBbnoqwME5EDuwkeRAg0cel0k7hzZdI1xt2qd6WrAJL7If0yY+va6szOBi+m+7y79hbkS+b4rmqHnz/XCxUYrdebyTqPNtyb3kiruhDJeXIzaug8wTYWRSNdfVxr8pY8j9Suty6Z8Fn2achf1ejn6UrNdB3lr8TzcNBssIqX5mqOcQso5M0HYyyyHGTyqWDMG2lRrjuCGKU6NL4FPTkzbsbveFRUzS3Et6Ml5HoFtH+1Q/qxTh7ZF2+VXpzIFC+hvA/xvTCepK5xzKdHtGsz6QgrcD7RJUAKU0T3Uw340BZtXyOrWNSQrJmnxa98K+ipz/Mk/rM= ceph-8452f3e0-c788-11ee-95b8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-09T20:21:08.637 INFO:teuthology.orchestra.run.smithi150.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDioHdYC78k+yQVVU/Zgml9/liwjhxdRIOAxtwpPMYMvtP7gW0ICCXhCoJq/DJnwsLg0KBRWHAkirhvg0nXDSlmVnrUrBZxmMcawJganFrWfhG1MuMIJlUjPDl8Fma/ar48tGyPJZoxhbSQRNwQAWAHuB+x+qQuqnl3yuFzgWjScEokMqiko2FvK7ZHrBbnoqwME5EDuwkeRAg0cel0k7hzZdI1xt2qd6WrAJL7If0yY+va6szOBi+m+7y79hbkS+b4rmqHnz/XCxUYrdebyTqPNtyb3kiruhDJeXIzaug8wTYWRSNdfVxr8pY8j9Suty6Z8Fn2achf1ejn6UrNdB3lr8TzcNBssIqX5mqOcQso5M0HYyyyHGTyqWDMG2lRrjuCGKU6NL4FPTkzbsbveFRUzS3Et6Ml5HoFtH+1Q/qxTh7ZF2+VXpzIFC+hvA/xvTCepK5xzKdHtGsz6QgrcD7RJUAKU0T3Uw340BZtXyOrWNSQrJmnxa98K+ipz/Mk/rM= ceph-8452f3e0-c788-11ee-95b8-87774f69a715 2024-02-09T20:21:08.650 DEBUG:teuthology.orchestra.run.smithi157:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDioHdYC78k+yQVVU/Zgml9/liwjhxdRIOAxtwpPMYMvtP7gW0ICCXhCoJq/DJnwsLg0KBRWHAkirhvg0nXDSlmVnrUrBZxmMcawJganFrWfhG1MuMIJlUjPDl8Fma/ar48tGyPJZoxhbSQRNwQAWAHuB+x+qQuqnl3yuFzgWjScEokMqiko2FvK7ZHrBbnoqwME5EDuwkeRAg0cel0k7hzZdI1xt2qd6WrAJL7If0yY+va6szOBi+m+7y79hbkS+b4rmqHnz/XCxUYrdebyTqPNtyb3kiruhDJeXIzaug8wTYWRSNdfVxr8pY8j9Suty6Z8Fn2achf1ejn6UrNdB3lr8TzcNBssIqX5mqOcQso5M0HYyyyHGTyqWDMG2lRrjuCGKU6NL4FPTkzbsbveFRUzS3Et6Ml5HoFtH+1Q/qxTh7ZF2+VXpzIFC+hvA/xvTCepK5xzKdHtGsz6QgrcD7RJUAKU0T3Uw340BZtXyOrWNSQrJmnxa98K+ipz/Mk/rM= ceph-8452f3e0-c788-11ee-95b8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-09T20:21:08.711 INFO:teuthology.orchestra.run.smithi157.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDioHdYC78k+yQVVU/Zgml9/liwjhxdRIOAxtwpPMYMvtP7gW0ICCXhCoJq/DJnwsLg0KBRWHAkirhvg0nXDSlmVnrUrBZxmMcawJganFrWfhG1MuMIJlUjPDl8Fma/ar48tGyPJZoxhbSQRNwQAWAHuB+x+qQuqnl3yuFzgWjScEokMqiko2FvK7ZHrBbnoqwME5EDuwkeRAg0cel0k7hzZdI1xt2qd6WrAJL7If0yY+va6szOBi+m+7y79hbkS+b4rmqHnz/XCxUYrdebyTqPNtyb3kiruhDJeXIzaug8wTYWRSNdfVxr8pY8j9Suty6Z8Fn2achf1ejn6UrNdB3lr8TzcNBssIqX5mqOcQso5M0HYyyyHGTyqWDMG2lRrjuCGKU6NL4FPTkzbsbveFRUzS3Et6Ml5HoFtH+1Q/qxTh7ZF2+VXpzIFC+hvA/xvTCepK5xzKdHtGsz6QgrcD7RJUAKU0T3Uw340BZtXyOrWNSQrJmnxa98K+ipz/Mk/rM= ceph-8452f3e0-c788-11ee-95b8-87774f69a715 2024-02-09T20:21:08.723 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-09T20:21:11.563 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-09T20:21:11.563 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-09T20:21:11.718 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:11 smithi150 conmon[35634]: audit 2024-02-09T20:21:10.506940+0000 mon.smithi150 (mon.0) 94 : audit [INF] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' 2024-02-09T20:21:11.718 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:11 smithi150 conmon[35634]: audit 2024-02-09T20:21:10.977919+0000 mon.smithi150 (mon.0) 95 : audit [INF] from='client.? 172.21.15.150:0/2747182267' entity='client.admin' 2024-02-09T20:21:12.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:12 smithi150 conmon[35634]: audit 2024-02-09T20:21:11.586118+0000 mon.smithi150 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:21:12.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:12 smithi150 conmon[35634]: audit 2024-02-09T20:21:11.592452+0000 mon.smithi150 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' 2024-02-09T20:21:12.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:12 smithi150 conmon[35634]: cephadm 2024-02-09T20:21:11.601106+0000 mgr.smithi150.owatov (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi150 on smithi150 2024-02-09T20:21:14.194 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi157 2024-02-09T20:21:14.194 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-02-09T20:21:14.194 DEBUG:teuthology.orchestra.run.smithi157:> dd of=/etc/ceph/ceph.conf 2024-02-09T20:21:14.215 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-02-09T20:21:14.215 DEBUG:teuthology.orchestra.run.smithi157:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-09T20:21:14.276 INFO:tasks.cephadm:Adding host smithi157 to orchestrator... 2024-02-09T20:21:14.276 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch host add smithi157 2024-02-09T20:21:14.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:14 smithi150 conmon[35634]: audit 2024-02-09T20:21:13.577970+0000 mgr.smithi150.owatov (mgr.14156) 6 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:21:14.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:14 smithi150 conmon[35634]: audit 2024-02-09T20:21:13.580366+0000 mon.smithi150 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' 2024-02-09T20:21:21.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:21 smithi150 conmon[35634]: cluster 2024-02-09T20:21:20.162547+0000 mgr.smithi150.owatov (mgr.14156) 7 2024-02-09T20:21:21.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:21 smithi150 conmon[35634]: : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:21:21.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:21 smithi150 conmon[35634]: audit 2024-02-09T20:21:21.175371+0000 mon.smithi150 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' 2024-02-09T20:21:21.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:21 smithi150 conmon[35634]: audit 2024-02-09T20 2024-02-09T20:21:21.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:21 smithi150 conmon[35634]: :21:21.176914+0000 mon.smithi150 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-09T20:21:21.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:21 smithi150 conmon[35634]: audit 2024-02-09T20:21:21.178593+0000 2024-02-09T20:21:21.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:21 smithi150 conmon[35634]: mon.smithi150 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-09T20:21:21.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:21 smithi150 conmon[35634]: audit 2024- 2024-02-09T20:21:21.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:21 smithi150 conmon[35634]: 02-09T20:21:21.179111+0000 mon.smithi150 ( 2024-02-09T20:21:21.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:21 smithi150 conmon[35634]: mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:21:22.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:22 smithi150 conmon[35634]: cephadm 2024-02-09T20:21:21.179591+0000 mgr.smithi150.owatov (mgr.14156) 8 : cephadm [INF] Deploying daemon crash.smithi150 on smithi150 2024-02-09T20:21:23.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:23 smithi150 conmon[35634]: cluster 2024-02-09T20:21:22.162891+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:21:23.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:23 smithi150 conmon[35634]: .14156) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:21:24.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:24 smithi150 conmon[35634]: audit 2024-02-09T20:21:23.285699+0000 mon.smithi150 (mon.0) 103 : audit [INF] 2024-02-09T20:21:24.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:24 smithi150 conmon[35634]: from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' 2024-02-09T20:21:24.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:24 smithi150 conmon[35634]: audit 2024-02-09T20:21:23.367824+0000 mon.smithi150 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' 2024-02-09T20:21:24.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:24 smithi150 conmon[35634]: audit 2024-02-09T20:21:23.369610+0000 mon.smithi150 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' 2024-02-09T20:21:24.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:24 smithi150 conmon[35634]: audit 2024-02-09T20:21:23.371632+0000 mon.smithi150 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-09T20:21:24.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:24 smithi150 conmon[35634]: audit 2024-02-09T20:21:23.371966+0000 mgr.smithi150.owatov (mgr.14156) 10 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-09T20:21:24.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:24 smithi150 conmon[35634]: audit 2024-02-09T20:21:23.374321+0000 mon.smithi150 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' 2024-02-09T20:21:24.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:24 smithi150 conmon[35634]: cephadm 2024-02-09T20:21:23.380217+0000 mgr.smithi150.owatov (mgr.14156) 11 : cephadm [INF] Deploying daemon grafana.smithi150 on smithi150 2024-02-09T20:21:25.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:25 smithi150 conmon[35634]: cluster 2024-02-09T20:21:24.163290+0000 mgr.smithi150.owatov (mgr.14156) 12 : 2024-02-09T20:21:25.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:25 smithi150 conmon[35634]: cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:21:25.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:25 smithi150 conmon[35634]: audit 2024-02-09T20:21:25.287128+0000 mon.smithi150 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' 2024-02-09T20:21:27.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:27 smithi150 conmon[35634]: cluster 2024-02-09T20:21:26.163520+0000 mgr.smithi150.owatov (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:21:29.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:29 smithi150 conmon[35634]: cluster 2024-02-09T20:21:28. 2024-02-09T20:21:29.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:29 smithi150 conmon[35634]: 163766+0000 mgr.smithi150.owatov (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:21:31.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:31 smithi150 conmon[35634]: cluster 2024-02-09T20:21:30.164002+0000 mgr.smithi150.owatov (mgr.14156) 15 2024-02-09T20:21:31.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:31 smithi150 conmon[35634]: : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:21:33.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:33 smithi150 conmon[35634]: cluster 2024-02-09T20:21:32.164230+0000 mgr.smithi150.owatov (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:21:35.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:35 smithi150 conmon[35634]: cluster 2024-02-09T20:21:34.164535+0000 mgr.smithi150.owatov (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:21:37.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:37 smithi150 conmon[35634]: cluster 2024-02-09T20:21:36.164837+0000 mgr.smithi150.owatov (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:21:39.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:39 smithi150 conmon[35634]: cluster 2024-02-09T20:21:38.165104+0000 mgr.smithi150.owatov (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:21:41.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:41 smithi150 conmon[35634]: cluster 2024-02-09T20:21:40.165458+0000 mgr.smithi150.owatov (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:21:42.716 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:42 smithi150 conmon[35634]: audit 2024-02-09T20:21:41.677792+0000 mon.smithi150 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' 2024-02-09T20:21:42.716 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:42 smithi150 conmon[35634]: cephadm 2024-02-09T20:21:41.679845+0000 mgr.smithi150.owatov (mgr.14156) 21 : cephadm [INF] Deploying daemon node-exporter.smithi150 on smithi150 2024-02-09T20:21:43.798 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:43 smithi150 conmon[35634]: cluster 2024-02-09T20:21:42.167799+0000 mgr.smithi150.owatov (mgr.14156) 2024-02-09T20:21:43.799 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:43 smithi150 conmon[35634]: 22 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:21:45.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:45 smithi150 conmon[35634]: cluster 2024-02-09T20:21:44.168051+0000 mgr.smithi150.owatov (mgr.14156) 23 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:21:45.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:45 smithi150 conmon[35634]: audit 2024-02-09T20:21:45.024662+0000 mon.smithi150 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' 2024-02-09T20:21:45.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:45 smithi150 conmon[35634]: audit 2024-02-09T20: 2024-02-09T20:21:45.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:45 smithi150 conmon[35634]: 21:45.026699+0000 mon.smithi150 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-09T20:21:45.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:45 smithi150 conmon[35634]: audit 2024-02-09T20: 2024-02-09T20:21:45.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:45 smithi150 conmon[35634]: 21:45.291248+0000 mon.smithi150 (mon.0) 112 2024-02-09T20:21:45.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:45 smithi150 conmon[35634]: : audit [INF] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' 2024-02-09T20:21:47.161 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:47 smithi150 conmon[35634]: audit 2024-02-09T20:21:46.026436+0000 mon.smithi150 (mon 2024-02-09T20:21:47.162 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:47 smithi150 conmon[35634]: .0) 113 : audit [INF] from='mgr.14156 172.21.15.150:0/958359893' entity='mgr.smithi150.owatov' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-09T20:21:47.162 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:47 smithi150 conmon[35634]: cluster 2024-02-09T20:21:46.026484+0000 2024-02-09T20:21:47.162 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:47 smithi150 conmon[35634]: mon.smithi150 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi150.owatov(active, since 45s) 2024-02-09T20:21:51.616 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: cluster 2024-02-09T20:21:51.461522+0000 mon.smithi150 (mon.0) 115 : cluster 2024-02-09T20:21:51.616 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: [INF] Active manager daemon smithi150.owatov restarted 2024-02-09T20:21:51.616 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: cluster 2024-02-09T20:21:51.461743+0000 mon.smithi150 (mon.0) 116 : cluster [INF] Activating manager daemon smithi150.owatov 2024-02-09T20:21:51.616 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: cluster 2024-02-09T20:21:51.464598 2024-02-09T20:21:51.616 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: +0000 mon.smithi150 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-09T20:21:51.616 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: cluster 2024 2024-02-09T20:21:51.616 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: -02-09T20:21:51.464707+0000 mon.smithi150 (mon.0) 118 : 2024-02-09T20:21:51.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: cluster [DBG] mgrmap e15: smithi150.owatov(active, starting, since 0.00305423s) 2024-02-09T20:21:51.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: audit 2024-02-09T20:21:51.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: 2024-02-09T20 2024-02-09T20:21:51.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: :21:51.465546+0000 mon.smithi150 (mon. 2024-02-09T20:21:51.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: 0) 119 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-02-09T20:21:51.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: audit 2024-02- 2024-02-09T20:21:51.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: 09T20:21:51.466168+0000 mon.smithi150 (mon 2024-02-09T20:21:51.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: .0) 120 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mgr metadata", "who": "smithi150.owatov", "id": "smithi150.owatov"}]: dispatch 2024-02-09T20:21:51.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: 2024-02-09T20:21:51.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: audit 2024-02-09T20:21 2024-02-09T20:21:51.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: :51.466741+0000 mon.smithi150 (mon.0) 121 : 2024-02-09T20:21:51.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-09T20:21:51.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: audit 2024-02-09T20:21:51.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: 2024-02-09T20:21:51. 2024-02-09T20:21:51.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: 466900+0000 mon.smithi150 (mon.0) 122 : audit 2024-02-09T20:21:51.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-09T20:21:51.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: audit 2024-02-09T20:21:51.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: 2024-02-09T20 2024-02-09T20:21:51.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: :21:51.467041+0000 mon.smithi150 (mon 2024-02-09T20:21:51.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: .0) 123 : audit [DBG] 2024-02-09T20:21:51.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-09T20:21:51.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: cluster 2024-02-09T20:21:51.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: 2024-02-09T20:21:51.480949+0000 mon.smithi150 ( 2024-02-09T20:21:51.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:51 smithi150 conmon[35634]: mon.0) 124 : cluster [INF] Manager daemon smithi150.owatov is now available 2024-02-09T20:21:52.725 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:52 smithi150 conmon[35634]: audit 2024-02-09T20:21:51.580529+0000 mon.smithi150 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:21:52.725 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:52 smithi150 conmon[35634]: audit 2024-02- 2024-02-09T20:21:52.726 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:52 smithi150 conmon[35634]: 09T20:21:51.582059+0000 mon.smithi150 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:21:52.726 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:52 smithi150 conmon[35634]: audit 2024-02-09T20:21:51.606473+0000 mon.smithi150 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:21:52.726 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:52 smithi150 conmon[35634]: audit 2024-02-09 2024-02-09T20:21:52.726 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:52 smithi150 conmon[35634]: T20:21:51.618342+0000 mon.smithi150 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.owatov/mirror_snapshot_schedule"}]: dispatch 2024-02-09T20:21:52.726 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:52 smithi150 conmon[35634]: audit 2024-02-09T20:21:51 2024-02-09T20:21:52.726 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:52 smithi150 conmon[35634]: .622767+0000 mon.smithi150 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.owatov/trash_purge_schedule"}]: dispatch 2024-02-09T20:21:52.726 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:52 smithi150 conmon[35634]: cluster 2024-02 2024-02-09T20:21:52.726 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:52 smithi150 conmon[35634]: -09T20:21:52.468423+0000 mon.smithi150 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi150.owatov(active, since 1.00677s) 2024-02-09T20:21:53.291 INFO:teuthology.orchestra.run.smithi157.stdout:Added host 'smithi157' with addr '172.21.15.157' 2024-02-09T20:21:53.589 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:53 smithi150 conmon[35634]: audit 2024-02-09T20:21:52.651877+0000 mgr.smithi150.owatov (mgr.14180) 1 2024-02-09T20:21:53.589 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:53 smithi150 conmon[35634]: : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi157", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:21:53.589 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:53 smithi150 conmon[35634]: audit 2024-02-09T20:21:53.288676+0000 mon.smithi150 (mon.0) 131 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:21:53.862 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch host ls --format=json 2024-02-09T20:21:54.680 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:54 smithi150 conmon[35634]: cephadm 2024-02-09T20:21:53.289019+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:21:54.680 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:54 smithi150 conmon[35634]: 14180) 2 : cephadm [INF] Added host smithi157 2024-02-09T20:21:54.680 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:54 smithi150 conmon[35634]: cluster 2024-02-09T20:21:54.289947+0000 mon.smithi150 (mon.0) 132 : cluster [DBG] 2024-02-09T20:21:54.680 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:54 smithi150 conmon[35634]: mgrmap e17: smithi150.owatov(active, since 2s) 2024-02-09T20:21:54.680 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:54 smithi150 conmon[35634]: audit 2024-02-09T20:21:54.680 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:54 smithi150 conmon[35634]: 2024-02-09T20:21 2024-02-09T20:21:54.680 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:54 smithi150 conmon[35634]: :54.403220+0000 mon.smithi150 (mon.0) 133 2024-02-09T20:21:54.680 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:54 smithi150 conmon[35634]: : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:21:55.615 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-02-09T20:21:55.615 INFO:teuthology.orchestra.run.smithi157.stdout:[{"addr": "172.21.15.150", "hostname": "smithi150", "labels": [], "status": ""}, {"addr": "172.21.15.157", "hostname": "smithi157", "labels": [], "status": ""}] 2024-02-09T20:21:55.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: audit 2024-02-09T20:21:54.700731+0000 mon.smithi150 (mon.0) 134 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:21:55.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: audit 2024-02-09T20:21:54.701532+0000 mon.smithi150 (mon.0) 135 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:21:55.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: audit 2024-02-09T20:21:55.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: 2024-02 2024-02-09T20:21:55.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: -09T20:21:54.702089+0000 mon.smithi150 2024-02-09T20:21:55.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:21:55.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: cephadm 2024-02-09T20:21:55.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: 2024-02- 2024-02-09T20:21:55.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: 09T20:21:54.703156+0000 2024-02-09T20:21:55.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14180) 3 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-02-09T20:21:55.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: cephadm 2024-02-09T20:21:55.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: 2024-02-09T20:21 2024-02-09T20:21:55.770 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: :54.729614+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:21:55.770 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: 4 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2024-02-09T20:21:55.770 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: audit 2024-02 2024-02-09T20:21:55.770 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: -09T20:21:54.758670+0000 2024-02-09T20:21:55.770 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: mon.smithi150 (mon.0) 137 : audit [INF] 2024-02-09T20:21:55.770 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:21:55.770 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: audit 2024-02-09T20:21:55.770 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: 2024-02-09T20:21 2024-02-09T20:21:55.770 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: :54.763924+0000 mon.smithi150 (mon.0 2024-02-09T20:21:55.770 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: ) 138 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:21:55.771 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: cephadm 2024-02-09T20:21:55.771 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: 2024-02-09 2024-02-09T20:21:55.771 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: T20:21:54.775529+0000 mgr.smithi150.owatov ( 2024-02-09T20:21:55.771 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:55 smithi150 conmon[35634]: mgr.14180) 5 : cephadm [INF] Deploying daemon prometheus.smithi150 on smithi150 2024-02-09T20:21:56.182 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-09T20:21:56.182 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd crush tunables default 2024-02-09T20:21:56.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:56 smithi150 conmon[35634]: audit 2024-02-09T20:21:55.612762+0000 mgr.smithi150.owatov (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:58.724 INFO:teuthology.orchestra.run.smithi150.stderr:adjusted tunables profile to default 2024-02-09T20:21:59.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:58 smithi150 conmon[35634]: audit 2024-02-09T20:21:58.667074+0000 mon.smithi150 ( 2024-02-09T20:21:59.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:58 smithi150 conmon[35634]: mon.0) 139 : audit [INF] from='client.? 172.21.15.150:0/1852936723' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-09T20:21:59.640 INFO:tasks.cephadm:Adding mon.smithi150 on smithi150 2024-02-09T20:21:59.640 INFO:tasks.cephadm:Adding mon.smithi157 on smithi157 2024-02-09T20:21:59.640 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch apply mon '2;smithi150:172.21.15.150=smithi150;smithi157:172.21.15.157=smithi157' 2024-02-09T20:22:00.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:59 smithi150 conmon[35634]: audit 2024-02-09T20:21:58.719688+0000 mon.smithi150 (mon.0) 140 2024-02-09T20:22:00.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:59 smithi150 conmon[35634]: : audit [INF] from='client.? 172.21.15.150:0/1852936723' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-09T20:22:00.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:21:59 smithi150 conmon[35634]: cluster 2024-02-09T20:21:58.719768+0000 mon.smithi150 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-09T20:22:01.386 INFO:teuthology.orchestra.run.smithi157.stdout:Scheduled mon update... 2024-02-09T20:22:01.884 DEBUG:teuthology.orchestra.run.smithi157:mon.smithi157> sudo journalctl -f -n 0 -u ceph-8452f3e0-c788-11ee-95b8-87774f69a715@mon.smithi157.service 2024-02-09T20:22:01.887 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-09T20:22:01.887 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-09T20:22:01.915 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:-- Logs begin at Fri 2024-02-09 20:08:24 UTC. -- 2024-02-09T20:22:02.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:02 smithi150 conmon[35634]: audit 2024-02-09T20:22:01.378846+0000 mgr.smithi150.owatov (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi150:172.21.15.150=smithi150;smithi157:172.21.15.157=smithi157", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:22:02.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:02 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:01.380587 2024-02-09T20:22:02.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:02 smithi150 conmon[35634]: +0000 mgr.smithi150.owatov (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi150:172.21.15.150=smithi150;smithi157:172.21.15.157=smithi157;count:2 2024-02-09T20:22:02.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:02 smithi150 conmon[35634]: audit 2024-02-09T20:22:01.383267+0000 mon.smithi150 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:03.667 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-02-09T20:22:03.667 INFO:teuthology.orchestra.run.smithi157.stdout:{"epoch":1,"fsid":"8452f3e0-c788-11ee-95b8-87774f69a715","modified":"2024-02-09T20:20:11.003118Z","created":"2024-02-09T20:20:11.003118Z","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":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-09T20:22:03.669 INFO:teuthology.orchestra.run.smithi157.stderr:dumped monmap epoch 1 2024-02-09T20:22:03.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:03 smithi150 conmon[35634]: audit 2024-02-09T20:22:03.665902+0000 mon.smithi150 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.157:0/1078365095' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-09T20:22:05.231 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-09T20:22:05.231 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-09T20:22:07.034 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-02-09T20:22:07.035 INFO:teuthology.orchestra.run.smithi157.stdout:{"epoch":1,"fsid":"8452f3e0-c788-11ee-95b8-87774f69a715","modified":"2024-02-09T20:20:11.003118Z","created":"2024-02-09T20:20:11.003118Z","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":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-09T20:22:07.036 INFO:teuthology.orchestra.run.smithi157.stderr:dumped monmap epoch 1 2024-02-09T20:22:07.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:07 smithi150 conmon[35634]: audit 2024-02-09T20:22:07.032534+0000 mon.smithi150 (mon.0 2024-02-09T20:22:07.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:07 smithi150 conmon[35634]: ) 144 : audit [DBG] from='client.? 172.21.15.157:0/3493762008' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-09T20:22:08.591 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-09T20:22:08.592 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-09T20:22:08.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:08 smithi150 conmon[35634]: audit 2024-02-09T20:22:07.330413+0000 mon.smithi150 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:08.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:08 smithi150 conmon[35634]: audit 2024-02-09T20:22:07.331444+0000 mon.smithi150 (mon.0) 146 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:22:08.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:08 smithi150 conmon[35634]: audit 2024-02-09T20:22:07.809387+0000 mon.smithi150 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:08.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:08 smithi150 conmon[35634]: audit 2024-02-09T20:22:08.161004+0000 mon.smithi150 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:11.026 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-02-09T20:22:11.026 INFO:teuthology.orchestra.run.smithi157.stdout:{"epoch":1,"fsid":"8452f3e0-c788-11ee-95b8-87774f69a715","modified":"2024-02-09T20:20:11.003118Z","created":"2024-02-09T20:20:11.003118Z","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":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-09T20:22:11.027 INFO:teuthology.orchestra.run.smithi157.stderr:dumped monmap epoch 1 2024-02-09T20:22:11.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:10 smithi150 conmon[35634]: audit 2024-02-09T20:22:09.846172+0000 mon.smithi150 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:12.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:11 smithi150 conmon[35634]: audit 2024-02-09T20:22:11.023694+0000 mon.smithi150 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.157:0/3731408104' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-09T20:22:12.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:11 smithi150 conmon[35634]: audit 2024-02-09T20:22:11.609492+0000 mon.smithi150 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:13.036 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-09T20:22:13.036 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-09T20:22:13.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: cluster 2024-02-09T20:22:11.468242+0000 mgr.smithi150.owatov (mgr.14180) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:13.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: audit 2024-02-09T20:22:12.346938+0000 mon.smithi150 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:13.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: audit 2024-02-09T20:22:12.756860+0000 mon.smithi150 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:13.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: audit 2024-02-09T20:22:12.757693+0000 mon.smithi150 (mon.0) 154 : audit [INF] 2024-02-09T20:22:13.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:13.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: audit 2024- 2024-02-09T20:22:13.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: 02-09T20:22:12.758750+0000 mon.smithi150 (mon.0) 155 : 2024-02-09T20:22:13.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:22:13.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: audit 2024-02-09T20:22:12.759591+0000 2024-02-09T20:22:13.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: mon.smithi150 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:22:13.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: audit 2024-02-09T 2024-02-09T20:22:13.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: 20:22:12.810590+0000 mon.smithi150 (mon.0) 2024-02-09T20:22:13.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: 157 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:13.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: audit 2024-02-09T20:22: 2024-02-09T20:22:13.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: 12.813302+0000 mon.smithi150 (mon.0) 158 : audit 2024-02-09T20:22:13.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:13.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: audit 2024-02-09T20:22:13.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: 2024-02-09T20:22:12.814982+0000 mon.smithi150 (mon.0) 2024-02-09T20:22:13.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: 159 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi157", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-09T20:22:13.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: audit 2024-02-09T20:22:12. 2024-02-09T20:22:13.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: 817589+0000 mon.smithi150 (mon.0) 160 : audit [INF] 2024-02-09T20:22:13.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi157", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-09T20:22:13.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: audit 2024 2024-02-09T20:22:13.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: -02-09T20:22:12.818376+0000 mon.smithi150 (mon.0) 161 2024-02-09T20:22:13.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:12 smithi150 conmon[35634]: : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:22:14.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:13 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:12.760891+0000 mgr.smithi150.owatov (mgr.14180) 10 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.conf 2024-02-09T20:22:14.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:13 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:12.781942+0000 mgr.smithi150.owatov (mgr.14180) 11 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.client.admin.keyring 2024-02-09T20:22:14.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:13 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:12.819077+0000 mgr.smithi150.owatov (mgr.14180) 12 : cephadm [INF] Deploying daemon crash.smithi157 on smithi157 2024-02-09T20:22:15.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:14 smithi150 conmon[35634]: cluster 2024-02-09T20:22:13.468632+0000 mgr.smithi150.owatov (mgr.14180) 13 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:15.676 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-02-09T20:22:15.676 INFO:teuthology.orchestra.run.smithi157.stdout:{"epoch":1,"fsid":"8452f3e0-c788-11ee-95b8-87774f69a715","modified":"2024-02-09T20:20:11.003118Z","created":"2024-02-09T20:20:11.003118Z","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":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-09T20:22:15.677 INFO:teuthology.orchestra.run.smithi157.stderr:dumped monmap epoch 1 2024-02-09T20:22:16.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:15 smithi150 conmon[35634]: audit 2024-02-09T20:22:15.673380+0000 mon.smithi150 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.157:0/228798926' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-09T20:22:17.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:16 smithi150 conmon[35634]: cluster 2024-02-09T20:22:15.468968+0000 mgr.smithi150.owatov (mgr.14180) 14 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:17.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:16 smithi150 conmon[35634]: audit 2024-02-09T20:22:15.995818+0000 mon.smithi150 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:17.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:16 smithi150 conmon[35634]: audit 2024-02-09T20:22:15.997999+0000 mon.smithi150 (mon.0) 164 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi157.oefvpo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-09T20:22:17.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:16 smithi150 conmon[35634]: audit 2024-02-09T20:22:16 2024-02-09T20:22:17.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:16 smithi150 conmon[35634]: .000005+0000 mon.smithi150 (mon.0) 165 2024-02-09T20:22:17.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:16 smithi150 conmon[35634]: : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi157.oefvpo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-09T20:22:17.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:16 smithi150 conmon[35634]: audit 2024- 2024-02-09T20:22:17.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:16 smithi150 conmon[35634]: 02-09T20:22:16.000801+0000 mon.smithi150 ( 2024-02-09T20:22:17.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:16 smithi150 conmon[35634]: mon.0) 166 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-09T20:22:17.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:16 smithi150 conmon[35634]: audit 2024-02-09T20:22:17.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:16 smithi150 conmon[35634]: 2024-02-09T20:22: 2024-02-09T20:22:17.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:16 smithi150 conmon[35634]: 16.001767+0000 mon.smithi150 (mon.0) 2024-02-09T20:22:17.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:16 smithi150 conmon[35634]: 167 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:22:17.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:16 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:17.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:16 smithi150 conmon[35634]: 2024-02-09T20:22:16. 2024-02-09T20:22:17.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:16 smithi150 conmon[35634]: 002517+0000 mgr.smithi150.owatov (mgr.14180) 15 : cephadm 2024-02-09T20:22:17.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:16 smithi150 conmon[35634]: [INF] Deploying daemon mgr.smithi157.oefvpo on smithi157 2024-02-09T20:22:17.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:16 smithi150 conmon[35634]: audit 2024-02 2024-02-09T20:22:17.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:16 smithi150 conmon[35634]: -09T20:22:16.613083+0000 2024-02-09T20:22:17.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:16 smithi150 conmon[35634]: mon.smithi150 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:17.653 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-09T20:22:17.653 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-09T20:22:19.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:18 smithi150 conmon[35634]: cluster 2024-02-09T20:22:17.469440+0000 mgr.smithi150.owatov (mgr.14180) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:19.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:18 smithi150 conmon[35634]: audit 2024-02-09T20:22:18.390454+0000 mon.smithi150 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:19.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:18 smithi150 conmon[35634]: audit 2024-02-09T20:22:18.392556+0000 mon.smithi150 (mon.0) 170 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-09T20:22:19.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:18 smithi150 conmon[35634]: audit 2024-02-09T20:22:18.393304+0000 mon.smithi150 (mon.0) 171 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:22:19.847 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-02-09T20:22:19.847 INFO:teuthology.orchestra.run.smithi157.stdout:{"epoch":1,"fsid":"8452f3e0-c788-11ee-95b8-87774f69a715","modified":"2024-02-09T20:20:11.003118Z","created":"2024-02-09T20:20:11.003118Z","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":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-09T20:22:19.849 INFO:teuthology.orchestra.run.smithi157.stderr:dumped monmap epoch 1 2024-02-09T20:22:20.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:20 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:18.394009+0000 mgr.smithi150.owatov (mgr.14180) 17 : cephadm [INF] Deploying daemon mon.smithi157 on smithi157 2024-02-09T20:22:20.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:20 smithi150 conmon[35634]: audit 2024-02-09T20:22:19.845488+0000 mon.smithi150 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.157:0/3995692957' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-09T20:22:21.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:21 smithi150 conmon[35634]: cluster 2024-02-09T20:22:19.469796+0000 mgr.smithi150.owatov (mgr.14180) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:21.560 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-09T20:22:21.561 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-09T20:22:22.153 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:22 smithi157 systemd[1]: Starting Ceph mon.smithi157 for 8452f3e0-c788-11ee-95b8-87774f69a715... 2024-02-09T20:22:23.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:22 smithi150 conmon[35634]: cluster 2024-02-09T20:22:21.470149+0000 mgr.smithi150.owatov (mgr.14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:23.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:22 smithi150 conmon[35634]: audit 2024-02-09T20:22:21.617182+0000 mon.smithi150 (mon.0) 173 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:23.474 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.193+0000 7fdc97200880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-09T20:22:23.474 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.193+0000 7fdc97200880 0 ceph version 16.2.14-530-g5db25abe (5db25abe00e218b6920215c0bef70af7e47c7152) pacific (stable), process ceph-mon, pid 7 2024-02-09T20:22:23.474 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.193+0000 7fdc97200880 0 pidfile_write: ignore empty --pid-file 2024-02-09T20:22:23.474 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.198+0000 7fdc97200880 0 load: jerasure load: lrc load: isa 2024-02-09T20:22:23.474 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: RocksDB version: 6.8.1 2024-02-09T20:22:23.475 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 2024-02-09T20:22:23.475 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-09T20:22:23.475 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Compile date Feb 8 2024 2024-02-09T20:22:23.475 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: DB SUMMARY 2024-02-09T20:22:23.475 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 2024-02-09T20:22:23.475 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: CURRENT file: CURRENT 2024-02-09T20:22:23.475 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 2024-02-09T20:22:23.475 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-09T20:22:23.475 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 2024-02-09T20:22:23.475 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-02-09T20:22:23.475 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 2024-02-09T20:22:23.475 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi157/store.db dir, Total Num: 0, files: 2024-02-09T20:22:23.475 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 2024-02-09T20:22:23.475 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi157/store.db: 000003.log size: 511 ; 2024-02-09T20:22:23.476 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 2024-02-09T20:22:23.476 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.error_if_exists: 0 2024-02-09T20:22:23.476 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.create_if_missing: 0 2024-02-09T20:22:23.476 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.paranoid_checks: 1 2024-02-09T20:22:23.476 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.env: 0x55ddc0c3d080 2024-02-09T20:22:23.476 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.fs: Posix File System 2024-02-09T20:22:23.476 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.info_log: 0x55ddc19b9d20 2024-02-09T20:22:23.476 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-09T20:22:23.476 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.statistics: (nil) 2024-02-09T20:22:23.476 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.use_fsync: 0 2024-02-09T20:22:23.476 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_log_file_size: 0 2024-02-09T20:22:23.476 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-09T20:22:23.476 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-09T20:22:23.477 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-09T20:22:23.477 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-09T20:22:23.477 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.allow_fallocate: 1 2024-02-09T20:22:23.477 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-09T20:22:23.477 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-09T20:22:23.477 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.use_direct_reads: 0 2024-02-09T20:22:23.477 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-09T20:22:23.477 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-09T20:22:23.477 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.db_log_dir: 2024-02-09T20:22:23.477 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi157/store.db 2024-02-09T20:22:23.477 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-09T20:22:23.477 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_subcompactions: 1 2024-02-09T20:22:23.477 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_background_flushes: -1 2024-02-09T20:22:23.477 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-09T20:22:23.478 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-09T20:22:23.478 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-09T20:22:23.478 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-09T20:22:23.478 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-09T20:22:23.478 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-09T20:22:23.478 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-09T20:22:23.478 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.write_buffer_manager: 0x55ddc26b63f0 2024-02-09T20:22:23.478 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-09T20:22:23.478 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-09T20:22:23.478 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-09T20:22:23.478 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-09T20:22:23.478 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-09T20:22:23.478 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-09T20:22:23.478 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-09T20:22:23.478 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-09T20:22:23.478 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-09T20:22:23.479 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.unordered_write: 0 2024-02-09T20:22:23.479 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-09T20:22:23.479 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-09T20:22:23.479 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-09T20:22:23.479 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-09T20:22:23.479 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.row_cache: None 2024-02-09T20:22:23.479 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.wal_filter: None 2024-02-09T20:22:23.479 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-09T20:22:23.479 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-09T20:22:23.479 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.preserve_deletes: 0 2024-02-09T20:22:23.479 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.two_write_queues: 0 2024-02-09T20:22:23.479 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-09T20:22:23.479 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.atomic_flush: 0 2024-02-09T20:22:23.479 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-09T20:22:23.479 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-09T20:22:23.479 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-09T20:22:23.480 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.log_readahead_size: 0 2024-02-09T20:22:23.480 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-09T20:22:23.480 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_background_jobs: 2 2024-02-09T20:22:23.480 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_background_compactions: -1 2024-02-09T20:22:23.480 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-09T20:22:23.480 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-09T20:22:23.480 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-09T20:22:23.481 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-09T20:22:23.481 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-09T20:22:23.481 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-09T20:22:23.481 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-09T20:22:23.481 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-09T20:22:23.482 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_open_files: -1 2024-02-09T20:22:23.482 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-09T20:22:23.482 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-09T20:22:23.482 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-09T20:22:23.482 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-09T20:22:23.482 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Compression algorithms supported: 2024-02-09T20:22:23.482 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-09T20:22:23.482 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: kZSTD supported: 0 2024-02-09T20:22:23.482 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: kXpressCompression supported: 0 2024-02-09T20:22:23.482 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-09T20:22:23.482 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: kLZ4Compression supported: 1 2024-02-09T20:22:23.482 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: kBZip2Compression supported: 0 2024-02-09T20:22:23.482 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: kZlibCompression supported: 1 2024-02-09T20:22:23.482 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: kSnappyCompression supported: 1 2024-02-09T20:22:23.482 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-09T20:22:23.482 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi157/store.db/MANIFEST-000001 2024-02-09T20:22:23.483 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 2024-02-09T20:22:23.483 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-09T20:22:23.483 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 2024-02-09T20:22:23.483 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-09T20:22:23.483 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.merge_operator: 2024-02-09T20:22:23.483 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.compaction_filter: None 2024-02-09T20:22:23.483 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-09T20:22:23.483 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-09T20:22:23.483 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-09T20:22:23.483 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ddc1963d10) 2024-02-09T20:22:23.483 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: cache_index_and_filter_blocks: 1 2024-02-09T20:22:23.483 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-09T20:22:23.483 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-09T20:22:23.483 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: pin_top_level_index_and_filter: 1 2024-02-09T20:22:23.483 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: index_type: 0 2024-02-09T20:22:23.484 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: data_block_index_type: 0 2024-02-09T20:22:23.484 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: index_shortening: 1 2024-02-09T20:22:23.484 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: data_block_hash_table_util_ratio: 0.750000 2024-02-09T20:22:23.484 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: hash_index_allow_collision: 1 2024-02-09T20:22:23.484 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: checksum: 1 2024-02-09T20:22:23.484 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: no_block_cache: 0 2024-02-09T20:22:23.484 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: block_cache: 0x55ddc199cf10 2024-02-09T20:22:23.484 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: block_cache_name: BinnedLRUCache 2024-02-09T20:22:23.484 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: block_cache_options: 2024-02-09T20:22:23.484 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: capacity : 536870912 2024-02-09T20:22:23.484 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: num_shard_bits : 4 2024-02-09T20:22:23.484 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: strict_capacity_limit : 0 2024-02-09T20:22:23.484 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: high_pri_pool_ratio: 0.000 2024-02-09T20:22:23.484 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: block_cache_compressed: (nil) 2024-02-09T20:22:23.484 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: persistent_cache: (nil) 2024-02-09T20:22:23.485 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: block_size: 4096 2024-02-09T20:22:23.485 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: block_size_deviation: 10 2024-02-09T20:22:23.485 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: block_restart_interval: 16 2024-02-09T20:22:23.485 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: index_block_restart_interval: 1 2024-02-09T20:22:23.485 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: metadata_block_size: 4096 2024-02-09T20:22:23.485 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: partition_filters: 0 2024-02-09T20:22:23.485 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: use_delta_encoding: 1 2024-02-09T20:22:23.485 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-09T20:22:23.485 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: whole_key_filtering: 1 2024-02-09T20:22:23.485 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: verify_compression: 0 2024-02-09T20:22:23.485 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: read_amp_bytes_per_bit: 0 2024-02-09T20:22:23.485 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: format_version: 2 2024-02-09T20:22:23.485 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: enable_index_compression: 1 2024-02-09T20:22:23.485 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: block_align: 0 2024-02-09T20:22:23.485 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 2024-02-09T20:22:23.486 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-09T20:22:23.486 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-09T20:22:23.486 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.compression: NoCompression 2024-02-09T20:22:23.486 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-09T20:22:23.486 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-09T20:22:23.486 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-09T20:22:23.486 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.num_levels: 7 2024-02-09T20:22:23.486 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-09T20:22:23.486 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-09T20:22:23.486 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-09T20:22:23.486 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-09T20:22:23.486 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-09T20:22:23.486 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-09T20:22:23.486 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-09T20:22:23.486 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-09T20:22:23.486 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 bash[41037]: c0fb1090b126891747bbe679a9e5b3074c5c4c9f14c6b0441a5b9aa30719cbbb 2024-02-09T20:22:23.487 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-09T20:22:23.487 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-09T20:22:23.487 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-09T20:22:23.487 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-09T20:22:23.487 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-09T20:22:23.487 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-09T20:22:23.487 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-09T20:22:23.487 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-09T20:22:23.487 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-09T20:22:23.487 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-09T20:22:23.487 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-09T20:22:23.487 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-09T20:22:23.487 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-09T20:22:23.487 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-09T20:22:23.487 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-09T20:22:23.488 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-09T20:22:23.488 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-09T20:22:23.488 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-09T20:22:23.488 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-09T20:22:23.488 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-09T20:22:23.488 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-09T20:22:23.488 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-09T20:22:23.488 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-09T20:22:23.488 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-09T20:22:23.488 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-09T20:22:23.488 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-09T20:22:23.488 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-09T20:22:23.488 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-09T20:22:23.488 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-09T20:22:23.489 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-09T20:22:23.489 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-09T20:22:23.489 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-09T20:22:23.489 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-09T20:22:23.489 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-09T20:22:23.489 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-09T20:22:23.489 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-09T20:22:23.489 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-09T20:22:23.489 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-09T20:22:23.489 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-09T20:22:23.489 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.table_properties_collectors: 2024-02-09T20:22:23.489 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.inplace_update_support: 0 2024-02-09T20:22:23.489 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-09T20:22:23.490 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-09T20:22:23.490 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-09T20:22:23.490 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-09T20:22:23.490 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.bloom_locality: 0 2024-02-09T20:22:23.490 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.max_successive_merges: 0 2024-02-09T20:22:23.490 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-09T20:22:23.490 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-09T20:22:23.490 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-09T20:22:23.490 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-09T20:22:23.490 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.ttl: 2592000 2024-02-09T20:22:23.490 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.199+0000 7fdc97200880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-09T20:22:23.490 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.200+0000 7fdc97200880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi157/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-09T20:22:23.490 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 2024-02-09T20:22:23.490 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.200+0000 7fdc97200880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-09T20:22:23.491 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 2024-02-09T20:22:23.491 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.200+0000 7fdc97200880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707510143201588, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-02-09T20:22:23.491 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.200+0000 7fdc97200880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-02-09T20:22:23.491 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.200+0000 7fdc97200880 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-09T20:22:23.491 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.200+0000 7fdc97200880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707510143202222, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1707510143, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-09T20:22:23.491 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.200+0000 7fdc97200880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-02-09T20:22:23.491 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 2024-02-09T20:22:23.491 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.201+0000 7fdc97200880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707510143202746, "job": 1, "event": "recovery_finished"} 2024-02-09T20:22:23.491 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.202+0000 7fdc97200880 4 rocksdb: DB pointer 0x55ddc1a67800 2024-02-09T20:22:23.491 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.202+0000 7fdc7dff2700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-09T20:22:23.491 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.202+0000 7fdc7dff2700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-09T20:22:23.491 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: ** DB Stats ** 2024-02-09T20:22:23.491 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-09T20:22:23.492 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 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-09T20:22:23.492 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-09T20:22:23.492 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-09T20:22:23.492 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 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-09T20:22:23.492 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-09T20:22:23.492 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-09T20:22:23.492 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 2024-02-09T20:22:23.492 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: ** Compaction Stats [default] ** 2024-02-09T20:22:23.492 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 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-09T20:22:23.492 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:22:23.492 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 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-09T20:22:23.492 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 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-09T20:22:23.492 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 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-09T20:22:23.493 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 2024-02-09T20:22:23.493 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: ** Compaction Stats [default] ** 2024-02-09T20:22:23.493 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 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-09T20:22:23.493 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:22:23.493 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 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-09T20:22:23.493 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-09T20:22:23.493 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-09T20:22:23.493 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-09T20:22:23.493 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: AddFile(Total Files): cumulative 0, interval 0 2024-02-09T20:22:23.494 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-09T20:22:23.494 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: AddFile(Keys): cumulative 0, interval 0 2024-02-09T20:22:23.494 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: Cumulative compaction: 0.00 GB write, 0.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-09T20:22:23.494 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: Interval compaction: 0.00 GB write, 0.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-09T20:22:23.494 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 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-09T20:22:23.494 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 2024-02-09T20:22:23.494 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: ** File Read Latency Histogram By Level [default] ** 2024-02-09T20:22:23.495 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 2024-02-09T20:22:23.495 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: ** Compaction Stats [default] ** 2024-02-09T20:22:23.495 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 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-09T20:22:23.495 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:22:23.495 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 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-09T20:22:23.495 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 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-09T20:22:23.495 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 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-09T20:22:23.495 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 2024-02-09T20:22:23.496 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: ** Compaction Stats [default] ** 2024-02-09T20:22:23.496 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 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-09T20:22:23.496 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: -------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:22:23.496 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: ----------------------------- 2024-02-09T20:22:23.496 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 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-09T20:22:23.496 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-09T20:22:23.496 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-09T20:22:23.497 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-09T20:22:23.497 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: AddFile(Total Files): cumulative 0, interval 0 2024-02-09T20:22:23.497 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-09T20:22:23.497 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: AddFile(Keys): cumulative 0, interval 0 2024-02-09T20:22:23.497 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: Cumulative compaction: 0.00 GB write, 0.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-09T20:22:23.497 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 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-09T20:22:23.497 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 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-09T20:22:23.498 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 2024-02-09T20:22:23.498 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: ** File Read Latency Histogram By Level [default] ** 2024-02-09T20:22:23.498 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 2024-02-09T20:22:23.498 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.202+0000 7fdc97200880 0 mon.smithi157 does not exist in monmap, will attempt to join an existing cluster 2024-02-09T20:22:23.498 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.203+0000 7fdc97200880 0 using public_addr v2:172.21.15.157:0/0 -> [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] 2024-02-09T20:22:23.498 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.203+0000 7fdc97200880 0 starting mon.smithi157 rank -1 at public addrs [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] at bind addrs [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi157 fsid 8452f3e0-c788-11ee-95b8-87774f69a715 2024-02-09T20:22:23.498 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.205+0000 7fdc97200880 1 mon.smithi157@-1(???) e0 preinit fsid 8452f3e0-c788-11ee-95b8-87774f69a715 2024-02-09T20:22:23.498 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 systemd[1]: Started Ceph mon.smithi157 for 8452f3e0-c788-11ee-95b8-87774f69a715. 2024-02-09T20:22:23.499 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.231+0000 7fdc807f7700 0 mon.smithi157@-1(synchronizing).mds e1 new map 2024-02-09T20:22:23.499 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.231+0000 7fdc807f7700 0 mon.smithi157@-1(synchronizing).mds e1 print_map 2024-02-09T20:22:23.499 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: e1 2024-02-09T20:22:23.499 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-09T20:22:23.499 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 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-09T20:22:23.499 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: legacy client fscid: -1 2024-02-09T20:22:23.499 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 2024-02-09T20:22:23.500 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: No filesystems configured 2024-02-09T20:22:23.500 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 2024-02-09T20:22:23.500 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.232+0000 7fdc807f7700 1 mon.smithi157@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-09T20:22:23.500 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.232+0000 7fdc807f7700 1 mon.smithi157@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-09T20:22:23.500 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.232+0000 7fdc807f7700 1 mon.smithi157@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-09T20:22:23.500 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.232+0000 7fdc807f7700 1 mon.smithi157@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-09T20:22:23.500 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.232+0000 7fdc807f7700 1 mon.smithi157@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-09T20:22:23.501 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.232+0000 7fdc807f7700 1 mon.smithi157@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-09T20:22:23.501 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.232+0000 7fdc807f7700 1 mon.smithi157@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-02-09T20:22:23.501 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.232+0000 7fdc807f7700 0 mon.smithi157@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-09T20:22:23.501 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.232+0000 7fdc807f7700 0 mon.smithi157@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-09T20:22:23.501 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.232+0000 7fdc807f7700 0 mon.smithi157@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-09T20:22:23.501 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.232+0000 7fdc807f7700 0 mon.smithi157@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-09T20:22:23.502 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: cluster 2024-02 2024-02-09T20:22:23.502 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: -09T20:22:21.470149+0000 mgr.smithi150.owatov (mgr.14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:23.502 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: audit 2024-02-09T20:22:21. 2024-02-09T20:22:23.502 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: 617182+0000 mon.smithi150 (mon.0) 173 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:23.502 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:23 smithi157 conmon[41110]: debug 2024-02-09T20:22:23.232+0000 7fdc807f7700 1 mon.smithi157@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-02-09T20:22:28.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: audit 2024-02-09T20:22:23.240370+0000 mon.smithi150 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-02-09T20:22:28.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: cluster 2024-02-09T20:22:23 2024-02-09T20:22:28.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: .240557+0000 mon.smithi150 (mon.0) 176 : cluster [INF] mon.smithi150 calling monitor election 2024-02-09T20:22:28.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: audit 2024-02-09T20:22:23.253535+0000 mon.smithi150 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mon metadata", "id": "smithi157"}]: dispatch 2024-02-09T20:22:28.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: cluster 2024-02-09T20:22:28.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 2024-02-09T20:22:23.470555+0000 mgr.smithi150.owatov (mgr.14180) 20 : cluster 2024-02-09T20:22:28.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:28.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: audit 2024-02-09T20:22: 2024-02-09T20:22:28.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 23.997624+0000 mon.smithi150 (mon.0) 178 : 2024-02-09T20:22:28.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: audit [DBG] from='mgr.? 172.21.15.157:0/270978423' entity='mgr.smithi157.oefvpo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi157.oefvpo/crt"}]: dispatch 2024-02-09T20:22:28.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: audit 2024-02 2024-02-09T20:22:28.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: -09T20:22:24.237499 2024-02-09T20:22:28.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: +0000 mon.smithi150 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mon metadata", "id": "smithi157"}]: dispatch 2024-02-09T20:22:28.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 2024-02-09T20:22:28.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: audit 2024-02-09T20:22:28.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 2024-02- 2024-02-09T20:22:28.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 09T20:22:25.238098+0000 2024-02-09T20:22:28.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: mon.smithi150 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mon metadata", "id": "smithi157"}]: dispatch 2024-02-09T20:22:28.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: cluster 2024 2024-02-09T20:22:28.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: -02-09T20:22:25 2024-02-09T20:22:28.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: .238995+0000 mon.smithi157 (mon.1) 2024-02-09T20:22:28.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 1 : cluster [INF] mon.smithi157 calling monitor election 2024-02-09T20:22:28.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: cluster 2024-02-09T20:22:28.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 2024-02-09T20:22 2024-02-09T20:22:28.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: :25.470927+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:22:28.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: ) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:28.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: audit 2024- 2024-02-09T20:22:28.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 02-09T20:22:26.237784+0000 2024-02-09T20:22:28.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: mon.smithi150 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mon metadata", "id": "smithi157"}]: dispatch 2024-02-09T20:22:28.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: audit 2024-02-09T20:22:28.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 2024-02-09T20 2024-02-09T20:22:28.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: :22:27.237790+0000 mon.smithi150 (mon 2024-02-09T20:22:28.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: .0) 182 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mon metadata", "id": "smithi157"}]: dispatch 2024-02-09T20:22:28.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: cluster 2024-02-09T20:22:28.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 2024-02-09T20:22 2024-02-09T20:22:28.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: :27.471202+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:22:28.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: ) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:28.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: audit 2024-02-09T20:22:28.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 2024-02-09 2024-02-09T20:22:28.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: T20:22:28.238089+0000 mon.smithi150 ( 2024-02-09T20:22:28.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mon metadata", "id": "smithi157"}]: dispatch 2024-02-09T20:22:28.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: cluster 2024-02-09T20:22:28.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 2024-02- 2024-02-09T20:22:28.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 09T20:22:28.267531+0000 mon.smithi150 2024-02-09T20:22:28.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: (mon.0) 184 : cluster [INF] mon.smithi150 is new leader, mons smithi150,smithi157 in quorum (ranks 0,1) 2024-02-09T20:22:28.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: cluster 2024-02-09T20:22:28.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 2024-02 2024-02-09T20:22:28.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: -09T20:22:28.270239+0000 2024-02-09T20:22:28.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: mon.smithi150 (mon.0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi150=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0],smithi157=[v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0]} removed_ranks: {} 2024-02-09T20:22:28.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 2024-02-09T20:22:28.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: cluster 2024 2024-02-09T20:22:28.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: -02-09T20:22:28. 2024-02-09T20:22:28.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 281849+0000 mon.smithi150 (mon.0) 186 : cluster 2024-02-09T20:22:28.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: [DBG] fsmap 2024-02-09T20:22:28.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: cluster 2024- 2024-02-09T20:22:28.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 02-09T20:22:28. 2024-02-09T20:22:28.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 281876+0000 mon.smithi150 (mon.0) 187 : cluster 2024-02-09T20:22:28.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-09T20:22:28.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: cluster 2024- 2024-02-09T20:22:28.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 02-09T20:22:28.282135 2024-02-09T20:22:28.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: +0000 mon.smithi150 (mon.0) 188 : cluster [DBG] 2024-02-09T20:22:28.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: mgrmap e17: smithi150.owatov(active, since 36s) 2024-02-09T20:22:28.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: cluster 2024-02-09T20:22:28.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 2024-02-09T20:22:28 2024-02-09T20:22:28.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: .282286+0000 mon.smithi150 (mon.0) 189 : cluster 2024-02-09T20:22:28.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: [INF] overall HEALTH_OK 2024-02-09T20:22:28.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: cluster 2024-02-09 2024-02-09T20:22:28.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: T20:22:28.283142+0000 2024-02-09T20:22:28.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: mon.smithi150 (mon.0) 190 : cluster [DBG] Standby manager daemon smithi157.oefvpo started 2024-02-09T20:22:28.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 2024-02-09T20:22:28.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: audit 2024-02- 2024-02-09T20:22:28.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 09T20:22:28.284461+0000 2024-02-09T20:22:28.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: mon.smithi150 (mon.0) 191 : audit [DBG] 2024-02-09T20:22:28.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: from='mgr.? 172.21.15.157:0/270978423' entity='mgr.smithi157.oefvpo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-09T20:22:28.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: audit 2024-02-09T20 2024-02-09T20:22:28.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: :22:28.286247+0000 mon.smithi150 (mon. 2024-02-09T20:22:28.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 0) 192 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:28.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: audit 2024-02-09T20:22:28.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 2024-02-09 2024-02-09T20:22:28.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: T20:22:28.286618+0000 2024-02-09T20:22:28.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: mon.smithi150 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.157:0/270978423' entity='mgr.smithi157.oefvpo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi157.oefvpo/key"}]: dispatch 2024-02-09T20:22:28.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 2024-02-09T20:22:28.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: audit 2024-02-09T20:22:28.605 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: 2024-02-09T20:22 2024-02-09T20:22:28.605 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: :28.287143+0000 mon.smithi150 (mon.0) 194 : 2024-02-09T20:22:28.605 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:28 smithi150 conmon[35634]: audit [DBG] from='mgr.? 172.21.15.157:0/270978423' entity='mgr.smithi157.oefvpo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-09T20:22:28.613 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: audit 2024-02-09T20:22:23.240370+0000 mon.smithi150 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-02-09T20:22:28.614 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: cluster 2024-02-09T20:22:23.240557+0000 mon.smithi150 (mon.0) 176 : cluster [INF] mon.smithi150 calling monitor election 2024-02-09T20:22:28.614 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: audit 2024-02-09T20:22:23.253535+0000 mon.smithi150 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mon metadata", "id": "smithi157"}]: dispatch 2024-02-09T20:22:28.614 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: cluster 2024-02-09T20:22:23.470555+0000 mgr.smithi150.owatov (mgr.14180) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:28.614 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: audit 2024-02-09T20:22:23.997624+0000 mon.smithi150 (mon.0) 178 : audit [DBG] from='mgr.? 172.21.15.157:0/270978423' entity='mgr.smithi157.oefvpo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi157.oefvpo/crt"}]: dispatch 2024-02-09T20:22:28.614 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: audit 2024-02-09T20:22:24.237499+0000 mon.smithi150 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mon metadata", "id": "smithi157"}]: dispatch 2024-02-09T20:22:28.614 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: audit 2024-02-09T20:22:25.238098+0000 mon.smithi150 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mon metadata", "id": "smithi157"}]: dispatch 2024-02-09T20:22:28.614 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: cluster 2024-02-09T20:22:25.238995+0000 mon.smithi157 (mon.1) 1 : cluster [INF] mon.smithi157 calling monitor election 2024-02-09T20:22:28.614 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: cluster 2024-02-09T20:22:25.470927+0000 mgr.smithi150.owatov (mgr.14180) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:28.614 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: audit 2024-02-09T20:22:26.237784+0000 mon.smithi150 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mon metadata", "id": "smithi157"}]: dispatch 2024-02-09T20:22:28.614 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: audit 2024-02-09T20:22:27.237790+0000 mon.smithi150 (mon.0) 182 2024-02-09T20:22:28.614 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mon metadata", "id": "smithi157"}]: dispatch 2024-02-09T20:22:28.614 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: cluster 2024-02-09T20:22:28.614 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: 2024-02-09T20:22:27.471202+0000 mgr.smithi150.owatov (mgr.14180) 22 : cluster [DBG] 2024-02-09T20:22:28.614 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:28.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: audit 2024- 2024-02-09T20:22:28.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: 02-09T20:22:28.238089+0000 mon.smithi150 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mon metadata", "id": "smithi157"}]: dispatch 2024-02-09T20:22:28.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: cluster 2024-02- 2024-02-09T20:22:28.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: 09T20:22:28.267531+0000 mon.smithi150 (mon.0) 184 2024-02-09T20:22:28.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: : cluster [INF] mon.smithi150 is new leader, mons smithi150,smithi157 in quorum (ranks 0,1) 2024-02-09T20:22:28.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: cluster 2024-02-09T20:22:28.270239+0000 mon.smithi150 2024-02-09T20:22:28.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: (mon.0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi150=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0],smithi157=[v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0]} removed_ranks: {} 2024-02-09T20:22:28.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: cluster 2024-02-09T20:22: 2024-02-09T20:22:28.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: 28.281849+0000 mon.smithi150 (mon.0) 186 : cluster [DBG] fsmap 2024-02-09T20:22:28.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: cluster 2024- 2024-02-09T20:22:28.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: 02-09T20:22:28.281876+0000 mon.smithi150 (mon.0 2024-02-09T20:22:28.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: ) 187 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-09T20:22:28.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: cluster 2024-02-09T20:22:28.282135+0000 mon.smithi150 (mon 2024-02-09T20:22:28.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: .0) 188 : cluster [DBG] mgrmap e17: smithi150.owatov(active, since 36s) 2024-02-09T20:22:28.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: cluster 2024-02-09T20:22:28.282286 2024-02-09T20:22:28.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: +0000 mon.smithi150 (mon.0) 189 : cluster [INF] overall HEALTH_OK 2024-02-09T20:22:28.616 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: cluster 2024- 2024-02-09T20:22:28.616 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: 02-09T20:22:28.283142+0000 mon.smithi150 (mon.0) 2024-02-09T20:22:28.616 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: 190 : cluster [DBG] Standby manager daemon smithi157.oefvpo started 2024-02-09T20:22:28.616 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: audit 2024-02-09T20:22:28.284461 2024-02-09T20:22:28.616 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: +0000 mon.smithi150 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.157:0/270978423' entity='mgr.smithi157.oefvpo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-09T20:22:28.616 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: audit 2024-02 2024-02-09T20:22:28.616 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: -09T20:22:28.286247+0000 mon.smithi150 (mon.0) 2024-02-09T20:22:28.616 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: 192 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:28.616 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: audit 2024-02-09T20:22: 2024-02-09T20:22:28.616 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: 28.286618+0000 mon.smithi150 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.157:0/270978423' entity='mgr.smithi157.oefvpo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi157.oefvpo/key"}]: dispatch 2024-02-09T20:22:28.616 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: audit 2024-02-09T 2024-02-09T20:22:28.616 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: 20:22:28.287143+0000 mon.smithi150 (mon.0) 194 : audit 2024-02-09T20:22:28.616 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:28 smithi157 conmon[41110]: [DBG] from='mgr.? 172.21.15.157:0/270978423' entity='mgr.smithi157.oefvpo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-09T20:22:29.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:29 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:28.288454+0000 mgr.smithi150.owatov (mgr.14180) 23 : cephadm [INF] Deploying daemon node-exporter.smithi157 on smithi157 2024-02-09T20:22:29.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:29 smithi150 conmon[35634]: cluster 2024-02-09T20:22:28.342311+0000 mon.smithi150 (mon.0) 195 : cluster [DBG] mgrmap e18: smithi150.owatov(active, since 36s), standbys: smithi157.oefvpo 2024-02-09T20:22:29.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:29 smithi150 conmon[35634]: audit 2024-02-09T20:22:28.342493+0000 mon.smithi150 (mon.0) 196 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mgr metadata", "who": "smithi157.oefvpo", "id": "smithi157.oefvpo"}]: dispatch 2024-02-09T20:22:29.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:29 smithi150 conmon[35634]: audit 2024-02-09T20:22:29.238166+0000 mon.smithi150 (mon.0) 197 : audit [DBG] 2024-02-09T20:22:29.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:29 smithi150 conmon[35634]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mon metadata", "id": "smithi157"}]: dispatch 2024-02-09T20:22:29.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:29 smithi157 conmon[41110]: cephadm 2024-02-09T20:22:28.288454+0000 mgr.smithi150.owatov (mgr.14180) 23 : 2024-02-09T20:22:29.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:29 smithi157 conmon[41110]: cephadm [INF] Deploying daemon node-exporter.smithi157 on smithi157 2024-02-09T20:22:29.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:29 smithi157 conmon[41110]: cluster 2024-02-09T20:22:28.342311+0000 mon.smithi150 (mon.0) 195 : cluster [DBG] mgrmap e18: smithi150.owatov(active, since 36s), standbys: smithi157.oefvpo 2024-02-09T20:22:29.616 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:29 smithi157 conmon[41110]: audit 2024-02-09T20:22:28.342493+0000 mon.smithi150 (mon.0) 196 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mgr metadata", "who": "smithi157.oefvpo", "id": "smithi157.oefvpo"}]: dispatch 2024-02-09T20:22:29.616 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:29 smithi157 conmon[41110]: audit 2024-02-09T20:22:29.238166+0000 mon.smithi150 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mon metadata", "id": "smithi157"}]: dispatch 2024-02-09T20:22:29.796 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-02-09T20:22:29.797 INFO:teuthology.orchestra.run.smithi157.stdout:{"epoch":2,"fsid":"8452f3e0-c788-11ee-95b8-87774f69a715","modified":"2024-02-09T20:22:23.237857Z","created":"2024-02-09T20:20:11.003118Z","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":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi157","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:3300","nonce":0},{"type":"v1","addr":"172.21.15.157:6789","nonce":0}]},"addr":"172.21.15.157:6789/0","public_addr":"172.21.15.157:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-09T20:22:29.798 INFO:teuthology.orchestra.run.smithi157.stderr:dumped monmap epoch 2 2024-02-09T20:22:30.631 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:30 smithi157 conmon[41110]: cluster 2024-02-09T20:22:29.471522+0000 mgr.smithi150.owatov (mgr.14180) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:30.631 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:30 smithi157 conmon[41110]: audit 2024-02-09T20:22:29.793987+0000 mon.smithi150 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.157:0/4234217545' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-09T20:22:30.655 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-09T20:22:30.655 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph config generate-minimal-conf 2024-02-09T20:22:30.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:30 smithi150 conmon[35634]: cluster 2024-02-09T20:22:29.471522+0000 mgr.smithi150.owatov (mgr.14180) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:30.689 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:30 smithi150 conmon[35634]: audit 2024-02-09T20:22:29.793987+0000 mon.smithi150 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.157:0/4234217545' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-09T20:22:32.433 INFO:teuthology.orchestra.run.smithi150.stdout:# minimal ceph.conf for 8452f3e0-c788-11ee-95b8-87774f69a715 2024-02-09T20:22:32.433 INFO:teuthology.orchestra.run.smithi150.stdout:[global] 2024-02-09T20:22:32.433 INFO:teuthology.orchestra.run.smithi150.stdout: fsid = 8452f3e0-c788-11ee-95b8-87774f69a715 2024-02-09T20:22:32.433 INFO:teuthology.orchestra.run.smithi150.stdout: mon_host = [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] 2024-02-09T20:22:32.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:32 smithi150 conmon[35634]: cluster 2024-02-09T20:22:31.471766+0000 mgr.smithi150.owatov (mgr.14180) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:32.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:32 smithi150 conmon[35634]: audit 2024-02-09T20:22:31.625506+0000 mon.smithi150 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:32.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:32 smithi150 conmon[35634]: audit 2024-02-09T20:22:31.977551+0000 mon.smithi150 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:32.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:32 smithi150 conmon[35634]: audit 2024-02-09T20:22:31.978763+0000 mon.smithi150 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:22:32.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:32 smithi150 conmon[35634]: audit 2024-02-09T20:22:32.431165+0000 mon.smithi150 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.150:0/2482779535' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:22:32.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:32 smithi157 conmon[41110]: cluster 2024-02-09T20:22:31.471766+0000 mgr.smithi150.owatov (mgr.14180) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:32.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:32 smithi157 conmon[41110]: audit 2024-02-09T20:22:32.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:32 smithi157 conmon[41110]: 2024-02-09T20:22:31.625506+0000 mon.smithi150 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:32.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:32 smithi157 conmon[41110]: audit 2024-02-09T20:22:31.977551+0000 mon.smithi150 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:32.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:32 smithi157 conmon[41110]: audit 2024-02-09T20:22:31.978763+0000 mon.smithi150 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:22:32.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:32 smithi157 conmon[41110]: audit 2024-02-09T20:22:32.431165+0000 mon.smithi150 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.150:0/2482779535' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:22:33.007 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-09T20:22:33.007 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-09T20:22:33.007 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.conf 2024-02-09T20:22:33.078 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-09T20:22:33.079 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-09T20:22:33.145 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-02-09T20:22:33.145 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/etc/ceph/ceph.conf 2024-02-09T20:22:33.178 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-02-09T20:22:33.178 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-09T20:22:33.245 INFO:tasks.cephadm:Deploying OSDs... 2024-02-09T20:22:33.246 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-09T20:22:33.246 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/scratch_devs of=/dev/stdout 2024-02-09T20:22:33.263 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-09T20:22:33.263 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/nvme1n1 2024-02-09T20:22:33.321 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/nvme1n1 2024-02-09T20:22:33.321 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-09T20:22:33.321 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 205367 Links: 1 Device type: 103,1 2024-02-09T20:22:33.321 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-09T20:22:33.321 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-09T20:22:33.321 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-02-09 20:21:11.063081885 +0000 2024-02-09T20:22:33.321 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-02-09 20:19:22.087229699 +0000 2024-02-09T20:22:33.321 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-02-09 20:19:22.087229699 +0000 2024-02-09T20:22:33.322 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-02-09T20:22:33.322 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-09T20:22:33.387 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-02-09T20:22:33.388 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-02-09T20:22:33.388 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000287801 s, 1.8 MB/s 2024-02-09T20:22:33.389 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-09T20:22:33.447 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/nvme2n1 2024-02-09T20:22:33.504 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/nvme2n1 2024-02-09T20:22:33.505 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-09T20:22:33.505 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 208982 Links: 1 Device type: 103,2 2024-02-09T20:22:33.505 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-09T20:22:33.505 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-09T20:22:33.505 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-02-09 20:21:11.076081629 +0000 2024-02-09T20:22:33.505 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-02-09 20:19:22.238226720 +0000 2024-02-09T20:22:33.505 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-02-09 20:19:22.238226720 +0000 2024-02-09T20:22:33.505 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-02-09T20:22:33.505 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-09T20:22:33.570 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-02-09T20:22:33.570 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-02-09T20:22:33.570 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000287888 s, 1.8 MB/s 2024-02-09T20:22:33.571 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-09T20:22:33.631 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/nvme3n1 2024-02-09T20:22:33.690 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/nvme3n1 2024-02-09T20:22:33.690 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-09T20:22:33.690 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 202634 Links: 1 Device type: 103,3 2024-02-09T20:22:33.690 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-09T20:22:33.690 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-09T20:22:33.690 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-02-09 20:21:11.086081432 +0000 2024-02-09T20:22:33.690 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-02-09 20:19:22.393223660 +0000 2024-02-09T20:22:33.691 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-02-09 20:19:22.393223660 +0000 2024-02-09T20:22:33.691 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-02-09T20:22:33.691 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-09T20:22:33.756 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-02-09T20:22:33.757 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-02-09T20:22:33.757 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000222165 s, 2.3 MB/s 2024-02-09T20:22:33.758 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-09T20:22:33.816 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/nvme4n1 2024-02-09T20:22:33.874 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/nvme4n1 2024-02-09T20:22:33.874 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-09T20:22:33.874 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 202734 Links: 1 Device type: 103,4 2024-02-09T20:22:33.874 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-09T20:22:33.874 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-09T20:22:33.874 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-02-09 20:21:11.097081215 +0000 2024-02-09T20:22:33.874 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-02-09 20:19:22.545220660 +0000 2024-02-09T20:22:33.874 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-02-09 20:19:22.545220660 +0000 2024-02-09T20:22:33.874 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-02-09T20:22:33.875 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-09T20:22:33.940 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-02-09T20:22:33.941 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-02-09T20:22:33.941 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000250775 s, 2.0 MB/s 2024-02-09T20:22:33.942 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-09T20:22:34.000 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-02-09T20:22:34.003 DEBUG:teuthology.orchestra.run.smithi157:> dd if=/scratch_devs of=/dev/stdout 2024-02-09T20:22:34.022 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-09T20:22:34.022 DEBUG:teuthology.orchestra.run.smithi157:> stat /dev/nvme1n1 2024-02-09T20:22:34.081 INFO:teuthology.orchestra.run.smithi157.stdout: File: /dev/nvme1n1 2024-02-09T20:22:34.081 INFO:teuthology.orchestra.run.smithi157.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-09T20:22:34.081 INFO:teuthology.orchestra.run.smithi157.stdout:Device: 6h/6d Inode: 200504 Links: 1 Device type: 103,1 2024-02-09T20:22:34.081 INFO:teuthology.orchestra.run.smithi157.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-09T20:22:34.082 INFO:teuthology.orchestra.run.smithi157.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-09T20:22:34.082 INFO:teuthology.orchestra.run.smithi157.stdout:Access: 2024-02-09 20:22:10.886004529 +0000 2024-02-09T20:22:34.082 INFO:teuthology.orchestra.run.smithi157.stdout:Modify: 2024-02-09 20:19:23.737047487 +0000 2024-02-09T20:22:34.082 INFO:teuthology.orchestra.run.smithi157.stdout:Change: 2024-02-09 20:19:23.737047487 +0000 2024-02-09T20:22:34.082 INFO:teuthology.orchestra.run.smithi157.stdout: Birth: - 2024-02-09T20:22:34.082 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-09T20:22:34.149 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records in 2024-02-09T20:22:34.149 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records out 2024-02-09T20:22:34.149 INFO:teuthology.orchestra.run.smithi157.stderr:512 bytes copied, 0.000138767 s, 3.7 MB/s 2024-02-09T20:22:34.150 DEBUG:teuthology.orchestra.run.smithi157:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-09T20:22:34.209 DEBUG:teuthology.orchestra.run.smithi157:> stat /dev/nvme2n1 2024-02-09T20:22:34.267 INFO:teuthology.orchestra.run.smithi157.stdout: File: /dev/nvme2n1 2024-02-09T20:22:34.267 INFO:teuthology.orchestra.run.smithi157.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-09T20:22:34.267 INFO:teuthology.orchestra.run.smithi157.stdout:Device: 6h/6d Inode: 200597 Links: 1 Device type: 103,2 2024-02-09T20:22:34.267 INFO:teuthology.orchestra.run.smithi157.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-09T20:22:34.268 INFO:teuthology.orchestra.run.smithi157.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-09T20:22:34.268 INFO:teuthology.orchestra.run.smithi157.stdout:Access: 2024-02-09 20:22:10.895004366 +0000 2024-02-09T20:22:34.268 INFO:teuthology.orchestra.run.smithi157.stdout:Modify: 2024-02-09 20:19:23.887044753 +0000 2024-02-09T20:22:34.268 INFO:teuthology.orchestra.run.smithi157.stdout:Change: 2024-02-09 20:19:23.887044753 +0000 2024-02-09T20:22:34.268 INFO:teuthology.orchestra.run.smithi157.stdout: Birth: - 2024-02-09T20:22:34.268 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-09T20:22:34.333 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records in 2024-02-09T20:22:34.334 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records out 2024-02-09T20:22:34.334 INFO:teuthology.orchestra.run.smithi157.stderr:512 bytes copied, 0.000129493 s, 4.0 MB/s 2024-02-09T20:22:34.335 DEBUG:teuthology.orchestra.run.smithi157:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-09T20:22:34.393 DEBUG:teuthology.orchestra.run.smithi157:> stat /dev/nvme3n1 2024-02-09T20:22:34.450 INFO:teuthology.orchestra.run.smithi157.stdout: File: /dev/nvme3n1 2024-02-09T20:22:34.451 INFO:teuthology.orchestra.run.smithi157.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-09T20:22:34.451 INFO:teuthology.orchestra.run.smithi157.stdout:Device: 6h/6d Inode: 200698 Links: 1 Device type: 103,3 2024-02-09T20:22:34.451 INFO:teuthology.orchestra.run.smithi157.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-09T20:22:34.451 INFO:teuthology.orchestra.run.smithi157.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-09T20:22:34.451 INFO:teuthology.orchestra.run.smithi157.stdout:Access: 2024-02-09 20:22:10.904004202 +0000 2024-02-09T20:22:34.451 INFO:teuthology.orchestra.run.smithi157.stdout:Modify: 2024-02-09 20:19:24.037042020 +0000 2024-02-09T20:22:34.451 INFO:teuthology.orchestra.run.smithi157.stdout:Change: 2024-02-09 20:19:24.037042020 +0000 2024-02-09T20:22:34.451 INFO:teuthology.orchestra.run.smithi157.stdout: Birth: - 2024-02-09T20:22:34.451 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-09T20:22:34.516 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: audit 2024-02-09T20:22:33.388497+0000 mon.smithi150 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:34.516 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: audit 2024-02-09T20:22:33.389233+0000 mon.smithi150 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:22:34.516 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: audit 2024-02-09T20:22:33.389885+0000 mon.smithi150 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:22:34.516 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: cephadm 2024-02-09T20:22:33.390673+0000 mgr.smithi150.owatov (mgr.14180) 26 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-02-09T20:22:34.516 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: cephadm 2024-02-09T20:22:33.390918+0000 mgr.smithi150.owatov (mgr.14180) 27 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.conf 2024-02-09T20:22:34.516 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: audit 2024-02-09T20:22:33.412688+0000 mon.smithi150 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:34.516 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: audit 2024-02-09T20:22:33.415507+0000 mon.smithi150 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:34.516 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: audit 2024-02-09T20:22: 2024-02-09T20:22:34.516 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: 33.418665+0000 mon.smithi150 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:34.516 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: cephadm 2024-02-09T20:22:34.516 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: 2024-02-09T20:22:33.421074+0000 2024-02-09T20:22:34.517 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: mgr.smithi150.owatov (mgr.14180) 28 : cephadm [INF] 2024-02-09T20:22:34.517 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: Reconfiguring mon.smithi150 (unknown last config time)... 2024-02-09T20:22:34.517 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: audit 2024-02-09T20:22: 2024-02-09T20:22:34.517 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: 33.421270+0000 mon.smithi150 (mon.0) 209 2024-02-09T20:22:34.517 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-09T20:22:34.517 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: audit 2024-02-09T 2024-02-09T20:22:34.517 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: 20:22:33.421759+0000 mon.smithi150 (mon 2024-02-09T20:22:34.517 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: .0) 210 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-09T20:22:34.517 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: audit 2024- 2024-02-09T20:22:34.517 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: 02-09T20:22:33.422219+0000 mon.smithi150 (mon.0) 2024-02-09T20:22:34.517 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: 211 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:22:34.517 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: cephadm 2024-02-09T20:22:34.517 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: 2024-02-09T20:22:33.422655+0000 mgr.smithi150.owatov (mgr.14180) 29 : 2024-02-09T20:22:34.517 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: cephadm [INF] Reconfiguring daemon mon.smithi150 on smithi150 2024-02-09T20:22:34.517 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: cluster 2024-02 2024-02-09T20:22:34.518 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: -09T20:22:33.472047+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:22:34.518 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:34 smithi157 conmon[41110]: ) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:34.519 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records in 2024-02-09T20:22:34.519 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records out 2024-02-09T20:22:34.519 INFO:teuthology.orchestra.run.smithi157.stderr:512 bytes copied, 0.000105078 s, 4.9 MB/s 2024-02-09T20:22:34.519 DEBUG:teuthology.orchestra.run.smithi157:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-09T20:22:34.577 DEBUG:teuthology.orchestra.run.smithi157:> stat /dev/nvme4n1 2024-02-09T20:22:34.634 INFO:teuthology.orchestra.run.smithi157.stdout: File: /dev/nvme4n1 2024-02-09T20:22:34.634 INFO:teuthology.orchestra.run.smithi157.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-09T20:22:34.634 INFO:teuthology.orchestra.run.smithi157.stdout:Device: 6h/6d Inode: 207971 Links: 1 Device type: 103,4 2024-02-09T20:22:34.634 INFO:teuthology.orchestra.run.smithi157.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-09T20:22:34.635 INFO:teuthology.orchestra.run.smithi157.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-09T20:22:34.635 INFO:teuthology.orchestra.run.smithi157.stdout:Access: 2024-02-09 20:22:10.913004039 +0000 2024-02-09T20:22:34.635 INFO:teuthology.orchestra.run.smithi157.stdout:Modify: 2024-02-09 20:19:24.193039177 +0000 2024-02-09T20:22:34.635 INFO:teuthology.orchestra.run.smithi157.stdout:Change: 2024-02-09 20:19:24.193039177 +0000 2024-02-09T20:22:34.635 INFO:teuthology.orchestra.run.smithi157.stdout: Birth: - 2024-02-09T20:22:34.635 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-09T20:22:34.699 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records in 2024-02-09T20:22:34.699 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records out 2024-02-09T20:22:34.700 INFO:teuthology.orchestra.run.smithi157.stderr:512 bytes copied, 0.000129278 s, 4.0 MB/s 2024-02-09T20:22:34.701 DEBUG:teuthology.orchestra.run.smithi157:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-09T20:22:34.759 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-02-09T20:22:34.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:34 smithi150 conmon[35634]: audit 2024-02-09T20:22:33.388497+0000 mon.smithi150 (mon.0) 203 2024-02-09T20:22:34.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:34 smithi150 conmon[35634]: : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:34.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:34 smithi150 conmon[35634]: audit 2024-02-09T20:22:33.389233+0000 mon.smithi150 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:22:34.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:34 smithi150 conmon[35634]: audit 2024-02-09T20:22:33.389885+0000 mon.smithi150 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:22:34.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:34 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:33.390673+0000 mgr.smithi150.owatov (mgr.14180) 26 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-02-09T20:22:34.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:34 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:33.390918+0000 mgr.smithi150.owatov (mgr.14180) 27 : cephadm [INF] Updating smithi157:/etc/ceph/ceph.conf 2024-02-09T20:22:34.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:34 smithi150 conmon[35634]: audit 2024-02-09T20:22:33.412688+0000 mon.smithi150 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:34.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:34 smithi150 conmon[35634]: audit 2024-02-09T20:22:33.415507+0000 mon.smithi150 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:34.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:34 smithi150 conmon[35634]: audit 2024-02-09T20:22:33.418665+0000 mon.smithi150 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:34.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:34 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:33.421074+0000 mgr.smithi150.owatov (mgr.14180) 28 : cephadm [INF] Reconfiguring mon.smithi150 (unknown last config time)... 2024-02-09T20:22:34.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:34 smithi150 conmon[35634]: audit 2024-02-09T20:22:33.421270+0000 mon.smithi150 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-09T20:22:34.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:34 smithi150 conmon[35634]: audit 2024-02-09T20:22:33.421759+0000 mon.smithi150 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-09T20:22:34.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:34 smithi150 conmon[35634]: audit 2024-02-09T20:22:33.422219+0000 mon.smithi150 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:22:34.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:34 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:33.422655+0000 mgr.smithi150.owatov (mgr.14180) 29 : cephadm [INF] Reconfiguring daemon mon.smithi150 on smithi150 2024-02-09T20:22:34.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:34 smithi150 conmon[35634]: cluster 2024-02-09T20:22:33.472047+0000 mgr.smithi150.owatov (mgr.14180) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:35.772 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:35 smithi150 conmon[35634]: audit 2024-02-09T20:22:34.626084+0000 mon.smithi150 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:35.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:35 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:34.626647+0000 mgr.smithi150.owatov (mgr.14180) 31 : cephadm [INF] Reconfiguring mgr.smithi150.owatov (unknown last config time)... 2024-02-09T20:22:35.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:35 smithi150 conmon[35634]: audit 2024-02-09T20:22:34.626925+0000 mon.smithi150 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi150.owatov", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-09T20:22:35.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:35 smithi150 conmon[35634]: audit 2024-02-09T20:22:34.627569+0000 mon.smithi150 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-09T20:22:35.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:35 smithi150 conmon[35634]: audit 2024-02-09T20:22:34.628055+0000 mon.smithi150 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:22:35.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:35 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:34.628506+0000 mgr.smithi150.owatov (mgr.14180) 32 : cephadm [INF] Reconfiguring daemon mgr.smithi150.owatov on smithi150 2024-02-09T20:22:35.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:35 smithi157 conmon[41110]: audit 2024-02-09T20:22:34.626084+0000 mon.smithi150 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:35.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:35 smithi157 conmon[41110]: cephadm 2024-02-09T20:22:34.626647+0000 mgr.smithi150.owatov (mgr.14180) 31 : cephadm [INF] Reconfiguring mgr.smithi150.owatov (unknown last config time)... 2024-02-09T20:22:35.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:35 smithi157 conmon[41110]: audit 2024-02-09T20:22:34.626925+0000 mon.smithi150 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi150.owatov", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-09T20:22:35.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:35 smithi157 conmon[41110]: audit 2024-02-09T20:22:34.627569+0000 mon.smithi150 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-09T20:22:35.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:35 smithi157 conmon[41110]: audit 2024-02-09T20:22:34.628055+0000 mon.smithi150 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:22:35.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:35 smithi157 conmon[41110]: cephadm 2024-02-09T20:22:34.628506+0000 mgr.smithi150.owatov (mgr.14180) 32 : cephadm [INF] Reconfiguring daemon mgr.smithi150.owatov on smithi150 2024-02-09T20:22:36.745 INFO:teuthology.orchestra.run.smithi157.stdout:Scheduled osd.all-available-devices update... 2024-02-09T20:22:37.006 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:36 smithi150 conmon[35634]: cluster 2024-02-09T20:22:35.472457+0000 mgr.smithi150.owatov (mgr.14180) 33 : cluster [DBG] 2024-02-09T20:22:37.006 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:36 smithi150 conmon[35634]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:37.006 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:36 smithi150 conmon[35634]: audit 2024-02-09T20:22:35.822324+0000 mon.smithi150 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:37.006 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:36 smithi150 conmon[35634]: cephadm 2024-02-09T20:22 2024-02-09T20:22:37.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:36 smithi150 conmon[35634]: :35.822960+0000 mgr.smithi150.owatov (mgr.14180) 34 : cephadm [INF] Reconfiguring alertmanager.smithi150 (dependencies changed)... 2024-02-09T20:22:37.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:36 smithi150 conmon[35634]: cephadm 2024-02-09T20 2024-02-09T20:22:37.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:36 smithi150 conmon[35634]: :22:35.829198+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:22:37.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:36 smithi150 conmon[35634]: .14180) 35 : cephadm [INF] Reconfiguring daemon alertmanager.smithi150 on smithi150 2024-02-09T20:22:37.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:36 smithi150 conmon[35634]: audit 2024-02 2024-02-09T20:22:37.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:36 smithi150 conmon[35634]: -09T20:22:36.629340+0000 2024-02-09T20:22:37.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:36 smithi150 conmon[35634]: mon.smithi150 (mon.0) 217 : audit [INF] 2024-02-09T20:22:37.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:36 smithi150 conmon[35634]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:37.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:36 smithi150 conmon[35634]: audit 2024 2024-02-09T20:22:37.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:36 smithi150 conmon[35634]: -02-09T20:22:36. 2024-02-09T20:22:37.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:36 smithi150 conmon[35634]: 744044+0000 mon.smithi150 (mon.0 2024-02-09T20:22:37.007 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:36 smithi150 conmon[35634]: ) 218 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:37.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:36 smithi157 conmon[41110]: cluster 2024-02-09T20:22:35.472457+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:22:37.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:36 smithi157 conmon[41110]: ) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:37.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:36 smithi157 conmon[41110]: audit 2024-02-09T20:22:35.822324+0000 mon.smithi150 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:37.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:36 smithi157 conmon[41110]: cephadm 2024-02-09T20:22:35.822960+0000 mgr.smithi150.owatov (mgr.14180) 34 : cephadm [INF] Reconfiguring alertmanager.smithi150 (dependencies changed)... 2024-02-09T20:22:37.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:36 smithi157 conmon[41110]: cephadm 2024-02-09T20:22:35.829198+0000 mgr.smithi150.owatov (mgr.14180) 35 : cephadm [INF] Reconfiguring daemon alertmanager.smithi150 on smithi150 2024-02-09T20:22:37.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:36 smithi157 conmon[41110]: audit 2024-02-09T20:22:36.629340+0000 mon.smithi150 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:37.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:36 smithi157 conmon[41110]: audit 2024-02-09T20:22:36.744044+0000 mon.smithi150 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:37.425 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-09T20:22:37.426 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:22:37.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:37 smithi150 conmon[35634]: audit 2024-02-09T20:22:36.739027+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:22:37.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:37 smithi150 conmon[35634]: ) 36 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:22:37.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:37 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:36.740602+0000 mgr.smithi150.owatov (mgr.14180) 37 : cephadm [INF] Marking host: smithi150 for OSDSpec preview refresh. 2024-02-09T20:22:37.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:37 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:36.740666+0000 mgr.smithi150.owatov (mgr.14180) 38 : cephadm [INF] Marking host: smithi157 for OSDSpec preview refresh. 2024-02-09T20:22:37.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:37 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:36.740925+0000 mgr.smithi150.owatov (mgr.14180) 39 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-09T20:22:38.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:37 smithi157 conmon[41110]: audit 2024-02-09T20:22:36.739027+0000 mgr.smithi150.owatov (mgr.14180) 36 : audit 2024-02-09T20:22:38.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:37 smithi157 conmon[41110]: [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:22:38.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:37 smithi157 conmon[41110]: cephadm 2024-02-09T20:22:36.740602+0000 mgr.smithi150.owatov (mgr.14180) 37 : cephadm [INF] Marking host: smithi150 for OSDSpec preview refresh. 2024-02-09T20:22:38.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:37 smithi157 conmon[41110]: cephadm 2024-02-09T20:22:36.740666+0000 mgr.smithi150.owatov (mgr.14180) 38 : cephadm [INF] Marking host: smithi157 for OSDSpec preview refresh. 2024-02-09T20:22:38.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:37 smithi157 conmon[41110]: cephadm 2024-02-09T20:22:36.740925+0000 mgr.smithi150.owatov (mgr.14180) 39 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-09T20:22:39.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:38 smithi150 conmon[35634]: cluster 2024-02-09T20:22:37.472688+0000 mgr.smithi150.owatov (mgr.14180) 40 2024-02-09T20:22:39.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:38 smithi150 conmon[35634]: : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:39.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:38 smithi157 conmon[41110]: cluster 2024-02-09T20:22:37.472688+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:22:39.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:38 smithi157 conmon[41110]: 14180) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:39.884 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:22:40.631 INFO:teuthology.orchestra.run.smithi150.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-09T20:22:41.021 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:40 smithi150 conmon[35634]: cluster 2024-02-09T20:22:39.472960+0000 mgr.smithi150.owatov (mgr.14180) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:41.022 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:40 smithi150 conmon[35634]: audit 2024-02-09T20:22:39.882043+0000 mon.smithi150 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.150:0/520629043' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:22:41.022 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:40 smithi150 conmon[35634]: audit 2024-02-09T20:22:40.585984+0000 mon.smithi150 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:41.022 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:40 smithi150 conmon[35634]: audit 2024-02-09T20:22:40.586858+0000 mon.smithi150 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-09T20:22:41.022 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:40 smithi150 conmon[35634]: audit 2024-02-09T20:22:40.587489+0000 mon.smithi150 (mon.0) 222 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:22:41.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:40 smithi157 conmon[41110]: cluster 2024-02-09T20:22:39.472960+0000 mgr.smithi150.owatov (mgr.14180) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:41.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:40 smithi157 conmon[41110]: audit 2024-02-09T20:22:39.882043+0000 mon.smithi150 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.150:0/520629043' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:22:41.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:40 smithi157 conmon[41110]: audit 2024-02-09T20:22:40.585984+0000 mon.smithi150 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:41.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:40 smithi157 conmon[41110]: audit 2024-02-09T20 2024-02-09T20:22:41.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:40 smithi157 conmon[41110]: :22:40.586858+0000 mon.smithi150 (mon.0) 2024-02-09T20:22:41.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:40 smithi157 conmon[41110]: 221 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-09T20:22:41.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:40 smithi157 conmon[41110]: audit 2024-02-09T20:22:41.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:40 smithi157 conmon[41110]: 2024-02-09T20:22:40.587489 2024-02-09T20:22:41.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:40 smithi157 conmon[41110]: +0000 mon.smithi150 (mon.0) 222 : audit 2024-02-09T20:22:41.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:40 smithi157 conmon[41110]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:22:41.632 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:22:42.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:41 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:40.586589+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:22:42.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:41 smithi150 conmon[35634]: 14180) 42 : cephadm [INF] Reconfiguring crash.smithi150 (monmap changed)... 2024-02-09T20:22:42.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:41 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:40.587923+0000 mgr.smithi150.owatov (mgr.14180) 43 : cephadm [INF] Reconfiguring daemon crash.smithi150 on smithi150 2024-02-09T20:22:42.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:41 smithi150 conmon[35634]: audit 2024-02-09T20:22:41.776955+0000 mon.smithi150 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:42.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:41 smithi157 conmon[41110]: cephadm 2024-02-09T20:22:40.586589+0000 mgr.smithi150.owatov ( 2024-02-09T20:22:42.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:41 smithi157 conmon[41110]: mgr.14180) 42 : cephadm [INF] Reconfiguring crash.smithi150 (monmap changed)... 2024-02-09T20:22:42.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:41 smithi157 conmon[41110]: cephadm 2024-02-09T20:22:40.587923+0000 mgr.smithi150.owatov (mgr.14180) 43 : cephadm [INF] Reconfiguring daemon crash.smithi150 on smithi150 2024-02-09T20:22:42.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:41 smithi157 conmon[41110]: audit 2024-02-09 2024-02-09T20:22:42.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:41 smithi157 conmon[41110]: T20:22:41.776955+0000 mon.smithi150 (mon 2024-02-09T20:22:42.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:41 smithi157 conmon[41110]: .0) 223 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:43.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:42 smithi150 conmon[35634]: cluster 2024-02-09T20:22:41.473540+0000 mgr.smithi150.owatov (mgr.14180) 44 : cluster [DBG] 2024-02-09T20:22:43.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:42 smithi150 conmon[35634]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:43.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:42 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:41.777589+0000 mgr.smithi150.owatov (mgr.14180) 45 : cephadm [INF] Reconfiguring grafana.smithi150 (dependencies changed)... 2024-02-09T20:22:43.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:42 smithi150 conmon[35634]: cephadm 2024-02 2024-02-09T20:22:43.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:42 smithi150 conmon[35634]: -09T20:22:41.809717+0000 mgr.smithi150.owatov (mgr.14180) 46 : cephadm [INF] Reconfiguring daemon grafana.smithi150 on smithi150 2024-02-09T20:22:43.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:42 smithi157 conmon[41110]: cluster 2024-02-09T20:22:41.473540+0000 mgr.smithi150.owatov (mgr.14180) 44 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:43.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:42 smithi157 conmon[41110]: cephadm 2024-02-09T20:22:41.777589 2024-02-09T20:22:43.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:42 smithi157 conmon[41110]: +0000 mgr.smithi150.owatov (mgr.14180) 45 : cephadm [INF] Reconfiguring grafana.smithi150 (dependencies changed)... 2024-02-09T20:22:43.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:42 smithi157 conmon[41110]: cephadm 2024-02-09T20:22:41.809717+0000 mgr.smithi150.owatov (mgr.14180) 46 : cephadm [INF] Reconfiguring daemon grafana.smithi150 on smithi150 2024-02-09T20:22:43.980 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:22:44.896 INFO:teuthology.orchestra.run.smithi150.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-09T20:22:45.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:44 smithi150 conmon[35634]: cluster 2024-02-09T20:22:43.473767+0000 mgr.smithi150.owatov (mgr.14180) 47 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:45.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:44 smithi150 conmon[35634]: audit 2024-02-09T20:22:43.979100+0000 mon.smithi150 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.150:0/275264525' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:22:45.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:44 smithi157 conmon[41110]: cluster 2024-02-09T20:22:43.473767+0000 mgr.smithi150.owatov (mgr.14180) 47 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:45.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:44 smithi157 conmon[41110]: audit 2024-02-09T20:22:43.979100+0000 mon.smithi150 ( 2024-02-09T20:22:45.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:44 smithi157 conmon[41110]: mon.0) 224 : audit [DBG] from='client.? 172.21.15.150:0/275264525' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:22:45.898 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:22:47.081 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:46 smithi150 conmon[35634]: cluster 2024-02-09T20:22:45.474014+0000 mgr.smithi150.owatov (mgr.14180) 48 2024-02-09T20:22:47.082 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:46 smithi150 conmon[35634]: : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:47.082 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:46 smithi150 conmon[35634]: audit 2024-02-09T20:22:46.701484+0000 mon.smithi150 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:47.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:46 smithi157 conmon[41110]: cluster 2024-02-09T20:22:45.474014+0000 mgr.smithi150.owatov (mgr.14180) 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:47.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:46 smithi157 conmon[41110]: 2024-02-09T20:22:47.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:46 smithi157 conmon[41110]: audit 2024-02-09T20:22:46.701484+0000 mon.smithi150 (mon.0) 225 2024-02-09T20:22:47.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:46 smithi157 conmon[41110]: : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:48.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:47 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:46.702379+0000 2024-02-09T20:22:48.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:47 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14180) 49 : cephadm [INF] Reconfiguring prometheus.smithi150 (dependencies changed)... 2024-02-09T20:22:48.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:47 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:46.705914+0000 mgr.smithi150.owatov (mgr.14180) 50 : cephadm [INF] Reconfiguring daemon prometheus.smithi150 on smithi150 2024-02-09T20:22:48.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:47 smithi157 conmon[41110]: cephadm 2024-02-09T20:22:46.702379+0000 mgr.smithi150.owatov (mgr.14180) 49 : cephadm [INF] Reconfiguring prometheus.smithi150 (dependencies changed)... 2024-02-09T20:22:48.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:47 smithi157 conmon[41110]: cephadm 2024-02-09T20:22:46 2024-02-09T20:22:48.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:47 smithi157 conmon[41110]: .705914+0000 mgr.smithi150.owatov (mgr.14180) 50 : cephadm [INF] Reconfiguring daemon prometheus.smithi150 on smithi150 2024-02-09T20:22:48.139 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:22:48.830 INFO:teuthology.orchestra.run.smithi150.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-09T20:22:49.091 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:48 smithi150 conmon[35634]: cluster 2024-02-09T20:22:47.474294+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:22:49.091 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:48 smithi150 conmon[35634]: ) 51 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:49.092 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:48 smithi150 conmon[35634]: audit 2024-02-09T20:22:48.138622+0000 mon.smithi150 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.150:0/960706583' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:22:49.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:48 smithi157 conmon[41110]: cluster 2024-02-09T20:22:47.474294+0000 mgr.smithi150.owatov (mgr.14180) 51 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:49.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:48 smithi157 conmon[41110]: audit 2024-02-09T20:22 2024-02-09T20:22:49.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:48 smithi157 conmon[41110]: :48.138622+0000 mon.smithi150 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.150:0/960706583' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:22:49.832 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:22:51.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:50 smithi150 conmon[35634]: cluster 2024-02-09T20:22:49.474614+0000 mgr.smithi150.owatov (mgr.14180) 52 : cluster [DBG] 2024-02-09T20:22:51.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:50 smithi150 conmon[35634]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:51.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:50 smithi157 conmon[41110]: cluster 2024-02-09T20:22:49.474614+0000 mgr.smithi150.owatov (mgr.14180) 52 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:51.955 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:22:52.662 INFO:teuthology.orchestra.run.smithi150.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-09T20:22:53.062 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:52 smithi157 conmon[41110]: cluster 2024-02-09T20:22:51.474826+0000 mgr.smithi150.owatov (mgr.14180) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:53.063 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:52 smithi157 conmon[41110]: audit 2024-02-09T20:22:51.803626+0000 mon.smithi150 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:53.063 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:52 smithi157 conmon[41110]: cephadm 2024-02-09T20:22:51.804263+0000 mgr.smithi150.owatov (mgr.14180) 54 : cephadm [INF] Reconfiguring crash.smithi157 (monmap changed)... 2024-02-09T20:22:53.063 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:52 smithi157 conmon[41110]: audit 2024-02-09T20:22:51.804498+0000 mon.smithi150 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi157", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-09T20:22:53.063 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:52 smithi157 conmon[41110]: audit 2024-02-09T20:22:51.805131+0000 mon.smithi150 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:22:53.063 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:52 smithi157 conmon[41110]: cephadm 2024-02-09T20:22:51.805628+0000 mgr.smithi150.owatov (mgr.14180) 55 : cephadm [INF] Reconfiguring daemon crash.smithi157 on smithi157 2024-02-09T20:22:53.063 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:52 smithi157 conmon[41110]: audit 2024-02-09T20:22:51.953386+0000 mon.smithi150 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.150:0/1419223632' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:22:53.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:52 smithi150 conmon[35634]: cluster 2024-02-09T20:22:51.474826+0000 mgr.smithi150.owatov (mgr.14180) 53 : cluster 2024-02-09T20:22:53.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:52 smithi150 conmon[35634]: [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:53.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:52 smithi150 conmon[35634]: audit 2024-02-09T20:22:51.803626+0000 mon.smithi150 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:53.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:52 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:51.804263+0000 mgr.smithi150.owatov (mgr.14180) 54 : cephadm [INF] Reconfiguring crash.smithi157 (monmap changed)... 2024-02-09T20:22:53.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:52 smithi150 conmon[35634]: audit 2024-02- 2024-02-09T20:22:53.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:52 smithi150 conmon[35634]: 09T20:22:51.804498+0000 mon.smithi150 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi157", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-09T20:22:53.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:52 smithi150 conmon[35634]: audit 2024-02-09T20:22:53.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:52 smithi150 conmon[35634]: 2024-02-09T20:22 2024-02-09T20:22:53.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:52 smithi150 conmon[35634]: :51.805131+0000 mon.smithi150 (mon.0) 229 2024-02-09T20:22:53.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:52 smithi150 conmon[35634]: : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:22:53.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:52 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:53.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:52 smithi150 conmon[35634]: 2024-02-09T20:22:51.805628+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:22:53.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:52 smithi150 conmon[35634]: ) 55 : cephadm [INF] Reconfiguring daemon crash.smithi157 on smithi157 2024-02-09T20:22:53.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:52 smithi150 conmon[35634]: audit 2024-02-09T20:22:53.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:52 smithi150 conmon[35634]: 2024-02-09T20:22: 2024-02-09T20:22:53.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:52 smithi150 conmon[35634]: 51.953386+0000 mon.smithi150 (mon.0) 230 : 2024-02-09T20:22:53.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:52 smithi150 conmon[35634]: audit [DBG] from='client.? 172.21.15.150:0/1419223632' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:22:53.663 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:22:54.266 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:54 smithi157 conmon[41110]: audit 2024-02-09T20:22:53.102101+0000 mon.smithi150 (mon.0) 231 : 2024-02-09T20:22:54.266 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:54 smithi157 conmon[41110]: audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:54.266 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:54 smithi157 conmon[41110]: cephadm 2024-02-09T20:22:53.102830+0000 mgr.smithi150.owatov (mgr.14180) 56 : cephadm [INF] Reconfiguring mgr.smithi157.oefvpo (monmap changed)... 2024-02-09T20:22:54.266 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:54 smithi157 conmon[41110]: audit 2024-02-09T20:22:53.103173+0000 mon.smithi150 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi157.oefvpo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-09T20:22:54.266 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:54 smithi157 conmon[41110]: audit 2024-02-09T20:22:53.104028+0000 mon.smithi150 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-09T20:22:54.266 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:54 smithi157 conmon[41110]: audit 2024-02-09T20:22:53.104760+0000 mon.smithi150 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:22:54.266 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:54 smithi157 conmon[41110]: cephadm 2024-02-09T20:22:53.105389+0000 mgr.smithi150.owatov (mgr.14180) 57 : cephadm [INF] Reconfiguring daemon mgr.smithi157.oefvpo on smithi157 2024-02-09T20:22:54.267 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:54 smithi157 conmon[41110]: cluster 2024-02-09T20:22:53.475145+0000 mgr.smithi150.owatov (mgr.14180) 58 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:54.446 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:54 smithi150 conmon[35634]: audit 2024-02-09T20:22:53.102101+0000 mon.smithi150 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:54.446 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:54 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:53.102830+0000 mgr.smithi150.owatov (mgr.14180) 56 : cephadm [INF] Reconfiguring mgr.smithi157.oefvpo (monmap changed)... 2024-02-09T20:22:54.446 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:54 smithi150 conmon[35634]: audit 2024-02-09T20:22:53.103173+0000 mon.smithi150 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi157.oefvpo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-09T20:22:54.446 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:54 smithi150 conmon[35634]: audit 2024-02-09T20:22:53.104028+0000 mon.smithi150 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-09T20:22:54.446 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:54 smithi150 conmon[35634]: audit 2024-02-09T20:22:53.104760+0000 mon.smithi150 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:22:54.446 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:54 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:53.105389+0000 mgr.smithi150.owatov (mgr.14180) 57 : cephadm [INF] Reconfiguring daemon mgr.smithi157.oefvpo on smithi157 2024-02-09T20:22:54.446 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:54 smithi150 conmon[35634]: cluster 2024-02-09T20:22:53.475145+0000 mgr.smithi150.owatov (mgr.14180) 58 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:55.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:55 smithi157 conmon[41110]: audit 2024-02-09T20:22:54.315173+0000 mon.smithi150 (mon.0) 235 2024-02-09T20:22:55.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:55 smithi157 conmon[41110]: : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:55.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:55 smithi157 conmon[41110]: cephadm 2024-02-09T20:22:54.315799+0000 mgr.smithi150.owatov (mgr.14180) 59 : cephadm [INF] Reconfiguring mon.smithi157 (monmap changed)... 2024-02-09T20:22:55.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:55 smithi157 conmon[41110]: audit 2024-02-09T20:22:54.316075+0000 mon.smithi150 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-09T20:22:55.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:55 smithi157 conmon[41110]: audit 2024-02-09T20:22:54.316732+0000 mon.smithi150 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-09T20:22:55.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:55 smithi157 conmon[41110]: audit 2024-02-09T20:22:54.317287+0000 mon.smithi150 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:22:55.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:55 smithi157 conmon[41110]: cephadm 2024-02-09T20:22:54.317785+0000 mgr.smithi150.owatov (mgr.14180) 60 : cephadm [INF] Reconfiguring daemon mon.smithi157 on smithi157 2024-02-09T20:22:55.392 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:22:55.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:55 smithi150 conmon[35634]: audit 2024-02-09T20:22:54.315173+0000 mon.smithi150 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:55.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:55 smithi150 conmon[35634]: cephadm 2024-02-09 2024-02-09T20:22:55.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:55 smithi150 conmon[35634]: T20:22:54.315799+0000 mgr.smithi150.owatov (mgr.14180) 59 : cephadm [INF] Reconfiguring mon.smithi157 (monmap changed)... 2024-02-09T20:22:55.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:55 smithi150 conmon[35634]: audit 2024-02-09T20:22:54.316075+0000 mon.smithi150 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-09T20:22:55.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:55 smithi150 conmon[35634]: audit 2024-02-09T20:22:54.316732+0000 mon.smithi150 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-09T20:22:55.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:55 smithi150 conmon[35634]: audit 2024-02-09T20:22:54.317287+0000 mon.smithi150 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:22:55.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:55 smithi150 conmon[35634]: cephadm 2024-02-09T20:22:54.317785+0000 mgr.smithi150.owatov (mgr.14180) 60 : cephadm [INF] Reconfiguring daemon mon.smithi157 on smithi157 2024-02-09T20:22:55.959 INFO:teuthology.orchestra.run.smithi150.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-09T20:22:56.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: audit 2024-02-09T20:22:55.390197+0000 mon.smithi150 (mon.0) 239 : audit 2024-02-09T20:22:56.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: [DBG] from='client.? 172.21.15.150:0/3719159924' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:22:56.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: audit 2024-02-09T20:22:55.466276+0000 mon.smithi150 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:56.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: audit 2024-02-09T20:22:55. 2024-02-09T20:22:56.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: 469229+0000 mon.smithi150 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-09T20:22:56.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: audit 2024-02-09T20:22:55. 2024-02-09T20:22:56.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: 469581+0000 mgr.smithi150.owatov (mgr.14180) 61 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-09T20:22:56.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: audit 2024-02-09T20:22:56.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: 2024-02-09T20:22:55.470336+0000 mon.smithi150 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi150:9093"}]: dispatch 2024-02-09T20:22:56.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: audit 2024-02- 2024-02-09T20:22:56.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: 09T20:22:55.470634+0000 mgr.smithi150.owatov (mgr.14180) 62 : 2024-02-09T20:22:56.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi150:9093"}]: dispatch 2024-02-09T20:22:56.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: audit 2024-02-09T20:22:56.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: 2024-02-09T20:22:55.474093+0000 mon.smithi150 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:56.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: cluster 2024-02-09T20:22:55 2024-02-09T20:22:56.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: .475663+0000 mgr.smithi150.owatov (mgr.14180) 63 : cluster [DBG] 2024-02-09T20:22:56.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:56.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: audit 2024-02-09T20: 2024-02-09T20:22:56.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: 22:55.478661+0000 mon.smithi150 (mon.0) 244 : audit [DBG] 2024-02-09T20:22:56.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-09T20:22:56.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: audit 2024-02-09T20:22:55.479022+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:22:56.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: ) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-09T20:22:56.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: audit 2024-02 2024-02-09T20:22:56.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: -09T20:22:55.482946+0000 mon.smithi150 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi150:3000"}]: dispatch 2024-02-09T20:22:56.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: audit 2024-02-09T20:22:55.483245+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:22:56.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: .14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi150:3000"}]: dispatch 2024-02-09T20:22:56.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: audit 2024-02-09T20:22:56.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: 2024-02-09T20:22:55.487015+0000 mon.smithi150 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:56.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: audit 2024-02-09T20:22:55.490916+0000 mon.smithi150 ( 2024-02-09T20:22:56.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-09T20:22:56.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: audit 2024-02-09T20:22:56.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: 2024-02-09T20:22:55.491286+0000 mgr.smithi150.owatov (mgr.14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-09T20:22:56.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: audit 2024-02-09T20:22:55 2024-02-09T20:22:56.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: .492960+0000 mon.smithi150 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi150:9095"}]: dispatch 2024-02-09T20:22:56.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: audit 2024-02-09T20:22:55.493277+0000 mgr.smithi150.owatov 2024-02-09T20:22:56.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: (mgr.14180) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi150:9095"}]: dispatch 2024-02-09T20:22:56.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: audit 2024-02-09T20:22:55.497065+0000 mon.smithi150 (mon.0) 2024-02-09T20:22:56.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: 249 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:56.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: audit 2024-02-09T20 2024-02-09T20:22:56.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:56 smithi150 conmon[35634]: :22:55.500388+0000 mon.smithi150 (mon.0) 250 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:22:56.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: audit 2024-02-09T20:22:55.390197+0000 mon.smithi150 (mon.0) 239 : 2024-02-09T20:22:56.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: audit [DBG] from='client.? 172.21.15.150:0/3719159924' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:22:56.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: audit 2024-02-09T20:22:55.466276+0000 mon.smithi150 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:56.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: audit 2024-02-09T20:22:55.469229+0000 mon.smithi150 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-09T20:22:56.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: audit 2024-02-09T20:22:55.469581+0000 mgr.smithi150.owatov (mgr.14180) 61 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-09T20:22:56.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: audit 2024-02-09T20:22:55.470336+0000 mon.smithi150 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi150:9093"}]: dispatch 2024-02-09T20:22:56.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: audit 2024-02-09T20:22 2024-02-09T20:22:56.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: :55.470634+0000 mgr.smithi150.owatov (mgr.14180) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi150:9093"}]: dispatch 2024-02-09T20:22:56.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: audit 2024-02- 2024-02-09T20:22:56.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: 09T20:22:55.474093+0000 mon.smithi150 (mon.0) 243 : 2024-02-09T20:22:56.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:56.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: cluster 2024-02-09T20:22:56.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: 2024-02-09T20:22:55.475663+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:22:56.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: 63 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:56.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: audit 2024-02-09T20:22:56.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: 2024-02-09T20:22:55.478661+0000 2024-02-09T20:22:56.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: mon.smithi150 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-09T20:22:56.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: audit 2024-02 2024-02-09T20:22:56.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: -09T20:22:55.479022+0000 mgr.smithi150.owatov (mgr.14180) 64 : audit 2024-02-09T20:22:56.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-09T20:22:56.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: audit 2024-02-09T20:22:56.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: 2024-02-09T20:22:55.482946+0000 mon.smithi150 (mon.0) 245 : audit 2024-02-09T20:22:56.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi150:3000"}]: dispatch 2024-02-09T20:22:56.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: audit 2024 2024-02-09T20:22:56.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: -02-09T20:22:55.483245+0000 mgr.smithi150.owatov (mgr.14180) 65 : audit 2024-02-09T20:22:56.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi150:3000"}]: dispatch 2024-02-09T20:22:56.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: audit 2024 2024-02-09T20:22:56.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: -02-09T20:22:55.487015+0000 mon.smithi150 (mon.0) 246 : audit [INF] 2024-02-09T20:22:56.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:56.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: audit 2024- 2024-02-09T20:22:56.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: 02-09T20:22:55.490916+0000 mon.smithi150 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-09T20:22:56.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: 2024-02-09T20:22:56.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: audit 2024-02- 2024-02-09T20:22:56.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: 09T20:22:55.491286+0000 mgr.smithi150.owatov (mgr.14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-09T20:22:56.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: audit 2024-02-09 2024-02-09T20:22:56.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: T20:22:55.492960+0000 mon.smithi150 (mon.0) 248 2024-02-09T20:22:56.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi150:9095"}]: dispatch 2024-02-09T20:22:56.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: audit 2024-02-09T20:22:56.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: 2024-02-09T20:22:55.493277+0000 mgr.smithi150.owatov (mgr.14180) 67 : audit [DBG] 2024-02-09T20:22:56.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi150:9095"}]: dispatch 2024-02-09T20:22:56.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: audit 2024-02 2024-02-09T20:22:56.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: -09T20:22:55.497065+0000 mon.smithi150 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:56.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: audit 2024-02- 2024-02-09T20:22:56.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: 09T20:22:55.500388+0000 mon.smithi150 (mon.0) 250 : audit 2024-02-09T20:22:56.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:56 smithi157 conmon[41110]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:22:56.961 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:22:58.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:57 smithi157 conmon[41110]: audit 2024-02-09T20:22:56.868813+0000 mon.smithi150 (mon.0) 251 : 2024-02-09T20:22:58.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:57 smithi157 conmon[41110]: audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:58.135 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:57 smithi157 conmon[41110]: audit 2024-02-09T20:22:56.875080+0000 mon.smithi150 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:58.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:57 smithi150 conmon[35634]: audit 2024-02-09T20:22:56.868813+0000 mon.smithi150 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:58.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:57 smithi150 conmon[35634]: audit 2024-02-09T20:22:56.875080+0000 mon.smithi150 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:59.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:58 smithi157 conmon[41110]: cluster 2024-02-09T20:22:57.477903+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:22:59.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:58 smithi157 conmon[41110]: 68 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:59.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:58 smithi157 conmon[41110]: audit 2024-02-09T20:22:58.846118+0000 mon.smithi150 (mon.0) 253 : audit 2024-02-09T20:22:59.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:22:58 smithi157 conmon[41110]: [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:59.231 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:58 smithi150 conmon[35634]: cluster 2024-02-09T20:22:57.477903+0000 mgr.smithi150.owatov (mgr.14180) 68 2024-02-09T20:22:59.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:58 smithi150 conmon[35634]: : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:22:59.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:22:58 smithi150 conmon[35634]: audit 2024-02-09T20:22:58.846118+0000 mon.smithi150 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:22:59.614 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:23:00.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:00 smithi157 conmon[41110]: audit 2024-02-09T20:22:59.261857+0000 mon.smithi150 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:00.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:00 smithi157 conmon[41110]: audit 2024-02-09T20:22:59.262642+0000 mon.smithi150 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:23:00.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:00 smithi157 conmon[41110]: audit 2024-02-09T20:22:59.263241+0000 mon.smithi150 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:23:00.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:00 smithi157 conmon[41110]: audit 2024-02-09T20:22:59.267311+0000 mon.smithi150 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:00.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:00 smithi157 conmon[41110]: audit 2024-02-09T20:22:59.270688+0000 mon.smithi150 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:23:00.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:00 smithi157 conmon[41110]: audit 2024-02-09T20:22:59.273363+0000 mon.smithi150 (mon.0) 259 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-09T20:23:00.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:00 smithi157 conmon[41110]: audit 2024-02-09T20:22:59.274210+0000 mon.smithi150 (mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-09T20:23:00.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:00 smithi157 conmon[41110]: audit 2024-02-09T20:22:59.274434+0000 mon.smithi150 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:23:00.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:00 smithi157 conmon[41110]: audit 2024-02-09T20:22:59.274907+0000 mon.smithi150 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:23:00.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:00 smithi157 conmon[41110]: cluster 2024-02-09T20:22:59.478160+0000 mgr.smithi150.owatov (mgr.14180) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:00.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:00 smithi157 conmon[41110]: audit 2024-02-09T20:22:59.612460+0000 mon.smithi150 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.150:0/2540652985' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:00.422 INFO:teuthology.orchestra.run.smithi150.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-09T20:23:00.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:00 smithi150 conmon[35634]: audit 2024-02-09T20:22:59.261857+0000 mon.smithi150 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:00.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:00 smithi150 conmon[35634]: audit 2024-02-09T20:22:59.262642+0000 mon.smithi150 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:23:00.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:00 smithi150 conmon[35634]: audit 2024-02-09T20:22:59.263241+0000 mon.smithi150 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:23:00.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:00 smithi150 conmon[35634]: audit 2024-02-09T20:22:59.267311+0000 mon.smithi150 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:00 smithi150 conmon[35634]: audit 2024-02-09T20:22:59.270688+0000 mon.smithi150 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:23:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:00 smithi150 conmon[35634]: audit 2024-02-09T20:22:59.273363+0000 mon.smithi150 (mon.0) 259 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-09T20:23:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:00 smithi150 conmon[35634]: audit 2024-02-09T20:22:59.274210+0000 mon.smithi150 (mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-09T20:23:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:00 smithi150 conmon[35634]: audit 2024-02-09T20:22:59.274434+0000 mon.smithi150 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:23:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:00 smithi150 conmon[35634]: audit 2024- 2024-02-09T20:23:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:00 smithi150 conmon[35634]: 02-09T20:22:59.274907+0000 mon.smithi150 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:23:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:00 smithi150 conmon[35634]: cluster 2024-02-09T20:22:59.478160+0000 mgr.smithi150.owatov (mgr.14180) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:00 smithi150 conmon[35634]: audit 2024-02-09T20:22:59.612460+0000 mon.smithi150 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.150:0/2540652985' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:01.423 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:23:02.799 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:02 smithi150 conmon[35634]: cluster 2024-02-09T20:23:01.478386+0000 mgr.smithi150.owatov (mgr.14180) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:02.799 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:02 smithi150 conmon[35634]: audit 2024-02-09T20:23:01.688190+0000 mon.smithi157 (mon.1) 2 : audit [INF] from='client.? 172.21.15.157:0/3763717932' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cebb91a7-67fd-4e69-9a91-8defc883bb31"}]: dispatch 2024-02-09T20:23:02.799 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:02 smithi150 conmon[35634]: audit 2024-02-09T20:23:01.688691+0000 mon.smithi150 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cebb91a7-67fd-4e69-9a91-8defc883bb31"}]: dispatch 2024-02-09T20:23:02.799 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:02 smithi150 conmon[35634]: audit 2024-02-09T20:23:01.692636+0000 mon.smithi150 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cebb91a7-67fd-4e69-9a91-8defc883bb31"}]': finished 2024-02-09T20:23:02.799 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:02 smithi150 conmon[35634]: cluster 2024-02-09T20:23:01.692685+0000 mon.smithi150 (mon.0) 266 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-09T20:23:02.799 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:02 smithi150 conmon[35634]: audit 2024-02-09T20:23:01.692792+0000 mon.smithi150 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:23:02.799 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:02 smithi150 conmon[35634]: audit 2024-02-09T20:23:02.453872+0000 2024-02-09T20:23:02.799 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:02 smithi150 conmon[35634]: mon.smithi157 (mon.1) 3 : audit [INF] from='client.? 172.21.15.150:0/455040702' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94bd0e02-ab57-49e7-89f3-b4ab57360497"}]: dispatch 2024-02-09T20:23:02.800 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:02 smithi150 conmon[35634]: audit 2024-02-09T20:23:02.454264+0000 mon.smithi150 (mon.0) 268 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94bd0e02-ab57-49e7-89f3-b4ab57360497"}]: dispatch 2024-02-09T20:23:02.800 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:02 smithi150 conmon[35634]: audit 2024-02-09T20:23:02.458354+0000 mon.smithi150 (mon.0) 269 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94bd0e02-ab57-49e7-89f3-b4ab57360497"}]': finished 2024-02-09T20:23:02.800 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:02 smithi150 conmon[35634]: cluster 2024-02-09T20:23:02.458395+0000 mon.smithi150 (mon.0) 270 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-09T20:23:02.800 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:02 smithi150 conmon[35634]: audit 2024-02-09T20:23:02.458485+0000 mon.smithi150 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:23:02.800 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:02 smithi150 conmon[35634]: audit 2024-02-09T20:23:02.458756+0000 mon.smithi150 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:02.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:02 smithi157 conmon[41110]: cluster 2024-02-09T20:23:01.478386+0000 mgr.smithi150.owatov (mgr.14180) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:02.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:02 smithi157 conmon[41110]: audit 2024-02-09T20:23:01.688190+0000 mon.smithi157 (mon.1) 2 : audit [INF] from='client.? 172.21.15.157:0/3763717932' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cebb91a7-67fd-4e69-9a91-8defc883bb31"}]: dispatch 2024-02-09T20:23:02.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:02 smithi157 conmon[41110]: audit 2024-02-09T20:23:01.688691+0000 mon.smithi150 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cebb91a7-67fd-4e69-9a91-8defc883bb31"}]: dispatch 2024-02-09T20:23:02.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:02 smithi157 conmon[41110]: audit 2024-02-09T20:23:01.692636+0000 mon.smithi150 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cebb91a7-67fd-4e69-9a91-8defc883bb31"}]': finished 2024-02-09T20:23:02.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:02 smithi157 conmon[41110]: cluster 2024-02-09T20:23:01.692685+0000 mon.smithi150 (mon.0) 266 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-09T20:23:02.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:02 smithi157 conmon[41110]: audit 2024-02-09T20:23:01.692792+0000 mon.smithi150 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:23:02.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:02 smithi157 conmon[41110]: audit 2024-02-09T20:23:02.453872+0000 mon.smithi157 (mon.1) 3 : audit [INF] from='client.? 172.21.15.150:0/455040702' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94bd0e02-ab57-49e7-89f3-b4ab57360497"}]: dispatch 2024-02-09T20:23:02.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:02 smithi157 conmon[41110]: audit 2024-02-09T20:23:02.454264+0000 mon.smithi150 (mon.0) 268 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94bd0e02-ab57-49e7-89f3-b4ab57360497"}]: dispatch 2024-02-09T20:23:02.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:02 smithi157 conmon[41110]: audit 2024-02-09T20:23:02.458354+0000 mon.smithi150 (mon.0) 269 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94bd0e02-ab57-49e7-89f3-b4ab57360497"}]': finished 2024-02-09T20:23:02.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:02 smithi157 conmon[41110]: cluster 2024-02-09T20:23:02.458395+0000 mon.smithi150 (mon.0) 270 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-09T20:23:02.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:02 smithi157 conmon[41110]: audit 2024-02-09T20:23:02.458485+0000 mon.smithi150 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:23:02.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:02 smithi157 conmon[41110]: audit 2024-02-09T20:23:02.458756+0000 mon.smithi150 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:03.514 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:23:03.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:03 smithi150 conmon[35634]: audit 2024-02-09T20:23:02.963582+0000 mon.smithi157 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.157:0/4224181147' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:23:03.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:03 smithi150 conmon[35634]: audit 2024-02-09T20:23:03.512148+0000 mon.smithi150 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.150:0/2572600264' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:03.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:03 smithi157 conmon[41110]: audit 2024-02-09T20:23:02.963582+0000 mon.smithi157 (mon.1 2024-02-09T20:23:03.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:03 smithi157 conmon[41110]: ) 4 : audit [DBG] from='client.? 172.21.15.157:0/4224181147' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:23:03.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:03 smithi157 conmon[41110]: audit 2024-02-09T20:23:03.512148+0000 mon.smithi150 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.150:0/2572600264' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:04.142 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1707510182,"num_remapped_pgs":0} 2024-02-09T20:23:04.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:04 smithi150 conmon[35634]: cluster 2024-02-09T20:23:03.478600+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:23:04.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:04 smithi150 conmon[35634]: .14180) 71 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:04.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:04 smithi150 conmon[35634]: audit 2024-02-09T20:23:03.929944+0000 mon.smithi150 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.150:0/2522063163' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:23:04.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:04 smithi157 conmon[41110]: cluster 2024-02-09T20:23:03.478600+0000 mgr.smithi150.owatov (mgr.14180) 71 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:04.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:04 smithi157 conmon[41110]: audit 2024-02-09T20:23:03.929944+0000 mon.smithi150 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.150:0/2522063163' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:23:05.144 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:23:05.810 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:05 smithi150 conmon[35634]: audit 2024-02-09T20:23:05.472341+0000 mon.smithi157 (mon.1) 5 2024-02-09T20:23:05.811 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:05 smithi150 conmon[35634]: : audit [INF] from='client.? 172.21.15.157:0/634292936' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe329fe8-6821-4b47-8362-f2a62aeae22f"}]: dispatch 2024-02-09T20:23:05.811 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:05 smithi150 conmon[35634]: audit 2024-02-09T20:23:05.472726+0000 mon.smithi150 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe329fe8-6821-4b47-8362-f2a62aeae22f"}]: dispatch 2024-02-09T20:23:05.811 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:05 smithi150 conmon[35634]: audit 2024-02-09T20:23:05.476257+0000 mon.smithi150 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fe329fe8-6821-4b47-8362-f2a62aeae22f"}]': finished 2024-02-09T20:23:05.811 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:05 smithi150 conmon[35634]: cluster 2024-02-09T20:23:05.476309+0000 mon.smithi150 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-09T20:23:05.811 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:05 smithi150 conmon[35634]: audit 2024-02-09T20:23:05.476414+0000 mon.smithi150 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:23:05.811 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:05 smithi150 conmon[35634]: audit 2024-02-09T20:23:05.476652+0000 mon.smithi150 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:05.811 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:05 smithi150 conmon[35634]: audit 2024-02-09T20:23:05.476800+0000 mon.smithi150 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:05.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:05 smithi157 conmon[41110]: audit 2024-02-09T20:23:05.472341+0000 mon.smithi157 (mon.1) 5 : audit [INF] from='client.? 172.21.15.157:0/634292936' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe329fe8-6821-4b47-8362-f2a62aeae22f"}]: dispatch 2024-02-09T20:23:05.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:05 smithi157 conmon[41110]: audit 2024-02-09T20:23:05.472726+0000 mon.smithi150 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe329fe8-6821-4b47-8362-f2a62aeae22f"}]: dispatch 2024-02-09T20:23:05.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:05 smithi157 conmon[41110]: audit 2024-02-09T20:23:05.476257+0000 mon.smithi150 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fe329fe8-6821-4b47-8362-f2a62aeae22f"}]': finished 2024-02-09T20:23:05.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:05 smithi157 conmon[41110]: cluster 2024-02-09T20:23:05.476309+0000 mon.smithi150 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-09T20:23:05.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:05 smithi157 conmon[41110]: audit 2024-02-09T20:23:05.476414+0000 mon.smithi150 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:23:05.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:05 smithi157 conmon[41110]: audit 2024-02-09T20:23:05.476652+0000 mon.smithi150 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:05.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:05 smithi157 conmon[41110]: audit 2024-02-09T20:23:05.476800+0000 mon.smithi150 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:06.616 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:06 smithi150 conmon[35634]: cluster 2024-02-09T20:23:05.478818+0000 2024-02-09T20:23:06.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:06 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14180) 72 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:06.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:06 smithi150 conmon[35634]: audit 2024-02-09T20:23:06.471624+0000 mon.smithi150 (mon.0) 281 : audit [INF] from='client.? 172.21.15.150:0/4039627819' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b2859b98-4d66-4689-a40a-34188c78e4dc"}]: dispatch 2024-02-09T20:23:06.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:06 smithi150 conmon[35634]: audit 2024-02-09T20:23:06.475035+0000 mon.smithi150 (mon.0) 282 : audit [INF] from='client.? 172.21.15.150:0/4039627819' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b2859b98-4d66-4689-a40a-34188c78e4dc"}]': finished 2024-02-09T20:23:06.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:06 smithi150 conmon[35634]: cluster 2024-02-09T20:23:06.475074+0000 mon.smithi150 (mon.0) 283 2024-02-09T20:23:06.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:06 smithi150 conmon[35634]: : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-09T20:23:06.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:06 smithi150 conmon[35634]: audit 2024-02-09 2024-02-09T20:23:06.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:06 smithi150 conmon[35634]: T20:23:06.475155+0000 mon.smithi150 (mon 2024-02-09T20:23:06.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:06 smithi150 conmon[35634]: .0) 284 : audit [DBG] 2024-02-09T20:23:06.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:06 smithi150 conmon[35634]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:23:06.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:06 smithi150 conmon[35634]: audit 2024-02-09T20: 2024-02-09T20:23:06.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:06 smithi150 conmon[35634]: 23:06.475630+0000 mon.smithi150 ( 2024-02-09T20:23:06.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:06 smithi150 conmon[35634]: mon.0) 285 : audit [DBG] 2024-02-09T20:23:06.617 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:06 smithi150 conmon[35634]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:06.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:06 smithi150 conmon[35634]: audit 2024 2024-02-09T20:23:06.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:06 smithi150 conmon[35634]: -02-09T20:23: 2024-02-09T20:23:06.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:06 smithi150 conmon[35634]: 06.475785+0000 mon.smithi150 (mon. 2024-02-09T20:23:06.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:06 smithi150 conmon[35634]: 0) 286 : audit [DBG] 2024-02-09T20:23:06.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:06 smithi150 conmon[35634]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:06.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:06 smithi150 conmon[35634]: audit 2024-02 2024-02-09T20:23:06.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:06 smithi150 conmon[35634]: -09T20:23:06 2024-02-09T20:23:06.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:06 smithi150 conmon[35634]: .477652+0000 mon.smithi150 (mon.0 2024-02-09T20:23:06.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:06 smithi150 conmon[35634]: ) 287 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:06.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:06 smithi157 conmon[41110]: cluster 2024-02-09T20:23:05.478818+0000 mgr.smithi150.owatov (mgr.14180) 72 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:06.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:06 smithi157 conmon[41110]: audit 2024-02-09T20:23:06.471624+0000 mon.smithi150 (mon.0) 281 : audit [INF] from='client.? 172.21.15.150:0/4039627819' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b2859b98-4d66-4689-a40a-34188c78e4dc"}]: dispatch 2024-02-09T20:23:06.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:06 smithi157 conmon[41110]: audit 2024-02-09T20:23:06.475035+0000 mon.smithi150 (mon.0) 282 : audit [INF] from='client.? 172.21.15.150:0/4039627819' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b2859b98-4d66-4689-a40a-34188c78e4dc"}]': finished 2024-02-09T20:23:06.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:06 smithi157 conmon[41110]: cluster 2024-02-09T20:23:06.475074+0000 mon.smithi150 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-09T20:23:06.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:06 smithi157 conmon[41110]: audit 2024-02-09T20:23:06.475155+0000 mon.smithi150 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:23:06.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:06 smithi157 conmon[41110]: audit 2024-02-09T20:23:06.475630+0000 mon.smithi150 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:06.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:06 smithi157 conmon[41110]: audit 2024-02-09T20:23:06.475785+0000 mon.smithi150 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:06.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:06 smithi157 conmon[41110]: audit 2024-02-09T20:23:06.477652+0000 mon.smithi150 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:06.952 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:23:07.775 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1707510186,"num_remapped_pgs":0} 2024-02-09T20:23:07.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:07 smithi150 conmon[35634]: audit 2024-02-09T20:23:06.682802+0000 mon.smithi157 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.157:0/3527477004' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:23:07.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:07 smithi150 conmon[35634]: audit 2024-02-09T20:23:06.950467+0000 mon.smithi150 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.150:0/1518507098' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:07.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:07 smithi157 conmon[41110]: audit 2024-02-09T20:23:06.682802+0000 mon.smithi157 (mon.1) 6 : audit 2024-02-09T20:23:07.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:07 smithi157 conmon[41110]: [DBG] from='client.? 172.21.15.157:0/3527477004' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:23:07.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:07 smithi157 conmon[41110]: audit 2024-02-09T20:23:06.950467+0000 mon.smithi150 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.150:0/1518507098' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:08.777 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:23:08.806 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:08 smithi150 conmon[35634]: cluster 2024-02-09T20:23:07.479007+0000 mgr.smithi150.owatov (mgr.14180) 73 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:08.807 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:08 smithi150 conmon[35634]: audit 2024-02-09T20:23:08.045361+0000 mon.smithi150 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.150:0/3224132691' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:23:08.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:08 smithi157 conmon[41110]: cluster 2024-02-09T20:23:07.479007+0000 mgr.smithi150.owatov (mgr.14180) 73 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:08.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:08 smithi157 conmon[41110]: audit 2024-02-09T20:23:08.045361+0000 mon.smithi150 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.150:0/3224132691' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:23:09.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:09 smithi150 conmon[35634]: audit 2024-02-09T20:23:09.191735+0000 mon.smithi157 (mon.1) 7 : audit [INF] from='client.? 172.21.15.157:0/2222862345' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "53aa9e4c-0489-45d1-8046-db3dba010d91"}]: dispatch 2024-02-09T20:23:09.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:09 smithi150 conmon[35634]: audit 2024-02-09T 2024-02-09T20:23:09.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:09 smithi150 conmon[35634]: 20:23:09.192255+0000 mon.smithi150 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "53aa9e4c-0489-45d1-8046-db3dba010d91"}]: dispatch 2024-02-09T20:23:09.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:09 smithi150 conmon[35634]: audit 2024-02-09T20:23:09.195637+0000 mon.smithi150 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "53aa9e4c-0489-45d1-8046-db3dba010d91"}]': finished 2024-02-09T20:23:09.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:09 smithi150 conmon[35634]: cluster 2024-02-09T20:23:09.195692+0000 mon.smithi150 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-09T20:23:09.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:09 smithi150 conmon[35634]: audit 2024-02-09T20:23:09.195775+0000 mon.smithi150 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:23:09.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:09 smithi150 conmon[35634]: audit 2024-02-09T20:23:09.196019+0000 mon.smithi150 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:09.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:09 smithi150 conmon[35634]: audit 2024-02-09T20:23:09.196176+0000 mon.smithi150 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:09.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:09 smithi150 conmon[35634]: audit 2024-02-09T20:23:09.196324+0000 mon.smithi150 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:09.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:09 smithi150 conmon[35634]: audit 2024-02-09T20:23:09.196480+0000 mon.smithi150 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:09.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:09 smithi157 conmon[41110]: audit 2024-02-09T20:23:09.191735+0000 mon.smithi157 (mon.1) 7 : audit [INF] from='client.? 172.21.15.157:0/2222862345' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "53aa9e4c-0489-45d1-8046-db3dba010d91"}]: dispatch 2024-02-09T20:23:09.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:09 smithi157 conmon[41110]: audit 2024-02-09T20:23:09.192255+0000 mon.smithi150 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "53aa9e4c-0489-45d1-8046-db3dba010d91"}]: dispatch 2024-02-09T20:23:09.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:09 smithi157 conmon[41110]: audit 2024-02-09T20:23:09.195637+0000 mon.smithi150 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "53aa9e4c-0489-45d1-8046-db3dba010d91"}]': finished 2024-02-09T20:23:09.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:09 smithi157 conmon[41110]: cluster 2024-02-09T20:23:09.195692+0000 mon.smithi150 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-09T20:23:09.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:09 smithi157 conmon[41110]: audit 2024-02-09T20:23:09.195775+0000 mon.smithi150 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:23:09.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:09 smithi157 conmon[41110]: audit 2024-02-09T20:23:09.196019+0000 mon.smithi150 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:09.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:09 smithi157 conmon[41110]: audit 2024-02-09T20:23:09.196176+0000 mon.smithi150 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:09.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:09 smithi157 conmon[41110]: audit 2024-02-09T20:23:09.196324+0000 mon.smithi150 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:09.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:09 smithi157 conmon[41110]: audit 2024-02-09T20:23:09.196480+0000 mon.smithi150 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:10.623 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:23:10.808 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:10 smithi150 conmon[35634]: cluster 2024-02-09T20:23:09.479234+0000 mgr.smithi150.owatov (mgr.14180) 74 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:10.808 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:10 smithi150 conmon[35634]: audit 2024-02-09T20:23:10.445054+0000 mon.smithi157 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.157:0/2613967444' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:23:10.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:10 smithi157 conmon[41110]: cluster 2024-02-09T20:23:09.479234+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:23:10.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:10 smithi157 conmon[41110]: 74 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:10.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:10 smithi157 conmon[41110]: audit 2024-02-09T20:23:10.445054+0000 mon.smithi157 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.157:0/2613967444' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:23:11.334 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1707510190,"num_remapped_pgs":0} 2024-02-09T20:23:11.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:11 smithi150 conmon[35634]: audit 2024-02-09T20:23:10.590594+0000 mon.smithi150 (mon.0) 298 : audit [INF] from='client.? 172.21.15.150:0/1673065112' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fdd1f007-02f6-4cfe-9e6f-e7771dfe64ea"}]: dispatch 2024-02-09T20:23:11.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:11 smithi150 conmon[35634]: audit 2024-02-09T20:23:10.598566+0000 mon.smithi150 (mon.0) 299 : audit [INF] from='client.? 172.21.15.150:0/1673065112' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fdd1f007-02f6-4cfe-9e6f-e7771dfe64ea"}]': finished 2024-02-09T20:23:11.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:11 smithi150 conmon[35634]: cluster 2024-02-09T20:23:10.598605+0000 mon.smithi150 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-09T20:23:11.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:11 smithi150 conmon[35634]: audit 2024-02-09T20:23:10.598710+0000 mon.smithi150 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:23:11.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:11 smithi150 conmon[35634]: audit 2024-02-09T20:23:10.598935+0000 mon.smithi150 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:11.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:11 smithi150 conmon[35634]: audit 2024-02-09T20:23:10.599057+0000 mon.smithi150 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:11.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:11 smithi150 conmon[35634]: audit 2024-02-09T20:23:10.599208+0000 mon.smithi150 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:11.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:11 smithi150 conmon[35634]: audit 2024-02-09T20:23:10.599331+0000 mon.smithi150 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:11.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:11 smithi150 conmon[35634]: audit 2024-02-09T20:23:10.599479+0000 2024-02-09T20:23:11.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:11 smithi150 conmon[35634]: mon.smithi150 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:11.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:11 smithi150 conmon[35634]: audit 2024-02-09T20:23:10.620938+0000 mon.smithi150 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.150:0/1905971225' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:11.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: audit 2024-02-09T20:23:10.590594+0000 mon.smithi150 (mon.0) 2024-02-09T20:23:11.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: 298 : audit [INF] from='client.? 172.21.15.150:0/1673065112' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fdd1f007-02f6-4cfe-9e6f-e7771dfe64ea"}]: dispatch 2024-02-09T20:23:11.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: audit 2024-02-09T20:23:10.598566+0000 mon.smithi150 (mon.0) 299 : 2024-02-09T20:23:11.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: audit [INF] from='client.? 172.21.15.150:0/1673065112' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fdd1f007-02f6-4cfe-9e6f-e7771dfe64ea"}]': finished 2024-02-09T20:23:11.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: cluster 2024-02-09 2024-02-09T20:23:11.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: T20:23:10.598605+0000 mon.smithi150 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-09T20:23:11.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: 2024-02-09T20:23:11.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: audit 2024-02-09T20:23:11.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: 2024-02-09T20:23:10.598710+0000 mon.smithi150 (mon.0) 2024-02-09T20:23:11.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: 301 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:23:11.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: audit 2024-02-09T20:23:10. 2024-02-09T20:23:11.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: 598935+0000 mon.smithi150 (mon.0) 302 : audit [DBG] 2024-02-09T20:23:11.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:11.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: audit 2024-02-09T20:23:10.599057+0000 2024-02-09T20:23:11.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: mon.smithi150 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:11.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: audit 2024-02 2024-02-09T20:23:11.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: -09T20:23:10.599208+0000 mon.smithi150 (mon.0 2024-02-09T20:23:11.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: ) 304 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:11.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: audit 2024-02-09T20:23:10 2024-02-09T20:23:11.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: .599331+0000 mon.smithi150 (mon.0) 305 : audit [DBG] 2024-02-09T20:23:11.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:11.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: audit 2024-02-09T20:23:11.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: 2024-02-09T20:23:10.599479+0000 mon.smithi150 (mon.0 2024-02-09T20:23:11.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: ) 306 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:11.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: audit 2024-02-09T20:23 2024-02-09T20:23:11.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: :10.620938+0000 mon.smithi150 (mon.0) 307 : audit 2024-02-09T20:23:11.886 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:11 smithi157 conmon[41110]: [DBG] from='client.? 172.21.15.150:0/1905971225' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:12.335 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:23:12.759 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:12 smithi150 conmon[35634]: cluster 2024-02-09T20:23:11.479583+0000 mgr.smithi150.owatov (mgr.14180) 75 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:12.760 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:12 smithi150 conmon[35634]: audit 2024-02-09T20:23:12.086850+0000 mon.smithi150 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.150:0/1386386430' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:23:12.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:12 smithi157 conmon[41110]: cluster 2024-02-09T20:23:11.479583+0000 mgr.smithi150.owatov (mgr.14180) 75 : cluster [DBG] 2024-02-09T20:23:12.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:12 smithi157 conmon[41110]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:12.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:12 smithi157 conmon[41110]: audit 2024-02-09T20:23:12.086850+0000 mon.smithi150 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.150:0/1386386430' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:23:13.872 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:13 smithi150 conmon[35634]: audit 2024-02-09T20:23:12.958709+0000 mon.smithi157 (mon.1) 9 2024-02-09T20:23:13.872 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:13 smithi150 conmon[35634]: : audit [INF] from='client.? 172.21.15.157:0/2973024503' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fba37b22-6e3f-429a-8f88-cc58223353bd"}]: dispatch 2024-02-09T20:23:13.873 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:13 smithi150 conmon[35634]: audit 2024-02-09T20:23:12.959099+0000 mon.smithi150 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fba37b22-6e3f-429a-8f88-cc58223353bd"}]: dispatch 2024-02-09T20:23:13.873 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:13 smithi150 conmon[35634]: audit 2024-02-09T20:23:12.962791+0000 mon.smithi150 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fba37b22-6e3f-429a-8f88-cc58223353bd"}]': finished 2024-02-09T20:23:13.873 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:13 smithi150 conmon[35634]: cluster 2024-02-09T20:23:12.962839+0000 mon.smithi150 (mon.0) 311 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-09T20:23:13.873 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:13 smithi150 conmon[35634]: audit 2024-02-09T20:23:12.962960+0000 mon.smithi150 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:23:13.873 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:13 smithi150 conmon[35634]: audit 2024-02-09T20:23:12.963213+0000 mon.smithi150 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:13.873 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:13 smithi150 conmon[35634]: audit 2024-02-09T20:23:12.963374+0000 mon.smithi150 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:13.873 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:13 smithi150 conmon[35634]: audit 2024-02-09T20:23:12.963538+0000 mon.smithi150 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:13.873 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:13 smithi150 conmon[35634]: audit 2024-02-09T20:23:12.963697+0000 mon.smithi150 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:13.873 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:13 smithi150 conmon[35634]: audit 2024-02-09T20:23:12.963848+0000 mon.smithi150 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:13.873 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:13 smithi150 conmon[35634]: audit 2024-02-09T20:23:12.964007+0000 mon.smithi150 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:13.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:13 smithi157 conmon[41110]: audit 2024-02-09T20:23:12.958709+0000 mon.smithi157 (mon.1) 2024-02-09T20:23:13.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:13 smithi157 conmon[41110]: 9 : audit [INF] from='client.? 172.21.15.157:0/2973024503' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fba37b22-6e3f-429a-8f88-cc58223353bd"}]: dispatch 2024-02-09T20:23:13.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:13 smithi157 conmon[41110]: audit 2024-02-09T20:23:12.959099+0000 mon.smithi150 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fba37b22-6e3f-429a-8f88-cc58223353bd"}]: dispatch 2024-02-09T20:23:13.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:13 smithi157 conmon[41110]: audit 2024-02-09T20:23:12.962791+0000 mon.smithi150 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fba37b22-6e3f-429a-8f88-cc58223353bd"}]': finished 2024-02-09T20:23:13.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:13 smithi157 conmon[41110]: cluster 2024-02-09T20:23:12.962839+0000 mon.smithi150 (mon.0) 311 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-09T20:23:13.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:13 smithi157 conmon[41110]: audit 2024-02-09T20:23:12.962960+0000 mon.smithi150 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:23:13.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:13 smithi157 conmon[41110]: audit 2024-02-09T20:23:12.963213+0000 mon.smithi150 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:13.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:13 smithi157 conmon[41110]: audit 2024-02-09T20:23:13.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:13 smithi157 conmon[41110]: 2024-02-09T20:23:12.963374+0000 mon.smithi150 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:13.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:13 smithi157 conmon[41110]: audit 2024-02-09T20:23:12.963538+0000 2024-02-09T20:23:13.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:13 smithi157 conmon[41110]: mon.smithi150 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:13.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:13 smithi157 conmon[41110]: audit 2024-02-09T20:23:12. 2024-02-09T20:23:13.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:13 smithi157 conmon[41110]: 963697+0000 mon.smithi150 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:13.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:13 smithi157 conmon[41110]: 2024-02-09T20:23:13.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:13 smithi157 conmon[41110]: audit 2024 2024-02-09T20:23:13.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:13 smithi157 conmon[41110]: -02-09T20:23:12.963848+0000 mon.smithi150 (mon.0) 317 : 2024-02-09T20:23:13.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:13 smithi157 conmon[41110]: audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:13.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:13 smithi157 conmon[41110]: audit 2024-02-09T20:23:12.964007 2024-02-09T20:23:13.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:13 smithi157 conmon[41110]: +0000 mon.smithi150 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:13.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:13 smithi157 conmon[41110]: 2024-02-09T20:23:14.178 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:23:14.852 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1707510192,"num_remapped_pgs":0} 2024-02-09T20:23:15.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:14 smithi150 conmon[35634]: cluster 2024-02-09T20:23:13.479954+0000 mgr.smithi150.owatov (mgr.14180) 76 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:15.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:14 smithi150 conmon[35634]: audit 2024-02-09T20:23:14.176383+0000 mon.smithi150 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.150:0/3530235237' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:15.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:14 smithi150 conmon[35634]: audit 2024-02-09T20:23:14.289249+0000 mon.smithi157 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.157:0/1837918341' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:23:15.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:14 smithi150 conmon[35634]: audit 2024-02-09T20:23:14.629739+0000 mon.smithi150 (mon.0) 320 : audit [INF] from='client.? 172.21.15.150:0/2986920353' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a081167d-ca52-495e-a979-073b95b8b539"}]: dispatch 2024-02-09T20:23:15.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:14 smithi150 conmon[35634]: audit 2024-02-09T20:23:14.635945+0000 mon.smithi150 (mon.0) 321 : audit [INF] from='client.? 172.21.15.150:0/2986920353' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a081167d-ca52-495e-a979-073b95b8b539"}]': finished 2024-02-09T20:23:15.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:14 smithi150 conmon[35634]: cluster 2024-02-09T20:23:14.635987+0000 mon.smithi150 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-09T20:23:15.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:14 smithi150 conmon[35634]: audit 2024-02-09T20:23:14.636119+0000 2024-02-09T20:23:15.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:14 smithi150 conmon[35634]: mon.smithi150 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:23:15.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:14 smithi150 conmon[35634]: audit 2024-02-09T20:23:14.636485+0000 mon.smithi150 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:15.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:14 smithi150 conmon[35634]: audit 2024-02-09T20:23:14.636685+0000 mon.smithi150 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:15.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:14 smithi150 conmon[35634]: audit 2024-02-09T20:23:14.636890+0000 mon.smithi150 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:15.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:14 smithi150 conmon[35634]: audit 2024-02-09T20:23:14.637099+0000 mon.smithi150 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:15.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:14 smithi150 conmon[35634]: audit 2024-02-09T20:23:14.637302+0000 mon.smithi150 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:15.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:14 smithi150 conmon[35634]: audit 2024-02-09T20:23:14.637512+0000 mon.smithi150 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:15.100 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:14 smithi150 conmon[35634]: audit 2024-02-09T20:23:14.637713+0000 mon.smithi150 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:15.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: cluster 2024-02-09T20:23:13.479954+0000 mgr.smithi150.owatov (mgr.14180) 76 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:15.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: 2024-02-09T20:23:15.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: audit 2024-02-09T20:23:14.176383+0000 mon.smithi150 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.150:0/3530235237' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:15.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: audit 2024-02-09T20:23:14. 2024-02-09T20:23:15.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: 289249+0000 mon.smithi157 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.157:0/1837918341' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:23:15.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: audit 2024-02-09T20: 2024-02-09T20:23:15.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: 23:14.629739+0000 mon.smithi150 (mon.0) 320 : audit [INF] from='client.? 172.21.15.150:0/2986920353' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a081167d-ca52-495e-a979-073b95b8b539"}]: dispatch 2024-02-09T20:23:15.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: audit 2024-02-09T20:23:14.635945+0000 2024-02-09T20:23:15.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: mon.smithi150 (mon.0) 321 : audit [INF] from='client.? 172.21.15.150:0/2986920353' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a081167d-ca52-495e-a979-073b95b8b539"}]': finished 2024-02-09T20:23:15.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: cluster 2024-02-09T20: 2024-02-09T20:23:15.135 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: 23:14.635987+0000 mon.smithi150 (mon.0) 322 : cluster 2024-02-09T20:23:15.135 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-09T20:23:15.135 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: audit 2024 2024-02-09T20:23:15.135 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: -02-09T20:23:14.636119+0000 mon.smithi150 (mon.0) 323 : 2024-02-09T20:23:15.135 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:23:15.135 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: audit 2024-02-09T20:23:15.135 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: 2024-02-09T20:23:14.636485+0000 mon.smithi150 (mon.0) 324 2024-02-09T20:23:15.135 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:15.135 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: audit 2024-02-09T 2024-02-09T20:23:15.135 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: 20:23:14.636685+0000 mon.smithi150 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:15.135 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: audit 2024-02-09T 2024-02-09T20:23:15.135 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: 20:23:14.636890+0000 mon.smithi150 (mon.0) 326 2024-02-09T20:23:15.135 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:15.135 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: audit 2024-02-09T20:23:15.135 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: 2024-02-09T20:23:14.637099+0000 mon.smithi150 (mon.0 2024-02-09T20:23:15.135 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: ) 327 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:15.136 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: audit 2024-02-09T20:23:14.637302+0000 2024-02-09T20:23:15.136 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: mon.smithi150 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:15.136 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: audit 2024-02-09T20: 2024-02-09T20:23:15.136 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: 23:14.637512+0000 mon.smithi150 (mon.0) 329 : audit 2024-02-09T20:23:15.136 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:15.136 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: audit 2024 2024-02-09T20:23:15.136 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: -02-09T20:23:14.637713+0000 mon.smithi150 (mon.0) 330 : 2024-02-09T20:23:15.136 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:14 smithi157 conmon[41110]: audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:15.854 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:23:17.337 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:16 smithi150 conmon[35634]: cluster 2024-02-09T20:23:15.480279+0000 mgr.smithi150.owatov (mgr.14180) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:17.337 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:16 smithi150 conmon[35634]: audit 2024-02-09T20:23:15.966772+0000 mon.smithi150 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.150:0/2630191243' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:23:17.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:16 smithi157 conmon[41110]: cluster 2024-02-09T20:23:15.480279+0000 mgr.smithi150.owatov (mgr.14180) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:17.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:16 smithi157 conmon[41110]: audit 2024-02-09T20:23:15.966772+0000 2024-02-09T20:23:17.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:16 smithi157 conmon[41110]: mon.smithi150 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.150:0/2630191243' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:23:17.714 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:23:18.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:17 smithi150 conmon[35634]: audit 2024-02-09T20:23:17.712209 2024-02-09T20:23:18.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:17 smithi150 conmon[35634]: +0000 mon.smithi150 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.150:0/3418711122' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:18.351 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:17 smithi157 conmon[41110]: audit 2024-02-09T20:23:17.712209+0000 mon.smithi150 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.150:0/3418711122' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:18.692 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707510194,"num_remapped_pgs":0} 2024-02-09T20:23:19.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:18 smithi150 conmon[35634]: cluster 2024-02-09T20:23:17.480538+0000 mgr.smithi150.owatov (mgr.14180) 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:19.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:18 smithi157 conmon[41110]: cluster 2024-02-09T20:23:17.480538+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:23:19.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:18 smithi157 conmon[41110]: 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:19.693 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:23:20.237 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:19 smithi157 conmon[41110]: audit 2024-02-09T20:23:19.558307+0000 mon.smithi150 (mon.0) 333 : 2024-02-09T20:23:20.237 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:19 smithi157 conmon[41110]: audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-09T20:23:20.237 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:19 smithi157 conmon[41110]: audit 2024-02-09T20:23:19.558966+0000 mon.smithi150 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:23:20.292 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:19 smithi150 conmon[35634]: audit 2024-02-09T20:23:19.558307+0000 mon.smithi150 (mon.0) 2024-02-09T20:23:20.292 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:19 smithi150 conmon[35634]: 333 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-09T20:23:20.292 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:19 smithi150 conmon[35634]: audit 2024-02-09T20:23:19.558966+0000 mon.smithi150 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:23:21.037 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:20 smithi157 conmon[41110]: cluster 2024-02-09T20:23:19.480926+0000 mgr.smithi150.owatov (mgr.14180) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:21.037 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:20 smithi157 conmon[41110]: cephadm 2024-02-09T20:23:19.559568+0000 mgr.smithi150.owatov (mgr.14180) 80 : cephadm [INF] Deploying daemon osd.0 on smithi157 2024-02-09T20:23:21.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:20 smithi150 conmon[35634]: cluster 2024-02-09T20:23:19.480926+0000 mgr.smithi150.owatov (mgr.14180) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:21.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:20 smithi150 conmon[35634]: cephadm 2024-02-09T20:23:19.559568+0000 mgr.smithi150.owatov (mgr.14180) 80 : cephadm [INF] Deploying daemon osd.0 on smithi157 2024-02-09T20:23:22.075 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:23:22.638 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707510194,"num_remapped_pgs":0} 2024-02-09T20:23:23.150 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:22 smithi150 conmon[35634]: cluster 2024-02-09T20:23:21.481244+0000 mgr.smithi150.owatov (mgr.14180) 81 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:23.150 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:22 smithi150 conmon[35634]: audit 2024-02-09T20:23:22.013977+0000 mon.smithi150 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-09T20:23:23.150 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:22 smithi150 conmon[35634]: audit 2024-02-09T20:23:22.014567+0000 mon.smithi150 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:23:23.150 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:22 smithi150 conmon[35634]: cephadm 2024-02-09T20:23:22.015046+0000 mgr.smithi150.owatov (mgr.14180) 82 : cephadm [INF] Deploying daemon osd.1 on smithi150 2024-02-09T20:23:23.150 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:22 smithi150 conmon[35634]: audit 2024-02-09T20:23:22.073447+0000 mon.smithi150 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.150:0/2508930422' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:23.319 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:22 smithi157 conmon[41110]: cluster 2024-02-09T20:23:21.481244+0000 mgr.smithi150.owatov (mgr.14180) 81 : cluster 2024-02-09T20:23:23.319 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:22 smithi157 conmon[41110]: [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:23.319 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:22 smithi157 conmon[41110]: audit 2024-02-09T20:23:22.013977+0000 mon.smithi150 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-09T20:23:23.319 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:22 smithi157 conmon[41110]: audit 2024-02-09T20:23:22.014567+0000 mon.smithi150 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:23:23.319 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:22 smithi157 conmon[41110]: cephadm 2024-02-09T20:23:22.015046+0000 mgr.smithi150.owatov (mgr.14180) 82 : cephadm [INF] Deploying daemon osd.1 on smithi150 2024-02-09T20:23:23.319 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:22 smithi157 conmon[41110]: audit 2024-02-09T20:23:22.073447+0000 mon.smithi150 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.150:0/2508930422' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:23.639 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:23:25.050 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:24 smithi157 conmon[41110]: cluster 2024-02-09T20:23:23.481584+0000 mgr.smithi150.owatov (mgr.14180) 83 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:25.050 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:24 smithi157 conmon[41110]: audit 2024-02-09T20:23:24.352617+0000 mon.smithi150 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:25.050 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:24 smithi157 conmon[41110]: audit 2024-02-09T20:23:24.353212+0000 mon.smithi150 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-09T20:23:25.050 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:24 smithi157 conmon[41110]: audit 2024-02-09T20:23:24.353780+0000 mon.smithi150 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:23:25.321 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:24 smithi150 conmon[35634]: cluster 2024-02-09T20:23:23.481584+0000 mgr.smithi150.owatov (mgr.14180) 83 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:25.321 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:24 smithi150 conmon[35634]: audit 2024-02-09T20:23:24.352617+0000 mon.smithi150 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:25.321 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:24 smithi150 conmon[35634]: audit 2024-02-09T20:23:24.353212+0000 mon.smithi150 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-09T20:23:25.322 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:24 smithi150 conmon[35634]: audit 2024-02-09T20:23:24.353780+0000 mon.smithi150 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:23:25.821 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:23:26.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:25 smithi150 conmon[35634]: cephadm 2024-02-09T20:23:24.354258 2024-02-09T20:23:26.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:25 smithi150 conmon[35634]: +0000 mgr.smithi150.owatov (mgr.14180) 84 : cephadm [INF] Deploying daemon osd.2 on smithi157 2024-02-09T20:23:26.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:25 smithi150 conmon[35634]: audit 2024-02-09T20:23:25.818928+0000 mon.smithi150 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.150:0/1738526279' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:26.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:25 smithi157 conmon[41110]: cephadm 2024-02-09T20:23:24.354258+0000 mgr.smithi150.owatov (mgr.14180) 84 : cephadm [INF] Deploying daemon osd.2 on smithi157 2024-02-09T20:23:26.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:25 smithi157 conmon[41110]: audit 2024-02-09T20:23:26.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:25 smithi157 conmon[41110]: 2024-02-09T20:23:25.818928+0000 mon.smithi150 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.150:0/1738526279' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:26.524 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707510194,"num_remapped_pgs":0} 2024-02-09T20:23:27.058 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:26 smithi157 conmon[41110]: cluster 2024-02-09T20:23:25.481935+0000 mgr.smithi150.owatov (mgr.14180) 85 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:27.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:26 smithi150 conmon[35634]: cluster 2024-02-09T20:23:25.481935+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:23:27.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:26 smithi150 conmon[35634]: 85 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:27.526 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:23:28.308 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:28 smithi150 conmon[35634]: audit 2024-02-09T20:23:27.569005+0000 mon.smithi157 (mon.1) 2024-02-09T20:23:28.308 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:28 smithi150 conmon[35634]: 11 : audit [INF] from='osd.0 [v2:172.21.15.157:6800/156865176,v1:172.21.15.157:6801/156865176]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-09T20:23:28.309 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:28 smithi150 conmon[35634]: audit 2024-02-09T20:23:27.569306+0000 mon.smithi150 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-09T20:23:28.309 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:28 smithi150 conmon[35634]: audit 2024-02-09T20:23:27.792699+0000 mon.smithi150 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:28.309 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:28 smithi150 conmon[35634]: audit 2024-02-09T20:23:27.793559+0000 mon.smithi150 (mon.0) 344 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-09T20:23:28.309 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:28 smithi150 conmon[35634]: audit 2024-02-09T20:23:27.794196+0000 mon.smithi150 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:23:28.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:28 smithi157 conmon[41110]: audit 2024-02-09T20:23:27.569005+0000 mon.smithi157 (mon.1) 11 : audit [INF] 2024-02-09T20:23:28.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:28 smithi157 conmon[41110]: from='osd.0 [v2:172.21.15.157:6800/156865176,v1:172.21.15.157:6801/156865176]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-09T20:23:28.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:28 smithi157 conmon[41110]: audit 2024-02-09T20:23:27.569306+0000 mon.smithi150 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-09T20:23:28.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:28 smithi157 conmon[41110]: audit 2024-02-09T20:23:27.792699+0000 mon.smithi150 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:28.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:28 smithi157 conmon[41110]: audit 2024-02-09T20:23:27.793559+0000 mon.smithi150 (mon.0) 344 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-09T20:23:28.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:28 smithi157 conmon[41110]: audit 2024-02-09T20:23:27.794196+0000 mon.smithi150 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:23:29.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:29 smithi150 conmon[35634]: cluster 2024-02-09T20:23:27.482306+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:23:29.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:29 smithi150 conmon[35634]: 86 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:29.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:29 smithi150 conmon[35634]: cephadm 2024-02-09T20:23:27.794792+0000 mgr.smithi150.owatov (mgr.14180) 87 : cephadm [INF] Deploying daemon osd.3 on smithi150 2024-02-09T20:23:29.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:29 smithi150 conmon[35634]: audit 2024-02-09T20:23:28.006441+0000 mon.smithi150 (mon.0) 346 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-09T20:23:29.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:29 smithi150 conmon[35634]: cluster 2024-02-09T20:23:28.006485+0000 mon.smithi150 (mon.0) 347 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-09T20:23:29.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:29 smithi150 conmon[35634]: audit 2024-02-09T20:23:28.007186+0000 mon.smithi150 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:23:29.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:29 smithi150 conmon[35634]: audit 2024-02-09T20:23:28.007375+0000 mon.smithi157 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.157:6800/156865176,v1:172.21.15.157:6801/156865176]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-02-09T20:23:29.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:29 smithi150 conmon[35634]: audit 2024-02-09T20:23:28.007426+0000 mon.smithi150 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:29.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:29 smithi150 conmon[35634]: audit 2024-02-09T20:23:28.007704+0000 mon.smithi150 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:29.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:29 smithi150 conmon[35634]: audit 2024-02-09T20:23:28.007928+0000 mon.smithi150 (mon.0) 351 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-02-09T20:23:29.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:29 smithi150 conmon[35634]: audit 2024-02-09T20:23:28.008263+0000 mon.smithi150 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:29.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:29 smithi150 conmon[35634]: audit 2024-02-09T20:23:28.008434+0000 mon.smithi150 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:29.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:29 smithi150 conmon[35634]: audit 2024-02-09T20:23:28.008615+0000 mon.smithi150 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:29.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:29 smithi150 conmon[35634]: audit 2024-02-09T20:23:28.008957+0000 mon.smithi150 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:29.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:29 smithi150 conmon[35634]: audit 2024-02-09T20:23:28.009114+0000 mon.smithi150 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: cluster 2024-02-09T20:23:27.482306+0000 mgr.smithi150.owatov (mgr.14180) 86 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: 2024-02-09T20:23:29.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: cephadm 2024-02-09T20:23:27.794792+0000 mgr.smithi150.owatov (mgr.14180) 87 : cephadm [INF] Deploying daemon osd.3 on smithi150 2024-02-09T20:23:29.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: audit 2024-02-09T20:23:28.006441+0000 mon.smithi150 (mon.0) 346 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-09T20:23:29.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: cluster 2024-02-09T20:23:28.006485+0000 mon.smithi150 (mon.0) 347 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-09T20:23:29.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: audit 2024-02-09T20:23:28.007186+0000 mon.smithi150 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:23:29.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: audit 2024-02-09T20:23:28.007375+0000 mon.smithi157 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.157:6800/156865176,v1:172.21.15.157:6801/156865176]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-02-09T20:23:29.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: audit 2024 2024-02-09T20:23:29.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: -02-09T20:23:28. 2024-02-09T20:23:29.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: 007426+0000 mon.smithi150 (mon.0) 349 : audit 2024-02-09T20:23:29.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:29.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: audit 2024-02-09 2024-02-09T20:23:29.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: T20:23:28.007704+0000 mon.smithi150 ( 2024-02-09T20:23:29.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:29.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: audit 2024 2024-02-09T20:23:29.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: -02-09T20:23:28.007928 2024-02-09T20:23:29.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: +0000 mon.smithi150 (mon.0) 351 : audit 2024-02-09T20:23:29.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-02-09T20:23:29.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: audit 2024-02-09T20: 2024-02-09T20:23:29.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: 23:28.008263+0000 mon.smithi150 (mon.0 2024-02-09T20:23:29.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: ) 352 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:29.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: audit 2024-02- 2024-02-09T20:23:29.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: 09T20:23:28.008434+0000 2024-02-09T20:23:29.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: mon.smithi150 (mon.0) 353 : audit [DBG] 2024-02-09T20:23:29.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:29.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: audit 2024-02-09 2024-02-09T20:23:29.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: T20:23:28.008615+0000 mon.smithi150 ( 2024-02-09T20:23:29.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:29.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: 2024-02-09T20:23:29.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: audit 2024-02- 2024-02-09T20:23:29.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: 09T20:23:28.008957+0000 2024-02-09T20:23:29.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: mon.smithi150 (mon.0) 355 : audit 2024-02-09T20:23:29.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:29.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: audit 2024- 2024-02-09T20:23:29.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: 02-09T20:23:28.009114 2024-02-09T20:23:29.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: +0000 mon.smithi150 (mon.0) 356 : 2024-02-09T20:23:29.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:29 smithi157 conmon[41110]: audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:29.880 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:23:30.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:30 smithi150 conmon[35634]: audit 2024-02-09T20:23:29.006393+0000 mon.smithi150 (mon.0) 357 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]': finished 2024-02-09T20:23:30.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:30 smithi150 conmon[35634]: cluster 2024-02-09T20:23:29.006454+0000 mon.smithi150 (mon.0) 358 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-09T20:23:30.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:30 smithi150 conmon[35634]: audit 2024-02-09T20:23:29.006751+0000 mon.smithi150 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:23:30.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:30 smithi150 conmon[35634]: audit 2024-02-09T20:23:29.006967+0000 mon.smithi150 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:30.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:30 smithi150 conmon[35634]: audit 2024-02-09T20:23:29.007097+0000 mon.smithi150 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:30.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:30 smithi150 conmon[35634]: audit 2024-02-09T20:23:29.007278+0000 mon.smithi150 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:30.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:30 smithi150 conmon[35634]: audit 2024-02-09T20:23:29.009627+0000 mon.smithi150 (mon.0) 363 2024-02-09T20:23:30.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:30 smithi150 conmon[35634]: : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:30.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:30 smithi150 conmon[35634]: audit 2024-02-09T20:23:29.009772+0000 mon.smithi150 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:30.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:30 smithi150 conmon[35634]: audit 2024-02-09T20:23:29.009902+0000 mon.smithi150 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:30.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:30 smithi150 conmon[35634]: audit 2024-02-09T20:23:29.010037+0000 mon.smithi150 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:30.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:30 smithi150 conmon[35634]: audit 2024-02-09T20:23:29.010359+0000 mon.smithi150 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:23:30.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:30 smithi150 conmon[35634]: audit 2024-02-09T20:23:29.179087+0000 mon.smithi150 (mon.0) 368 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:30.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:30 smithi150 conmon[35634]: audit 2024-02-09T20:23:29.179657+0000 mon.smithi150 (mon.0) 369 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-09T20:23:30.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:30 smithi150 conmon[35634]: audit 2024-02-09T20:23:29.180145+0000 mon.smithi150 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:23:30.100 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:30 smithi150 conmon[35634]: audit 2024-02-09T20:23:29.878236+0000 mon.smithi150 (mon.0) 371 : audit [DBG] from='client.? 172.21.15.150:0/1840931921' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:30.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:30 smithi157 conmon[41110]: audit 2024-02-09T20:23:29.006393+0000 mon.smithi150 (mon.0) 357 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]': finished 2024-02-09T20:23:30.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:30 smithi157 conmon[41110]: 2024-02-09T20:23:30.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:30 smithi157 conmon[41110]: cluster 2024-02-09T20:23:29.006454+0000 mon.smithi150 (mon.0) 358 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-09T20:23:30.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:30 smithi157 conmon[41110]: audit 2024-02-09T20:23:29.006751+0000 mon.smithi150 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:23:30.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:30 smithi157 conmon[41110]: audit 2024-02-09T20:23:29.006967+0000 mon.smithi150 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:30.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:30 smithi157 conmon[41110]: audit 2024-02-09T20:23:29.007097+0000 mon.smithi150 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:30.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:30 smithi157 conmon[41110]: audit 2024-02-09T20:23:29.007278+0000 mon.smithi150 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:30.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:30 smithi157 conmon[41110]: audit 2024-02-09T20:23:29.009627+0000 mon.smithi150 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:30.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:30 smithi157 conmon[41110]: audit 2024-02-09T20:23:29.009772+0000 mon.smithi150 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:30.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:30 smithi157 conmon[41110]: audit 2024-02-09T20:23:29.009902+0000 mon.smithi150 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:30.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:30 smithi157 conmon[41110]: audit 2024-02-09T20:23:29.010037+0000 mon.smithi150 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:30.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:30 smithi157 conmon[41110]: audit 2024-02-09T20:23:29.010359+0000 mon.smithi150 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:23:30.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:30 smithi157 conmon[41110]: audit 2024-02-09T20:23:29.179087+0000 mon.smithi150 (mon.0) 368 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:30.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:30 smithi157 conmon[41110]: audit 2024-02-09T20:23:29.179657+0000 mon.smithi150 (mon.0) 369 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-09T20:23:30.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:30 smithi157 conmon[41110]: audit 2024-02-09T20:23:29.180145+0000 mon.smithi150 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:23:30.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:30 smithi157 conmon[41110]: audit 2024-02-09T20:23:29.878236+0000 mon.smithi150 (mon.0) 371 : audit [DBG] from='client.? 172.21.15.150:0/1840931921' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:30.890 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707510194,"num_remapped_pgs":0} 2024-02-09T20:23:31.228 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: cluster 2024-02-09T20:23:28.567596+0000 osd.0 (osd.0) 2024-02-09T20:23:31.228 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:23:31.228 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: cluster 2024-02-09T20:23:28.567642+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:23:31.228 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: cephadm 2024-02-09T20:23:29 2024-02-09T20:23:31.228 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: .180592+0000 mgr.smithi150.owatov (mgr.14180) 88 : cephadm [INF] 2024-02-09T20:23:31.229 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: Deploying daemon osd.4 on smithi157 2024-02-09T20:23:31.229 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: cluster 2024-02-09T20:23:29. 2024-02-09T20:23:31.229 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: 482693+0000 mgr.smithi150.owatov (mgr.14180) 89 : cluster [DBG] 2024-02-09T20:23:31.229 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:31.229 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: cluster 2024-02-09T20:23:30. 2024-02-09T20:23:31.229 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: 013354+0000 mon.smithi150 (mon.0) 372 : cluster [INF] 2024-02-09T20:23:31.229 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: osd.0 [v2:172.21.15.157:6800/156865176,v1:172.21.15.157:6801/156865176] boot 2024-02-09T20:23:31.229 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: cluster 2024-02-09T20:23:30.013382 2024-02-09T20:23:31.229 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: +0000 mon.smithi150 (mon.0) 373 : cluster [DBG] 2024-02-09T20:23:31.229 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: osdmap e16: 8 total, 1 up, 8 in 2024-02-09T20:23:31.229 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: audit 2024-02-09T20:23:31.229 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: 2024-02-09T20:23:30.014358+0000 mon.smithi150 (mon 2024-02-09T20:23:31.229 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: .0) 374 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:23:31.230 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: audit 2024-02-09T 2024-02-09T20:23:31.230 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: 20:23:30.014607+0000 mon.smithi150 (mon.0 2024-02-09T20:23:31.230 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: ) 375 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:31.230 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: audit 2024-02-09T20 2024-02-09T20:23:31.230 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: :23:30.014831+0000 mon.smithi150 (mon.0) 2024-02-09T20:23:31.230 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: 376 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:31.230 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: audit 2024-02-09T20 2024-02-09T20:23:31.230 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: :23:30.014966+0000 mon.smithi150 (mon.0) 2024-02-09T20:23:31.230 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: 377 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:31.230 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: audit 2024-02-09T 2024-02-09T20:23:31.230 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: 20:23:30.018245+0000 mon.smithi150 (mon.0) 378 : audit 2024-02-09T20:23:31.230 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:31.231 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: audit 2024-02-09T20:23:30. 2024-02-09T20:23:31.231 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: 018562+0000 mon.smithi150 (mon.0) 379 : audit 2024-02-09T20:23:31.231 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:31.231 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: audit 2024-02-09T20:23:30. 2024-02-09T20:23:31.231 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: 018706+0000 mon.smithi150 (mon.0) 380 : audit [DBG] 2024-02-09T20:23:31.231 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:31.231 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: audit 2024-02-09T20:23:30.018856 2024-02-09T20:23:31.231 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: +0000 mon.smithi150 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:31.231 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: 2024-02-09T20:23:31.231 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: audit 2024-02-09T20:23:31.231 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: 2024-02-09T20:23:30.953395+0000 mon.smithi150 (mon.0 2024-02-09T20:23:31.231 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:31 smithi150 conmon[35634]: ) 382 : audit [INF] from='osd.1 [v2:172.21.15.150:6802/540756253,v1:172.21.15.150:6803/540756253]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-09T20:23:31.275 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:31 smithi157 conmon[41110]: cluster 2024-02-09T20:23:28.567596+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:23:31.275 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:31 smithi157 conmon[41110]: 2024-02-09T20:23:31.275 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:31 smithi157 conmon[41110]: cluster 2024-02-09T20:23:28.567642+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:23:31.275 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:31 smithi157 conmon[41110]: cephadm 2024-02-09T20:23:29.180592+0000 mgr.smithi150.owatov (mgr.14180) 88 : cephadm [INF] Deploying daemon osd.4 on smithi157 2024-02-09T20:23:31.275 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:31 smithi157 conmon[41110]: cluster 2024-02-09T20:23:29.482693+0000 mgr.smithi150.owatov (mgr.14180) 89 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:23:31.275 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:31 smithi157 conmon[41110]: cluster 2024-02-09T20:23:30.013354+0000 mon.smithi150 (mon.0) 372 : cluster [INF] osd.0 [v2:172.21.15.157:6800/156865176,v1:172.21.15.157:6801/156865176] boot 2024-02-09T20:23:31.276 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:31 smithi157 conmon[41110]: cluster 2024-02-09T20:23:30.013382+0000 mon.smithi150 (mon.0) 373 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-09T20:23:31.276 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:31 smithi157 conmon[41110]: audit 2024-02-09T20:23:30.014358+0000 mon.smithi150 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:23:31.276 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:31 smithi157 conmon[41110]: audit 2024-02-09T20:23:30.014607+0000 mon.smithi150 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:31.276 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:31 smithi157 conmon[41110]: audit 2024-02-09T20:23:30.014831+0000 mon.smithi150 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:31.276 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:31 smithi157 conmon[41110]: audit 2024-02-09T20:23:30.014966+0000 mon.smithi150 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:31.276 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:31 smithi157 conmon[41110]: audit 2024-02-09T20:23:30.018245+0000 mon.smithi150 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:31.276 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:31 smithi157 conmon[41110]: audit 2024-02-09T20:23:30.018562+0000 mon.smithi150 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:31.276 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:31 smithi157 conmon[41110]: audit 2024-02-09T20:23:30.018706+0000 mon.smithi150 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:31.276 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:31 smithi157 conmon[41110]: audit 2024-02-09T20:23:30.018856+0000 mon.smithi150 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:31.276 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:31 smithi157 conmon[41110]: audit 2024-02-09T20:23:30.953395+0000 mon.smithi150 (mon.0) 382 : audit [INF] from='osd.1 [v2:172.21.15.150:6802/540756253,v1:172.21.15.150:6803/540756253]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-09T20:23:31.891 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:23:32.527 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:32 smithi150 conmon[35634]: audit 2024-02-09T20:23:31.182223+0000 mon.smithi150 (mon.0) 383 : audit [INF] from='osd.1 [v2:172.21.15.150:6802/540756253,v1:172.21.15.150:6803/540756253]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-09T20:23:32.527 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:32 smithi150 conmon[35634]: cluster 2024-02-09T20:23:31.182291+0000 mon.smithi150 (mon.0) 384 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-09T20:23:32.527 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:32 smithi150 conmon[35634]: audit 2024-02-09T20:23:31.182429+0000 mon.smithi150 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:32.527 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:32 smithi150 conmon[35634]: audit 2024-02-09T20:23:31.182835+0000 mon.smithi150 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:32.527 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:32 smithi150 conmon[35634]: audit 2024-02-09T20:23:31.183090+0000 mon.smithi150 (mon.0) 387 : audit [INF] from='osd.1 [v2:172.21.15.150:6802/540756253,v1:172.21.15.150:6803/540756253]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-02-09T20:23:32.527 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:32 smithi150 conmon[35634]: audit 2024-02-09T20:23:31.183411+0000 mon.smithi150 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:32.527 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:32 smithi150 conmon[35634]: audit 2024-02-09T20:23:31.183634+0000 mon.smithi150 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:32.527 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:32 smithi150 conmon[35634]: audit 2024-02-09T20:23:31.183830+0000 mon.smithi150 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:32.528 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:32 smithi150 conmon[35634]: audit 2024-02-09T20:23:31.184029+0000 mon.smithi150 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:32.528 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:32 smithi150 conmon[35634]: audit 2024-02-09T20:23:31.184222+0000 mon.smithi150 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:32.528 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:32 smithi150 conmon[35634]: cluster 2024-02-09T20:23:31.483060+0000 mgr.smithi150.owatov (mgr.14180) 90 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-09T20:23:32.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:32 smithi157 conmon[41110]: audit 2024-02-09T20:23:31.182223+0000 mon.smithi150 (mon 2024-02-09T20:23:32.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:32 smithi157 conmon[41110]: .0) 383 : audit [INF] from='osd.1 [v2:172.21.15.150:6802/540756253,v1:172.21.15.150:6803/540756253]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-09T20:23:32.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:32 smithi157 conmon[41110]: cluster 2024-02-09T20:23:31.182291+0000 mon.smithi150 (mon.0) 384 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-09T20:23:32.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:32 smithi157 conmon[41110]: audit 2024-02-09T20:23:31.182429+0000 mon.smithi150 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:32.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:32 smithi157 conmon[41110]: audit 2024-02-09T20:23:31.182835+0000 mon.smithi150 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:32.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:32 smithi157 conmon[41110]: audit 2024-02-09T20:23:31.183090+0000 mon.smithi150 (mon.0) 387 : audit [INF] from='osd.1 [v2:172.21.15.150:6802/540756253,v1:172.21.15.150:6803/540756253]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-02-09T20:23:32.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:32 smithi157 conmon[41110]: audit 2024-02-09T20:23:31.183411+0000 mon.smithi150 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:32.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:32 smithi157 conmon[41110]: audit 2024-02-09T20:23:31.183634+0000 mon.smithi150 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:32.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:32 smithi157 conmon[41110]: audit 2024-02-09T20:23:31.183830+0000 mon.smithi150 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:32.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:32 smithi157 conmon[41110]: audit 2024-02-09T20:23:31.184029+0000 mon.smithi150 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:32.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:32 smithi157 conmon[41110]: audit 2024-02-09T20:23:31.184222+0000 mon.smithi150 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:32.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:32 smithi157 conmon[41110]: cluster 2024-02-09T20:23:31.483060+0000 mgr.smithi150.owatov (mgr.14180) 90 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-09T20:23:33.573 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:33 smithi150 conmon[35634]: audit 2024-02-09T20:23:32.184980+0000 mon.smithi150 (mon.0) 393 : audit [INF] from='osd.1 [v2:172.21.15.150:6802/540756253,v1:172.21.15.150:6803/540756253]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-02-09T20:23:33.574 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:33 smithi150 conmon[35634]: 2024-02-09T20:23:33.574 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:33 smithi150 conmon[35634]: cluster 2024-02-09T20:23:32.185049+0000 mon.smithi150 (mon.0) 394 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-09T20:23:33.574 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:33 smithi150 conmon[35634]: audit 2024-02-09T20:23:32.185473+0000 mon.smithi150 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:33.574 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:33 smithi150 conmon[35634]: audit 2024-02-09T20:23:32.185775+0000 mon.smithi150 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:33.574 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:33 smithi150 conmon[35634]: audit 2024-02-09T20:23:32.188885+0000 mon.smithi150 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:33.574 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:33 smithi150 conmon[35634]: audit 2024-02-09T20:23:32.189200+0000 mon.smithi150 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:33.574 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:33 smithi150 conmon[35634]: audit 2024-02-09T20:23:32.189395+0000 mon.smithi150 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:33.574 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:33 smithi150 conmon[35634]: audit 2024-02-09T20:23:32.189605+0000 mon.smithi150 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:33.574 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:33 smithi150 conmon[35634]: audit 2024-02-09T20:23:32.189883+0000 mon.smithi150 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:33.574 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:33 smithi150 conmon[35634]: audit 2024-02-09T20:23:32.191267+0000 mon.smithi150 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:33.574 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:33 smithi150 conmon[35634]: audit 2024-02-09T20:23:32.382821+0000 mon.smithi157 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.157:6808/1863822189,v1:172.21.15.157:6809/1863822189]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-09T20:23:33.574 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:33 smithi150 conmon[35634]: audit 2024-02-09T20:23:32.383168+0000 mon.smithi150 (mon.0) 403 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-09T20:23:33.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: audit 2024-02-09T20:23:32.184980+0000 mon.smithi150 (mon.0) 393 : audit [INF] from='osd.1 [v2:172.21.15.150:6802/540756253,v1:172.21.15.150:6803/540756253]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-02-09T20:23:33.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: cluster 2024-02-09T20:23:32.185049+0000 mon.smithi150 (mon.0) 394 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-09T20:23:33.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: audit 2024-02-09T20:23:32.185473+0000 mon.smithi150 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:33.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: audit 2024-02-09T20:23:33.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: 2024-02-09T20:23:32.185775+0000 mon.smithi150 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:33.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: audit 2024-02-09T20:23: 2024-02-09T20:23:33.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: 32.188885+0000 mon.smithi150 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:33.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: audit 2024-02-09 2024-02-09T20:23:33.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: T20:23:32.189200+0000 mon.smithi150 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:33.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: audit 2024-02-09T20:23:33.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: 2024-02-09T20:23:32.189395+0000 mon.smithi150 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:33.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: audit 2024-02-09T20:23:32.189605 2024-02-09T20:23:33.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: +0000 mon.smithi150 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:33.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: audit 2024-02-09T20:23:32.189883+0000 2024-02-09T20:23:33.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: mon.smithi150 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:33.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: audit 2024-02-09T20:23 2024-02-09T20:23:33.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: :32.191267+0000 mon.smithi150 (mon.0) 402 : 2024-02-09T20:23:33.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:33.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: audit 2024-02-09T20 2024-02-09T20:23:33.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: :23:32.382821+0000 mon.smithi157 (mon.1 2024-02-09T20:23:33.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: ) 13 : audit [INF] from='osd.2 [v2:172.21.15.157:6808/1863822189,v1:172.21.15.157:6809/1863822189]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-09T20:23:33.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: audit 2024-02-09T20:23:33.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: 2024-02-09T20:23:32 2024-02-09T20:23:33.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: .383168+0000 mon.smithi150 (mon.0) 403 : audit [INF] 2024-02-09T20:23:33.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:33 smithi157 conmon[41110]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-09T20:23:34.314 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:23:34.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: cluster 2024-02-09T20:23:31.958425+0000 osd.1 (osd.1 2024-02-09T20:23:34.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: ) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:23:34.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: cluster 2024-02-09T20:23:31.958513+0000 osd.1 (osd.1) 2 : 2024-02-09T20:23:34.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: cluster [DBG] purged_snaps scrub ok 2024-02-09T20:23:34.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: cluster 2024-02-09T20:23:34.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 2024-02-09T20:23:33.191624+0000 mon.smithi150 2024-02-09T20:23:34.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: (mon.0) 404 : cluster [INF] osd.1 [v2:172.21.15.150:6802/540756253,v1:172.21.15.150:6803/540756253] boot 2024-02-09T20:23:34.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 2024-02-09T20:23:34.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: audit 2024-02-09T 2024-02-09T20:23:34.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 20:23:33.191696+0000 mon.smithi150 ( 2024-02-09T20:23:34.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: mon.0) 405 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-09T20:23:34.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 2024-02-09T20:23:34.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: cluster 2024-02-09T20:23:34.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 2024-02-09T20:23: 2024-02-09T20:23:34.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 33.191773+0000 mon.smithi150 (mon.0) 406 : cluster 2024-02-09T20:23:34.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-02-09T20:23:34.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: audit 2024-02-09 2024-02-09T20:23:34.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: T20:23:33.192221+0000 mon.smithi150 2024-02-09T20:23:34.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: (mon.0) 407 : audit [DBG] 2024-02-09T20:23:34.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:34.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: audit 2024-02-09 2024-02-09T20:23:34.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: T20:23:33.192350+0000 2024-02-09T20:23:34.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: mon.smithi157 (mon.1) 14 : audit [INF] 2024-02-09T20:23:34.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: from='osd.2 [v2:172.21.15.157:6808/1863822189,v1:172.21.15.157:6809/1863822189]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-02-09T20:23:34.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: audit 2024-02-09 2024-02-09T20:23:34.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: T20:23:33.192575+0000 2024-02-09T20:23:34.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: mon.smithi150 (mon.0) 408 : audit 2024-02-09T20:23:34.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:34.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: audit 2024-02- 2024-02-09T20:23:34.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 09T20:23:33.192912+0000 2024-02-09T20:23:34.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: mon.smithi150 (mon.0) 409 : audit [INF] 2024-02-09T20:23:34.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-02-09T20:23:34.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: audit 2024-02- 2024-02-09T20:23:34.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 09T20:23:33.196736+0000 2024-02-09T20:23:34.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: mon.smithi150 (mon.0) 410 : audit [DBG] 2024-02-09T20:23:34.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:34.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: audit 2024-02-09 2024-02-09T20:23:34.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: T20:23:33.196931+0000 mon.smithi150 2024-02-09T20:23:34.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:34.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 2024-02-09T20:23:34.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: audit 2024-02 2024-02-09T20:23:34.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: -09T20:23:33.197076 2024-02-09T20:23:34.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: +0000 mon.smithi150 (mon.0) 412 : audit 2024-02-09T20:23:34.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:34.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: audit 2024-02-09T20:23:34.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 2024-02-09T20:23: 2024-02-09T20:23:34.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 33.197216+0000 mon.smithi150 (mon.0) 2024-02-09T20:23:34.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 413 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:34.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: audit 2024- 2024-02-09T20:23:34.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 02-09T20:23:33.197359 2024-02-09T20:23:34.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: +0000 mon.smithi150 (mon.0) 414 : audit 2024-02-09T20:23:34.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:34.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: cluster 2024-02-09T20:23:34.389 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 2024-02-09T20:23:33 2024-02-09T20:23:34.389 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: .483371+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:23:34.389 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 91 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-09T20:23:34.389 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: audit 2024 2024-02-09T20:23:34.389 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: -02-09T20:23:34.118655 2024-02-09T20:23:34.389 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: +0000 mon.smithi150 (mon.0) 415 : audit 2024-02-09T20:23:34.389 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:34.389 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: audit 2024-02-09T20:23:34.389 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 2024-02-09T20:23: 2024-02-09T20:23:34.389 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 34.119362+0000 mon.smithi150 (mon.0 2024-02-09T20:23:34.389 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: ) 416 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-09T20:23:34.389 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: audit 2024-02 2024-02-09T20:23:34.389 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: -09T20:23:34.119993+0000 2024-02-09T20:23:34.389 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: mon.smithi150 (mon.0) 417 : audit 2024-02-09T20:23:34.390 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:23:34.390 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: audit 2024-02-09T20:23:34.390 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 2024-02-09T20:23: 2024-02-09T20:23:34.390 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 34.170992+0000 mon.smithi150 (mon.0) 2024-02-09T20:23:34.390 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 418 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:34.390 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: audit 2024-02-09T20:23:34.390 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 2024-02-09T20:23 2024-02-09T20:23:34.390 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: :34.171676+0000 mon.smithi150 (mon. 2024-02-09T20:23:34.390 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 0) 419 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-09T20:23:34.390 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: audit 2024 2024-02-09T20:23:34.390 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: -02-09T20:23:34.172241 2024-02-09T20:23:34.390 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: +0000 mon.smithi150 (mon.0) 420 : 2024-02-09T20:23:34.390 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:23:34.390 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: audit 2024-02-09T20:23:34.391 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 2024-02-09T20:23: 2024-02-09T20:23:34.391 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 34.191708+0000 mon.smithi150 (mon.0) 2024-02-09T20:23:34.391 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 421 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]': finished 2024-02-09T20:23:34.391 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: cluster 2024-02-09T20:23:34.391 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 2024-02-09T20:23 2024-02-09T20:23:34.391 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: :34.191775+0000 mon.smithi150 (mon. 2024-02-09T20:23:34.391 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 0) 422 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-09T20:23:34.391 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: audit 2024 2024-02-09T20:23:34.391 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: -02-09T20:23:34.191906 2024-02-09T20:23:34.391 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: +0000 mon.smithi150 (mon.0) 423 : audit 2024-02-09T20:23:34.391 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:34.391 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: audit 2024-02-09T20:23:34.391 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 2024-02-09T20:23: 2024-02-09T20:23:34.391 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 34.192260+0000 mon.smithi150 (mon.0 2024-02-09T20:23:34.391 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: ) 424 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:34.392 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: audit 2024 2024-02-09T20:23:34.392 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: -02-09T20:23:34 2024-02-09T20:23:34.392 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: .192467+0000 mon.smithi150 (mon.0) 425 2024-02-09T20:23:34.392 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:34.392 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: audit 2024-02-09T20:23:34.392 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 2024-02-09T20:23:34 2024-02-09T20:23:34.392 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: .192660+0000 mon.smithi150 (mon.0) 2024-02-09T20:23:34.392 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 426 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:34.392 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: audit 2024- 2024-02-09T20:23:34.392 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 02-09T20:23:34.192853+0000 2024-02-09T20:23:34.392 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: mon.smithi150 (mon.0) 427 : audit 2024-02-09T20:23:34.392 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:34.392 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: audit 2024-02-09T20:23:34.392 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 2024-02-09T20:23: 2024-02-09T20:23:34.393 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: 34.193045+0000 mon.smithi150 (mon.0 2024-02-09T20:23:34.393 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:34 smithi157 conmon[41110]: ) 428 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:34.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: cluster 2024-02-09T20:23:31.958425+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:23:34.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: 2024-02-09T20:23:34.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: cluster 2024-02-09T20:23:31.958513+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:23:34.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: cluster 2024-02-09T20:23:33.191624+0000 mon.smithi150 (mon.0) 404 : cluster [INF] osd.1 [v2:172.21.15.150:6802/540756253,v1:172.21.15.150:6803/540756253] boot 2024-02-09T20:23:34.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: audit 2024-02-09T20 2024-02-09T20:23:34.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: :23:33.191696+0000 mon.smithi150 (mon.0) 405 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-09T20:23:34.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: cluster 2024-02-09T20:23:33.191773+0000 2024-02-09T20:23:34.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: mon.smithi150 (mon.0) 406 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-02-09T20:23:34.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: audit 2024-02-09 2024-02-09T20:23:34.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: T20:23:33.192221+0000 mon.smithi150 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:23:34.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: 2024-02-09T20:23:34.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: audit 2024 2024-02-09T20:23:34.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: -02-09T20:23:33.192350+0000 mon.smithi157 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.157:6808/1863822189,v1:172.21.15.157:6809/1863822189]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-02-09T20:23:34.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: audit 2024-02 2024-02-09T20:23:34.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: -09T20:23:33.192575+0000 mon.smithi150 (mon.0) 408 2024-02-09T20:23:34.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:34.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: audit 2024-02-09T20:23:33 2024-02-09T20:23:34.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: .192912+0000 mon.smithi150 (mon.0) 409 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-02-09T20:23:34.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: 2024-02-09T20:23:34.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: audit 2024-02-09 2024-02-09T20:23:34.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: T20:23:33.196736+0000 mon.smithi150 (mon.0) 410 : audit [DBG] 2024-02-09T20:23:34.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:34.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: audit 2024-02-09T20:23:34.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: 2024-02-09T20:23:33.196931+0000 mon.smithi150 (mon.0) 411 : audit [DBG] 2024-02-09T20:23:34.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:34.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: audit 2024 2024-02-09T20:23:34.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: -02-09T20:23:33.197076+0000 mon.smithi150 (mon.0) 412 : audit 2024-02-09T20:23:34.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:34.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: audit 2024-02-09T20:23:34.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: 2024-02-09T20:23:33.197216+0000 mon.smithi150 (mon.0) 2024-02-09T20:23:34.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: 413 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:34.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: audit 2024-02-09T20:23:34.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: 2024-02-09T20:23:33.197359+0000 mon.smithi150 (mon. 2024-02-09T20:23:34.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: 0) 414 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:34.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: cluster 2024-02-09T20:23:34.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: 2024-02-09T20:23:33.483371+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:23:34.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: 14180) 91 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-09T20:23:34.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: audit 2024-02-09T20:23:34.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: 2024-02-09T20:23:34.118655+0000 mon.smithi150 ( 2024-02-09T20:23:34.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: mon.0) 415 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:34.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: audit 2024-02-09T20:23:34.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: 2024-02-09T20:23:34.119362+0000 mon.smithi150 ( 2024-02-09T20:23:34.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: mon.0) 416 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-09T20:23:34.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: audit 2024-02-09T20:23:34.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: 2024-02-09T20:23:34.119993+0000 mon.smithi150 (mon.0) 417 2024-02-09T20:23:34.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:23:34.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: audit 2024-02-09T20:23:34.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: 2024-02-09T20:23:34.170992+0000 mon.smithi150 (mon.0) 418 : audit 2024-02-09T20:23:34.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:34.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: audit 2024 2024-02-09T20:23:34.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: -02-09T20:23:34.171676+0000 mon.smithi150 (mon.0) 419 : audit 2024-02-09T20:23:34.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-09T20:23:34.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: audit 2024- 2024-02-09T20:23:34.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: 02-09T20:23:34.172241+0000 mon.smithi150 (mon.0) 420 : audit [DBG] 2024-02-09T20:23:34.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:23:34.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: audit 2024-02-09T20:23:34.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: 2024-02-09T20:23:34.191708+0000 mon.smithi150 (mon.0) 421 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]': finished 2024-02-09T20:23:34.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: cluster 2024-02-09 2024-02-09T20:23:34.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: T20:23:34.191775+0000 mon.smithi150 (mon.0) 422 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-09T20:23:34.602 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: audit 2024-02-09T20 2024-02-09T20:23:34.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: :23:34.191906+0000 mon.smithi150 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:34.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: 2024-02-09T20:23:34.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: audit 2024-02 2024-02-09T20:23:34.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: -09T20:23:34.192260+0000 mon.smithi150 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:34.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: audit 2024 2024-02-09T20:23:34.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: -02-09T20:23:34.192467+0000 mon.smithi150 (mon.0) 2024-02-09T20:23:34.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: 425 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:34.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: audit 2024-02-09T20:23:34.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: 2024-02-09T20:23:34.192660+0000 mon.smithi150 (mon.0) 426 : audit 2024-02-09T20:23:34.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:34.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: audit 2024-02- 2024-02-09T20:23:34.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: 09T20:23:34.192853+0000 mon.smithi150 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:34.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: audit 2024-02-09T20: 2024-02-09T20:23:34.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:34 smithi150 conmon[35634]: 23:34.193045+0000 mon.smithi150 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:34.988 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":20,"num_osds":8,"num_up_osds":2,"osd_up_since":1707510213,"num_in_osds":8,"osd_in_since":1707510194,"num_remapped_pgs":0} 2024-02-09T20:23:35.241 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:35 smithi150 conmon[35634]: cephadm 2024-02-09T20:23:34.120508+0000 mgr.smithi150.owatov (mgr.14180) 92 : cephadm [INF] Deploying daemon osd.6 on smithi157 2024-02-09T20:23:35.241 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:35 smithi150 conmon[35634]: cephadm 2024-02-09T20:23:34.172724+0000 mgr.smithi150.owatov (mgr.14180) 93 : cephadm [INF] Deploying daemon osd.5 on smithi150 2024-02-09T20:23:35.241 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:35 smithi150 conmon[35634]: audit 2024-02-09T20:23:34.196077+0000 mon.smithi150 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:35.241 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:35 smithi150 conmon[35634]: audit 2024-02-09T20:23:34.312093+0000 mon.smithi150 (mon.0) 430 : audit [DBG] from='client.? 172.21.15.150:0/3447370241' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:35.241 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:35 smithi150 conmon[35634]: audit 2024-02-09T20:23:35.195008+0000 mon.smithi150 (mon.0) 431 : 2024-02-09T20:23:35.241 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:35 smithi150 conmon[35634]: audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:35 smithi157 conmon[41110]: cephadm 2024-02-09T20:23:34.120508+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:23:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:35 smithi157 conmon[41110]: .14180) 92 : cephadm [INF] Deploying daemon osd.6 on smithi157 2024-02-09T20:23:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:35 smithi157 conmon[41110]: cephadm 2024-02-09T20:23:34.172724+0000 mgr.smithi150.owatov (mgr.14180) 93 : cephadm [INF] Deploying daemon osd.5 on smithi150 2024-02-09T20:23:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:35 smithi157 conmon[41110]: audit 2024-02-09T20:23:34.196077+0000 mon.smithi150 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:35 smithi157 conmon[41110]: audit 2024-02-09T20:23:34.312093+0000 mon.smithi150 (mon.0) 430 : audit [DBG] from='client.? 172.21.15.150:0/3447370241' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:35 smithi157 conmon[41110]: audit 2024-02-09T20:23 2024-02-09T20:23:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:35 smithi157 conmon[41110]: :35.195008+0000 mon.smithi150 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:35.990 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:23:36.226 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:36 smithi150 conmon[35634]: cluster 2024-02-09T20:23:33.333989+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:23:36.226 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:36 smithi150 conmon[35634]: cluster 2024-02-09T20:23:33.334030+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:23:36.226 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:36 smithi150 conmon[35634]: cluster 2024-02-09T20:23:35.201220+0000 mon.smithi150 (mon.0) 432 : cluster [INF] osd.2 [v2:172.21.15.157:6808/1863822189,v1:172.21.15.157:6809/1863822189] boot 2024-02-09T20:23:36.227 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:36 smithi150 conmon[35634]: cluster 2024-02-09T20:23:35.201250+0000 mon.smithi150 (mon.0) 433 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-02-09T20:23:36.227 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:36 smithi150 conmon[35634]: audit 2024-02-09T20:23:35.201577+0000 mon.smithi150 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:36.227 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:36 smithi150 conmon[35634]: audit 2024-02-09T20:23:35.201868+0000 mon.smithi150 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:36.227 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:36 smithi150 conmon[35634]: audit 2024-02-09T20:23:35.202060+0000 mon.smithi150 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:36.227 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:36 smithi150 conmon[35634]: audit 2024-02-09T20:23:35.202194+0000 mon.smithi150 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:36.227 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:36 smithi150 conmon[35634]: audit 2024-02-09T20:23:35.202329+0000 mon.smithi150 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:36.227 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:36 smithi150 conmon[35634]: audit 2024-02-09T20:23:35.204294+0000 mon.smithi150 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:36.227 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:36 smithi150 conmon[35634]: audit 2024-02-09T20:23:35.204507+0000 mon.smithi150 (mon.0) 440 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 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-09T20:23:36.227 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:36 smithi150 conmon[35634]: cluster 2024-02-09T20:23:35.483579+0000 mgr.smithi150.owatov (mgr.14180) 94 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-09T20:23:36.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:36 smithi157 conmon[41110]: cluster 2024-02-09T20:23:33.333989+0000 osd.2 (osd 2024-02-09T20:23:36.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:36 smithi157 conmon[41110]: .2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:23:36.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:36 smithi157 conmon[41110]: cluster 2024-02-09T20:23:33.334030+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:23:36.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:36 smithi157 conmon[41110]: cluster 2024-02-09T20:23:35.201220+0000 mon.smithi150 (mon.0) 432 : cluster [INF] osd.2 [v2:172.21.15.157:6808/1863822189,v1:172.21.15.157:6809/1863822189] boot 2024-02-09T20:23:36.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:36 smithi157 conmon[41110]: cluster 2024-02-09T20:23:35.201250+0000 mon.smithi150 (mon.0) 433 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-02-09T20:23:36.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:36 smithi157 conmon[41110]: audit 2024-02-09T20:23:35.201577+0000 mon.smithi150 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:23:36.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:36 smithi157 conmon[41110]: audit 2024-02-09T20:23:35.201868+0000 mon.smithi150 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:36.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:36 smithi157 conmon[41110]: audit 2024-02-09T20:23:35.202060+0000 mon.smithi150 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:36.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:36 smithi157 conmon[41110]: audit 2024-02-09T20:23:35.202194+0000 mon.smithi150 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:36.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:36 smithi157 conmon[41110]: audit 2024-02-09T20:23:35.202329+0000 mon.smithi150 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:36.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:36 smithi157 conmon[41110]: audit 2024-02-09T20:23:35.204294+0000 mon.smithi150 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:36.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:36 smithi157 conmon[41110]: audit 2024-02-09T20:23:35.204507+0000 mon.smithi150 (mon.0) 440 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 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-09T20:23:36.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:36 smithi157 conmon[41110]: cluster 2024-02-09T20:23:35.483579+0000 mgr.smithi150.owatov (mgr.14180) 94 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-09T20:23:37.335 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:37 smithi150 conmon[35634]: audit 2024-02-09T20:23:36.210409+0000 mon.smithi150 (mon.0) 441 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 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-09T20:23:37.335 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:37 smithi150 conmon[35634]: cluster 2024-02-09T20:23:36.210474+0000 mon.smithi150 (mon.0) 442 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-09T20:23:37.335 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:37 smithi150 conmon[35634]: audit 2024-02-09T20:23:36.210605+0000 mon.smithi150 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:37.335 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:37 smithi150 conmon[35634]: audit 2024-02-09T20:23:36.210980+0000 mon.smithi150 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:37.335 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:37 smithi150 conmon[35634]: audit 2024-02-09T20:23:36.211139+0000 mon.smithi150 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:37.335 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:37 smithi150 conmon[35634]: audit 2024-02-09T20:23:36.211358+0000 mon.smithi150 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:37.335 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:37 smithi150 conmon[35634]: audit 2024-02-09T20:23:36.211669+0000 mon.smithi150 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:37.335 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:37 smithi150 conmon[35634]: audit 2024-02-09T20:23:36.212356+0000 mon.smithi150 (mon.0) 448 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-09T20:23:37.335 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:37 smithi150 conmon[35634]: audit 2024-02-09T20:23:37.086486+0000 mon.smithi157 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.157:6816/1686767325,v1:172.21.15.157:6817/1686767325]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-09T20:23:37.335 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:37 smithi150 conmon[35634]: audit 2024-02-09T20:23:37.086781+0000 mon.smithi150 (mon.0) 449 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-09T20:23:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:37 smithi157 conmon[41110]: audit 2024-02-09T20:23:36.210409+0000 mon.smithi150 (mon.0) 441 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 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-09T20:23:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:37 smithi157 conmon[41110]: cluster 2024-02-09T20:23:36.210474+0000 mon.smithi150 (mon.0) 442 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-09T20:23:37.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:37 smithi157 conmon[41110]: audit 2024-02-09T20:23:36.210605+0000 mon.smithi150 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:37.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:37 smithi157 conmon[41110]: audit 2024-02-09T20:23:36.210980+0000 mon.smithi150 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:37.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:37 smithi157 conmon[41110]: audit 2024-02-09T20:23:36.211139+0000 mon.smithi150 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:37.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:37 smithi157 conmon[41110]: audit 2024-02-09T20:23:36.211358+0000 mon.smithi150 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:37.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:37 smithi157 conmon[41110]: audit 2024-02-09T20:23:36.211669+0000 mon.smithi150 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:37.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:37 smithi157 conmon[41110]: audit 2024-02-09T20:23:36.212356+0000 mon.smithi150 (mon.0) 448 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-09T20:23:37.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:37 smithi157 conmon[41110]: audit 2024-02-09T20:23:37.086486+0000 mon.smithi157 (mon.1) 2024-02-09T20:23:37.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:37 smithi157 conmon[41110]: 15 : audit [INF] from='osd.4 [v2:172.21.15.157:6816/1686767325,v1:172.21.15.157:6817/1686767325]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-09T20:23:37.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:37 smithi157 conmon[41110]: audit 2024-02-09T20:23:37.086781+0000 mon.smithi150 (mon.0) 449 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-09T20:23:38.338 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:38 smithi150 conmon[35634]: audit 2024-02-09T20:23:37.213612+0000 mon.smithi150 (mon. 2024-02-09T20:23:38.338 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:38 smithi150 conmon[35634]: 0) 450 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-09T20:23:38.338 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:38 smithi150 conmon[35634]: audit 2024-02-09T20:23:37.213656+0000 mon.smithi150 (mon.0) 451 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-09T20:23:38.338 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:38 smithi150 conmon[35634]: cluster 2024-02-09T20:23:37.213714+0000 mon.smithi150 (mon.0) 452 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-09T20:23:38.338 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:38 smithi150 conmon[35634]: audit 2024-02-09T20:23:37.213828+0000 mon.smithi150 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:38.338 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:38 smithi150 conmon[35634]: audit 2024-02-09T20:23:37.214099+0000 mon.smithi150 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:38.338 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:38 smithi150 conmon[35634]: audit 2024-02-09T20:23:37.214281+0000 mon.smithi150 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:38.338 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:38 smithi150 conmon[35634]: audit 2024-02-09T20:23:37.214318+0000 mon.smithi157 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.157:6816/1686767325,v1:172.21.15.157:6817/1686767325]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-02-09T20:23:38.339 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:38 smithi150 conmon[35634]: audit 2024-02-09T20:23:37.214443+0000 mon.smithi150 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:38.339 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:38 smithi150 conmon[35634]: audit 2024-02-09T20:23:37.214657+0000 mon.smithi150 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:38.339 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:38 smithi150 conmon[35634]: audit 2024-02-09T20:23:37.214831+0000 mon.smithi150 (mon.0) 458 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-02-09T20:23:38.339 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:38 smithi150 conmon[35634]: audit 2024-02-09T20:23:37.336377+0000 mon.smithi150 (mon.0) 459 : audit [INF] from='osd.3 [v2:172.21.15.150:6810/730141508,v1:172.21.15.150:6811/730141508]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-09T20:23:38.339 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:38 smithi150 conmon[35634]: cluster 2024-02-09T20:23:37.483871+0000 mgr.smithi150.owatov (mgr.14180) 95 : cluster [DBG] pgmap v65: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-09T20:23:38.443 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:23:38.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:38 smithi157 conmon[41110]: audit 2024-02-09T20:23:37.213612+0000 2024-02-09T20:23:38.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:38 smithi157 conmon[41110]: mon.smithi150 (mon.0) 450 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-09T20:23:38.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:38 smithi157 conmon[41110]: audit 2024-02-09T20:23:37.213656+0000 mon.smithi150 (mon.0) 451 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-09T20:23:38.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:38 smithi157 conmon[41110]: cluster 2024-02-09T20:23:37.213714+0000 mon.smithi150 (mon.0) 452 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-09T20:23:38.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:38 smithi157 conmon[41110]: audit 2024-02-09T20:23:37.213828+0000 mon.smithi150 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:38.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:38 smithi157 conmon[41110]: audit 2024-02-09T20:23:37.214099+0000 mon.smithi150 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:38.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:38 smithi157 conmon[41110]: audit 2024-02-09T20:23:37.214281+0000 mon.smithi150 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:38.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:38 smithi157 conmon[41110]: audit 2024-02-09T20: 2024-02-09T20:23:38.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:38 smithi157 conmon[41110]: 23:37.214318+0000 mon.smithi157 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.157:6816/1686767325,v1:172.21.15.157:6817/1686767325]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-02-09T20:23:38.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:38 smithi157 conmon[41110]: audit 2024-02-09T20:23:37.214443+0000 mon.smithi150 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:38.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:38 smithi157 conmon[41110]: audit 2024-02-09T20:23:37.214657+0000 mon.smithi150 (mon.0) 457 : audit [DBG] 2024-02-09T20:23:38.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:38 smithi157 conmon[41110]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:38.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:38 smithi157 conmon[41110]: audit 2024-02-09T20:23 2024-02-09T20:23:38.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:38 smithi157 conmon[41110]: :37.214831+0000 mon.smithi150 (mon.0) 458 : audit [INF] 2024-02-09T20:23:38.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:38 smithi157 conmon[41110]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-02-09T20:23:38.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:38 smithi157 conmon[41110]: audit 2024-02-09T20:23:38.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:38 smithi157 conmon[41110]: 2024-02-09T20:23:37.336377+0000 mon.smithi150 (mon.0) 459 : audit [INF] from='osd.3 [v2:172.21.15.150:6810/730141508,v1:172.21.15.150:6811/730141508]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-09T20:23:38.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:38 smithi157 conmon[41110]: 2024-02-09T20:23:38.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:38 smithi157 conmon[41110]: cluster 2024-02-09T20:23:38.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:38 smithi157 conmon[41110]: 2024-02-09T20:23:37.483871+0000 mgr.smithi150.owatov (mgr.14180) 95 : cluster 2024-02-09T20:23:38.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:38 smithi157 conmon[41110]: [DBG] pgmap v65: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-09T20:23:39.102 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":24,"num_osds":8,"num_up_osds":3,"osd_up_since":1707510215,"num_in_osds":8,"osd_in_since":1707510194,"num_remapped_pgs":0} 2024-02-09T20:23:39.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:39 smithi150 conmon[35634]: audit 2024-02-09T20:23:38.215567+0000 mon.smithi150 ( 2024-02-09T20:23:39.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:39 smithi150 conmon[35634]: mon.0) 460 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]': finished 2024-02-09T20:23:39.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:39 smithi150 conmon[35634]: audit 2024-02-09T20:23:38.215631+0000 mon.smithi150 (mon.0) 461 : audit [INF] from='osd.3 [v2:172.21.15.150:6810/730141508,v1:172.21.15.150:6811/730141508]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-09T20:23:39.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:39 smithi150 conmon[35634]: cluster 2024-02-09T20:23:38.215670+0000 mon.smithi150 (mon.0) 462 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-09T20:23:39.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:39 smithi150 conmon[35634]: audit 2024-02-09T20:23:38.216047+0000 mon.smithi150 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:39.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:39 smithi150 conmon[35634]: audit 2024-02-09T20:23:38.216280+0000 mon.smithi150 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:39.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:39 smithi150 conmon[35634]: audit 2024-02-09T20:23:38.216502+0000 mon.smithi150 (mon.0) 465 : audit [INF] from='osd.3 [v2:172.21.15.150:6810/730141508,v1:172.21.15.150:6811/730141508]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-02-09T20:23:39.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:39 smithi150 conmon[35634]: audit 2024-02-09T20:23:38.216720 2024-02-09T20:23:39.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:39 smithi150 conmon[35634]: +0000 mon.smithi150 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:39.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:39 smithi150 conmon[35634]: audit 2024-02-09T20:23:38.216856+0000 mon.smithi150 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:39.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:39 smithi150 conmon[35634]: audit 2024-02-09T20:23:38.220327+0000 2024-02-09T20:23:39.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:39 smithi150 conmon[35634]: mon.smithi150 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:39.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:39 smithi150 conmon[35634]: audit 2024-02-09T20:23:39.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:39 smithi150 conmon[35634]: 2024-02-09T20:23:38.220513 2024-02-09T20:23:39.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:39 smithi150 conmon[35634]: +0000 mon.smithi150 (mon.0) 469 : audit [DBG] 2024-02-09T20:23:39.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:39 smithi150 conmon[35634]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:39.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:39 smithi150 conmon[35634]: audit 2024-02-09T20:23 2024-02-09T20:23:39.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:39 smithi150 conmon[35634]: :38.441637+0000 mon.smithi157 (mon.1) 17 2024-02-09T20:23:39.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:39 smithi150 conmon[35634]: : audit [DBG] from='client.? 172.21.15.150:0/3187272291' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:39.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:39 smithi157 conmon[41110]: audit 2024-02-09T20:23:38.215567+0000 mon.smithi150 (mon.0) 460 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]': finished 2024-02-09T20:23:39.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:39 smithi157 conmon[41110]: audit 2024-02-09T20:23:38.215631+0000 mon.smithi150 (mon.0) 461 : audit [INF] from='osd.3 [v2:172.21.15.150:6810/730141508,v1:172.21.15.150:6811/730141508]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-09T20:23:39.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:39 smithi157 conmon[41110]: cluster 2024-02-09T20:23:38.215670+0000 mon.smithi150 (mon.0) 462 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-09T20:23:39.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:39 smithi157 conmon[41110]: audit 2024-02-09T20:23:38.216047+0000 mon.smithi150 (mon.0) 463 : audit 2024-02-09T20:23:39.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:39 smithi157 conmon[41110]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:39.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:39 smithi157 conmon[41110]: audit 2024-02-09T20:23:38.216280+0000 mon.smithi150 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:39.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:39 smithi157 conmon[41110]: audit 2024-02-09T20:23:38.216502+0000 mon.smithi150 (mon.0) 465 : audit 2024-02-09T20:23:39.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:39 smithi157 conmon[41110]: [INF] from='osd.3 [v2:172.21.15.150:6810/730141508,v1:172.21.15.150:6811/730141508]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-02-09T20:23:39.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:39 smithi157 conmon[41110]: audit 2024-02-09T20: 2024-02-09T20:23:39.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:39 smithi157 conmon[41110]: 23:38.216720+0000 mon.smithi150 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:39.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:39 smithi157 conmon[41110]: audit 2024- 2024-02-09T20:23:39.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:39 smithi157 conmon[41110]: 02-09T20:23:38.216856+0000 mon.smithi150 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:39.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:39 smithi157 conmon[41110]: audit 2024-02-09T20:23:38.220327 2024-02-09T20:23:39.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:39 smithi157 conmon[41110]: +0000 mon.smithi150 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:39.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:39 smithi157 conmon[41110]: audit 2024-02-09T20:23:38.220513+0000 mon.smithi150 (mon.0) 2024-02-09T20:23:39.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:39 smithi157 conmon[41110]: 469 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:39.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:39 smithi157 conmon[41110]: audit 2024-02-09 2024-02-09T20:23:39.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:39 smithi157 conmon[41110]: T20:23:38.441637+0000 mon.smithi157 (mon.1) 17 : audit [DBG] from='client.? 172.21.15.150:0/3187272291' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:40.103 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:23:40.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: cluster 2024-02-09T20 2024-02-09T20:23:40.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: :23:38.127520+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:23:40.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: cluster 2024-02-09T20:23:38.127599+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:23:40.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: audit 2024-02-09T20:23:39.216862+0000 mon.smithi150 (mon.0) 470 : audit [INF] from='osd.3 [v2:172.21.15.150:6810/730141508,v1:172.21.15.150:6811/730141508]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-02-09T20:23:40.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: cluster 2024-02-09T20:23:39.216963+0000 mon.smithi150 (mon.0) 471 : cluster [INF] osd.4 [v2:172.21.15.157:6816/1686767325,v1:172.21.15.157:6817/1686767325] boot 2024-02-09T20:23:40.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: cluster 2024-02-09T20:23:39.216999+0000 mon.smithi150 (mon.0) 472 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-02-09T20:23:40.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: audit 2024-02-09 2024-02-09T20:23:40.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: T20:23:39.217136+0000 mon.smithi150 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:40.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: audit 2024-02-09T20:23:39.217973+0000 mon.smithi150 (mon. 2024-02-09T20:23:40.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: 0) 474 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:40.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: audit 2024-02-09T20:23:39.218638+0000 mon.smithi150 ( 2024-02-09T20:23:40.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:40.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: audit 2024-02-09 2024-02-09T20:23:40.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: T20:23:39.218922+0000 mon.smithi150 (mon.0) 476 2024-02-09T20:23:40.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:40.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: audit 2024-02-09T20:23: 2024-02-09T20:23:40.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: 39.219114+0000 mon.smithi150 (mon.0) 477 : audit [DBG] 2024-02-09T20:23:40.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:40.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: audit 2024-02-09T20:23:39.223432+0000 mon.smithi150 2024-02-09T20:23:40.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:40.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: audit 2024- 2024-02-09T20:23:40.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: 02-09T20:23:39.253325+0000 mon.smithi150 (mon 2024-02-09T20:23:40.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: .0) 479 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:40.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: cluster 2024-02-09 2024-02-09T20:23:40.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: T20:23:39.484182+0000 mgr.smithi150.owatov (mgr.14180) 96 2024-02-09T20:23:40.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: : cluster [DBG] pgmap v68: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-09T20:23:40.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: audit 2024-02 2024-02-09T20:23:40.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: -09T20:23:40.075727+0000 mon.smithi150 (mon. 2024-02-09T20:23:40.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: 0) 480 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:40.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: audit 2024-02- 2024-02-09T20:23:40.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: 09T20:23:40.076460+0000 mon.smithi150 (mon. 2024-02-09T20:23:40.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: 0) 481 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-09T20:23:40.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: audit 2024-02 2024-02-09T20:23:40.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: -09T20:23:40.077000+0000 mon.smithi150 (mon 2024-02-09T20:23:40.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: .0) 482 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:23:40.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: 2024-02-09T20:23:40.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: cephadm 2024-02-09T20 2024-02-09T20:23:40.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: :23:40.077498+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:23:40.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:40 smithi150 conmon[35634]: ) 97 : cephadm [INF] Deploying daemon osd.7 on smithi150 2024-02-09T20:23:40.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:40 smithi157 conmon[41110]: cluster 2024-02-09T20:23:38.127520+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:23:40.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:40 smithi157 conmon[41110]: cluster 2024 2024-02-09T20:23:40.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:40 smithi157 conmon[41110]: -02-09T20:23:38.127599+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:23:40.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:40 smithi157 conmon[41110]: audit 2024-02-09T20:23:39.216862+0000 mon.smithi150 (mon.0) 470 : audit [INF] from='osd.3 [v2:172.21.15.150:6810/730141508,v1:172.21.15.150:6811/730141508]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-02-09T20:23:40.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:40 smithi157 conmon[41110]: cluster 2024-02-09T20:23:39.216963+0000 mon.smithi150 (mon.0) 471 : cluster [INF] osd.4 [v2:172.21.15.157:6816/1686767325,v1:172.21.15.157:6817/1686767325] boot 2024-02-09T20:23:40.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:40 smithi157 conmon[41110]: cluster 2024-02-09T20:23:39.216999+0000 mon.smithi150 (mon.0) 472 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-02-09T20:23:40.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:40 smithi157 conmon[41110]: audit 2024-02-09T20:23:39.217136+0000 mon.smithi150 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:40.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:40 smithi157 conmon[41110]: audit 2024-02-09T20:23:39.217973+0000 mon.smithi150 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:23:40.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:40 smithi157 conmon[41110]: audit 2024-02-09T20:23:39.218638+0000 mon.smithi150 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:40.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:40 smithi157 conmon[41110]: audit 2024-02-09T20:23:39.218922+0000 mon.smithi150 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:40.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:40 smithi157 conmon[41110]: audit 2024-02-09T20:23:39.219114+0000 mon.smithi150 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:40.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:40 smithi157 conmon[41110]: audit 2024-02-09T20:23:39.223432+0000 mon.smithi150 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:40.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:40 smithi157 conmon[41110]: audit 2024-02-09T20:23:39.253325+0000 mon.smithi150 (mon.0) 479 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:40.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:40 smithi157 conmon[41110]: cluster 2024-02-09T20:23:39.484182+0000 mgr.smithi150.owatov (mgr.14180) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-09T20:23:40.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:40 smithi157 conmon[41110]: audit 2024-02-09T20:23:40.075727+0000 mon.smithi150 (mon.0) 480 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:40.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:40 smithi157 conmon[41110]: audit 2024-02-09T20:23:40.076460+0000 mon.smithi150 (mon.0) 481 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-09T20:23:40.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:40 smithi157 conmon[41110]: audit 2024-02-09T20:23:40.077000+0000 mon.smithi150 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:23:40.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:40 smithi157 conmon[41110]: cephadm 2024-02-09T20:23:40.077498+0000 mgr.smithi150.owatov (mgr.14180) 97 : cephadm [INF] Deploying daemon osd.7 on smithi150 2024-02-09T20:23:41.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:41 smithi150 conmon[35634]: cluster 2024-02-09T20:23:38.330137 2024-02-09T20:23:41.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:41 smithi150 conmon[35634]: +0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:23:41.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:41 smithi150 conmon[35634]: cluster 2024-02-09T20:23:38.330205+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:23:41.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:41 smithi150 conmon[35634]: cluster 2024-02-09T20:23:40.219045+0000 mon.smithi150 (mon.0) 483 : cluster [INF] osd.3 [v2:172.21.15.150:6810/730141508,v1:172.21.15.150:6811/730141508] boot 2024-02-09T20:23:41.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:41 smithi150 conmon[35634]: cluster 2024-02-09T20:23:40.219096+0000 mon.smithi150 (mon.0) 484 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-02-09T20:23:41.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:41 smithi150 conmon[35634]: audit 2024-02-09T20:23:40.219220+0000 mon.smithi150 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:41.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:41 smithi150 conmon[35634]: audit 2024-02-09T20:23:40.219983+0000 mon.smithi150 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:41.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:41 smithi150 conmon[35634]: audit 2024-02-09T20:23:40.220263+0000 mon.smithi150 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:41.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:41 smithi150 conmon[35634]: audit 2024-02-09T20:23:40.224599+0000 mon.smithi150 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:41.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:41 smithi150 conmon[35634]: cluster 2024-02-09T20:23:41.218864+0000 mon.smithi150 (mon.0) 489 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-02-09T20:23:41.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:41 smithi150 conmon[35634]: audit 2024-02-09T20:23:41.218986+0000 mon.smithi150 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:41.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:41 smithi150 conmon[35634]: audit 2024-02-09T20:23:41.219217+0000 mon.smithi150 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:41.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:41 smithi150 conmon[35634]: audit 2024-02-09T20:23:41.219378+0000 mon.smithi150 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:41.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:41 smithi157 conmon[41110]: cluster 2024-02-09T20:23:38.330137+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:23:41.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:41 smithi157 conmon[41110]: cluster 2024-02-09T20:23:38.330205+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:23:41.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:41 smithi157 conmon[41110]: cluster 2024-02-09T20:23:40.219045+0000 mon.smithi150 (mon.0) 483 : cluster [INF] osd.3 [v2:172.21.15.150:6810/730141508,v1:172.21.15.150:6811/730141508] boot 2024-02-09T20:23:41.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:41 smithi157 conmon[41110]: cluster 2024-02-09T20:23:40.219096+0000 mon.smithi150 (mon.0) 484 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-02-09T20:23:41.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:41 smithi157 conmon[41110]: audit 2024-02-09T20:23:40.219220+0000 mon.smithi150 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:23:41.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:41 smithi157 conmon[41110]: audit 2024-02-09T20:23:40.219983+0000 mon.smithi150 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:41.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:41 smithi157 conmon[41110]: audit 2024-02-09T20:23:40. 2024-02-09T20:23:41.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:41 smithi157 conmon[41110]: 220263+0000 mon.smithi150 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:41.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:41 smithi157 conmon[41110]: audit 2024-02-09T20:23:40.224599+0000 mon.smithi150 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:41.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:41 smithi157 conmon[41110]: cluster 2024-02-09T20:23:41.218864+0000 mon.smithi150 (mon.0) 489 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-02-09T20:23:41.615 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:41 smithi157 conmon[41110]: audit 2024-02-09T20:23:41.218986+0000 mon.smithi150 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:41.616 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:41 smithi157 conmon[41110]: audit 2024-02-09T20:23:41.219217+0000 mon.smithi150 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:41.616 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:41 smithi157 conmon[41110]: audit 2024-02-09T20:23:41.219378+0000 mon.smithi150 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:42.575 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:23:43.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:43 smithi150 conmon[35634]: cluster 2024-02-09T20:23:41.484476+0000 mgr.smithi150.owatov ( 2024-02-09T20:23:43.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:43 smithi150 conmon[35634]: mgr.14180) 98 : cluster [DBG] pgmap v71: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-09T20:23:43.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:43 smithi150 conmon[35634]: audit 2024-02-09T20:23:42.058105+0000 mon.smithi150 (mon.0) 493 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:43.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:43 smithi150 conmon[35634]: cluster 2024-02-09T20:23:42.224598+0000 mon.smithi150 (mon.0) 494 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-02-09T20:23:43.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:43 smithi150 conmon[35634]: audit 2024-02-09T20:23:42.224706+0000 mon.smithi150 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:43.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:43 smithi150 conmon[35634]: audit 2024-02-09T20:23:42.225871+0000 mon.smithi150 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:43.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:43 smithi150 conmon[35634]: audit 2024-02-09T20:23:42.226089+0000 mon.smithi150 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:43.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:43 smithi150 conmon[35634]: audit 2024-02-09T20:23:42.419514+0000 mon.smithi157 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.157:6824/1027506705,v1:172.21.15.157:6825/1027506705]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-09T20:23:43.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:43 smithi150 conmon[35634]: audit 2024-02-09T20:23:42.419833+0000 mon.smithi150 (mon.0) 498 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-09T20:23:43.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:43 smithi150 conmon[35634]: audit 2024-02-09T20:23:42.573073+0000 mon.smithi150 (mon.0) 499 : audit [DBG] from='client.? 172.21.15.150:0/1453405028' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:43.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:43 smithi157 conmon[41110]: cluster 2024-02-09T20:23:41.484476+0000 mgr.smithi150.owatov (mgr.14180) 98 : cluster [DBG] pgmap v71: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-09T20:23:43.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:43 smithi157 conmon[41110]: 2024-02-09T20:23:43.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:43 smithi157 conmon[41110]: audit 2024-02-09T20:23:42.058105+0000 mon.smithi150 (mon.0) 493 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:43.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:43 smithi157 conmon[41110]: cluster 2024-02-09T20:23:42.224598+0000 mon.smithi150 (mon.0) 494 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-02-09T20:23:43.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:43 smithi157 conmon[41110]: audit 2024-02-09T20:23 2024-02-09T20:23:43.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:43 smithi157 conmon[41110]: :42.224706+0000 mon.smithi150 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:43.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:43 smithi157 conmon[41110]: 2024-02-09T20:23:43.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:43 smithi157 conmon[41110]: audit 2024 2024-02-09T20:23:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:43 smithi157 conmon[41110]: -02-09T20:23:42.225871+0000 mon.smithi150 (mon.0) 496 : audit [DBG] 2024-02-09T20:23:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:43 smithi157 conmon[41110]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:43 smithi157 conmon[41110]: audit 2024-02-09T20:23:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:43 smithi157 conmon[41110]: 2024-02-09T20:23:42.226089+0000 mon.smithi150 (mon.0) 497 : audit 2024-02-09T20:23:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:43 smithi157 conmon[41110]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:43 smithi157 conmon[41110]: audit 2024-02-09T20:23:42.419514+0000 mon.smithi157 2024-02-09T20:23:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:43 smithi157 conmon[41110]: (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.157:6824/1027506705,v1:172.21.15.157:6825/1027506705]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-09T20:23:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:43 smithi157 conmon[41110]: audit 2024-02-09T 2024-02-09T20:23:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:43 smithi157 conmon[41110]: 20:23:42.419833+0000 mon.smithi150 (mon.0) 498 : audit 2024-02-09T20:23:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:43 smithi157 conmon[41110]: [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-09T20:23:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:43 smithi157 conmon[41110]: audit 2024-02-09T20:23:42.573073+0000 mon.smithi150 (mon. 2024-02-09T20:23:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:43 smithi157 conmon[41110]: 0) 499 : audit [DBG] from='client.? 172.21.15.150:0/1453405028' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:43.520 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":28,"num_osds":8,"num_up_osds":5,"osd_up_since":1707510220,"num_in_osds":8,"osd_in_since":1707510194,"num_remapped_pgs":0} 2024-02-09T20:23:44.521 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:23:44.550 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:44 smithi150 conmon[35634]: audit 2024-02-09T20:23:43.229935 2024-02-09T20:23:44.550 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:44 smithi150 conmon[35634]: +0000 mon.smithi150 (mon.0) 500 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-09T20:23:44.550 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:44 smithi150 conmon[35634]: cluster 2024-02-09T20:23:43.229983+0000 mon.smithi150 (mon.0) 501 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-02-09T20:23:44.550 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:44 smithi150 conmon[35634]: audit 2024-02-09T20:23:43.230104+0000 mon.smithi150 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:44.550 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:44 smithi150 conmon[35634]: audit 2024-02-09T20:23:43.230463+0000 mon.smithi150 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:44.551 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:44 smithi150 conmon[35634]: audit 2024-02-09T20:23:43.230662+0000 mon.smithi150 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:44.551 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:44 smithi150 conmon[35634]: audit 2024-02-09T20:23:43.230764+0000 mon.smithi157 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.157:6824/1027506705,v1:172.21.15.157:6825/1027506705]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-02-09T20:23:44.551 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:44 smithi150 conmon[35634]: audit 2024-02-09T20:23:43.231055+0000 mon.smithi150 (mon.0) 505 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-02-09T20:23:44.551 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:44 smithi150 conmon[35634]: audit 2024-02-09T20:23:43.263815+0000 mon.smithi150 (mon.0) 506 : audit [INF] from='osd.5 [v2:172.21.15.150:6818/702986439,v1:172.21.15.150:6819/702986439]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-09T20:23:44.551 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:44 smithi150 conmon[35634]: cluster 2024-02-09T20:23:43.484768+0000 mgr.smithi150.owatov (mgr.14180) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-09T20:23:44.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:44 smithi157 conmon[41110]: audit 2024-02-09T20:23:43.229935+0000 mon.smithi150 (mon.0) 2024-02-09T20:23:44.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:44 smithi157 conmon[41110]: 500 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-09T20:23:44.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:44 smithi157 conmon[41110]: cluster 2024-02-09T20:23:43.229983+0000 mon.smithi150 (mon.0) 501 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-02-09T20:23:44.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:44 smithi157 conmon[41110]: audit 2024-02-09T20:23:43.230104+0000 mon.smithi150 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:44.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:44 smithi157 conmon[41110]: audit 2024-02-09T20:23:43.230463+0000 mon.smithi150 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:44.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:44 smithi157 conmon[41110]: audit 2024-02-09T20:23:43.230662+0000 mon.smithi150 (mon.0) 504 : audit 2024-02-09T20:23:44.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:44 smithi157 conmon[41110]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:44.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:44 smithi157 conmon[41110]: audit 2024-02-09T20:23:43.230764+0000 mon.smithi157 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.157:6824/1027506705,v1:172.21.15.157:6825/1027506705]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-02-09T20:23:44.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:44 smithi157 conmon[41110]: audit 2024-02-09T20:23:43.231055+0000 mon.smithi150 (mon.0) 505 : 2024-02-09T20:23:44.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:44 smithi157 conmon[41110]: audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-02-09T20:23:44.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:44 smithi157 conmon[41110]: audit 2024-02-09T20:23:43.263815+0000 mon.smithi150 2024-02-09T20:23:44.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:44 smithi157 conmon[41110]: (mon.0) 506 : audit [INF] from='osd.5 [v2:172.21.15.150:6818/702986439,v1:172.21.15.150:6819/702986439]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-09T20:23:44.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:44 smithi157 conmon[41110]: cluster 2024 2024-02-09T20:23:44.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:44 smithi157 conmon[41110]: -02-09T20:23:43.484768+0000 mgr.smithi150.owatov (mgr.14180) 99 2024-02-09T20:23:44.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:44 smithi157 conmon[41110]: : cluster [DBG] pgmap v74: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-09T20:23:45.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:45 smithi150 conmon[35634]: audit 2024-02-09T20:23:44 2024-02-09T20:23:45.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:45 smithi150 conmon[35634]: .234202+0000 mon.smithi150 (mon.0) 507 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]': finished 2024-02-09T20:23:45.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:45 smithi150 conmon[35634]: audit 2024-02-09T20:23:44.234260+0000 mon.smithi150 (mon.0) 508 : audit [INF] from='osd.5 [v2:172.21.15.150:6818/702986439,v1:172.21.15.150:6819/702986439]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-09T20:23:45.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:45 smithi150 conmon[35634]: cluster 2024-02-09T20:23:44.234291+0000 mon.smithi150 (mon.0) 509 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-02-09T20:23:45.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:45 smithi150 conmon[35634]: audit 2024-02-09T20:23:44.234564+0000 mon.smithi150 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:45.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:45 smithi150 conmon[35634]: audit 2024-02-09T20:23:44.234875+0000 mon.smithi150 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:45.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:45 smithi150 conmon[35634]: audit 2024-02-09T20:23:44.235029+0000 mon.smithi150 (mon.0) 512 : audit [INF] from='osd.5 [v2:172.21.15.150:6818/702986439,v1:172.21.15.150:6819/702986439]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-02-09T20:23:45.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:45 smithi150 conmon[35634]: audit 2024-02-09T20:23:44.235222+0000 mon.smithi150 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:45.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:45 smithi150 conmon[35634]: audit 2024-02-09T20:23:44.238041+0000 mon.smithi150 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:45.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:45 smithi157 conmon[41110]: audit 2024-02-09T20:23:44.234202+0000 mon.smithi150 (mon.0) 507 : audit [INF] 2024-02-09T20:23:45.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:45 smithi157 conmon[41110]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]': finished 2024-02-09T20:23:45.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:45 smithi157 conmon[41110]: audit 2024-02-09T20:23:44.234260+0000 mon.smithi150 (mon.0) 508 : audit [INF] from='osd.5 [v2:172.21.15.150:6818/702986439,v1:172.21.15.150:6819/702986439]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-09T20:23:45.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:45 smithi157 conmon[41110]: cluster 2024-02-09T20:23:44.234291+0000 mon.smithi150 (mon.0) 509 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-02-09T20:23:45.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:45 smithi157 conmon[41110]: audit 2024-02-09T20:23:44.234564+0000 mon.smithi150 ( 2024-02-09T20:23:45.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:45 smithi157 conmon[41110]: mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:45.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:45 smithi157 conmon[41110]: audit 2024-02-09T20:23:44.234875 2024-02-09T20:23:45.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:45 smithi157 conmon[41110]: +0000 mon.smithi150 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:45.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:45 smithi157 conmon[41110]: audit 2024-02-09T 2024-02-09T20:23:45.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:45 smithi157 conmon[41110]: 20:23:44.235029+0000 mon.smithi150 (mon.0) 512 : audit [INF] 2024-02-09T20:23:45.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:45 smithi157 conmon[41110]: from='osd.5 [v2:172.21.15.150:6818/702986439,v1:172.21.15.150:6819/702986439]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-02-09T20:23:45.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:45 smithi157 conmon[41110]: audit 2024-02-09T20:23:44.235222+0000 mon.smithi150 (mon.0 2024-02-09T20:23:45.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:45 smithi157 conmon[41110]: ) 513 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:45.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:45 smithi157 conmon[41110]: audit 2024-02-09T20:23:44.238041+0000 2024-02-09T20:23:45.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:45 smithi157 conmon[41110]: mon.smithi150 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:46.419 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:46 smithi150 conmon[35634]: cluster 2024-02-09T20:23:43.377544+0000 osd.6 ( 2024-02-09T20:23:46.419 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:46 smithi150 conmon[35634]: osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:23:46.419 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:46 smithi150 conmon[35634]: cluster 2024-02-09T20:23:43.377653+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:23:46.419 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:46 smithi150 conmon[35634]: audit 2024-02-09T20:23:45.235527+0000 mon.smithi150 (mon.0) 515 : audit [INF] from='osd.5 [v2:172.21.15.150:6818/702986439,v1:172.21.15.150:6819/702986439]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-02-09T20:23:46.419 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:46 smithi150 conmon[35634]: cluster 2024-02-09T20:23:45.235576+0000 mon.smithi150 (mon.0) 516 : cluster [INF] osd.6 [v2:172.21.15.157:6824/1027506705,v1:172.21.15.157:6825/1027506705] boot 2024-02-09T20:23:46.419 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:46 smithi150 conmon[35634]: cluster 2024-02-09T20:23:45.235598+0000 mon.smithi150 (mon.0) 517 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-09T20:23:46.419 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:46 smithi150 conmon[35634]: audit 2024-02-09T20:23:45.235929+0000 mon.smithi150 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:46.419 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:46 smithi150 conmon[35634]: audit 2024-02-09T20:23:45.236123+0000 mon.smithi150 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:46.419 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:46 smithi150 conmon[35634]: audit 2024-02-09T20:23:45.236692+0000 mon.smithi150 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:46.419 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:46 smithi150 conmon[35634]: audit 2024-02-09T20:23:45.240261+0000 mon.smithi150 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:46.419 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:46 smithi150 conmon[35634]: cluster 2024-02-09T20:23:45.485167+0000 mgr.smithi150.owatov (mgr.14180) 100 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-09T20:23:46.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:46 smithi157 conmon[41110]: cluster 2024-02-09T20:23:43.377544+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:23:46.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:46 smithi157 conmon[41110]: cluster 2024-02-09T20:23:43.377653+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:23:46.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:46 smithi157 conmon[41110]: audit 2024-02-09T20:23:45.235527+0000 mon.smithi150 (mon.0) 515 : audit [INF] from='osd.5 [v2:172.21.15.150:6818/702986439,v1:172.21.15.150:6819/702986439]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-02-09T20:23:46.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:46 smithi157 conmon[41110]: cluster 2024-02-09T20:23:45.235576+0000 mon.smithi150 (mon.0) 516 : cluster [INF] osd.6 [v2:172.21.15.157:6824/1027506705,v1:172.21.15.157:6825/1027506705] boot 2024-02-09T20:23:46.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:46 smithi157 conmon[41110]: cluster 2024-02 2024-02-09T20:23:46.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:46 smithi157 conmon[41110]: -09T20:23:45.235598+0000 mon.smithi150 (mon.0) 517 : cluster 2024-02-09T20:23:46.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:46 smithi157 conmon[41110]: [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-09T20:23:46.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:46 smithi157 conmon[41110]: audit 2024-02-09T20:23:45.235929+0000 2024-02-09T20:23:46.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:46 smithi157 conmon[41110]: mon.smithi150 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:46.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:46 smithi157 conmon[41110]: audit 2024-02-09T20: 2024-02-09T20:23:46.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:46 smithi157 conmon[41110]: 23:45.236123+0000 mon.smithi150 (mon.0) 519 : audit 2024-02-09T20:23:46.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:46 smithi157 conmon[41110]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:23:46.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:46 smithi157 conmon[41110]: audit 2024-02-09T20:23:45.236692+0000 mon.smithi150 (mon.0 2024-02-09T20:23:46.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:46 smithi157 conmon[41110]: ) 520 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:46.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:46 smithi157 conmon[41110]: audit 2024-02-09T20:23:45.240261+0000 mon.smithi150 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:46.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:46 smithi157 conmon[41110]: cluster 2024-02-09T20:23:45.485167+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:23:46.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:46 smithi157 conmon[41110]: 14180) 100 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-09T20:23:46.746 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:23:47.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:47 smithi150 conmon[35634]: cluster 2024-02-09T20:23:44.257582+0000 osd.5 (osd.5) 2024-02-09T20:23:47.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:47 smithi150 conmon[35634]: 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:23:47.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:47 smithi150 conmon[35634]: cluster 2024-02-09T20:23:44.257626+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:23:47.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:47 smithi150 conmon[35634]: audit 2024-02-09T20:23:46.240286+0000 mon.smithi150 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:47.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:47 smithi150 conmon[35634]: cluster 2024-02-09T20:23:46.243338+0000 mon.smithi150 (mon.0) 523 : cluster [INF] osd.5 [v2:172.21.15.150:6818/702986439,v1:172.21.15.150:6819/702986439] boot 2024-02-09T20:23:47.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:47 smithi150 conmon[35634]: cluster 2024-02-09T20:23:46.243366+0000 mon.smithi150 (mon.0) 524 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2024-02-09T20:23:47.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:47 smithi150 conmon[35634]: audit 2024-02-09T20:23:46.243675+0000 mon.smithi150 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:47.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:47 smithi150 conmon[35634]: audit 2024-02-09T20:23:46.243998+0000 mon.smithi150 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:47.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:47 smithi150 conmon[35634]: audit 2024-02-09T20:23:46.744078+0000 mon.smithi150 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.150:0/3834985586' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:47.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:47 smithi150 conmon[35634]: audit 2024-02-09T20:23:46.909683+0000 mon.smithi150 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:47.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:47 smithi157 conmon[41110]: cluster 2024-02-09T20:23:44.257582+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:23:47.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:47 smithi157 conmon[41110]: 2024-02-09T20:23:47.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:47 smithi157 conmon[41110]: cluster 2024-02-09T20:23:44.257626+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:23:47.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:47 smithi157 conmon[41110]: audit 2024-02-09T20 2024-02-09T20:23:47.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:47 smithi157 conmon[41110]: :23:46.240286+0000 mon.smithi150 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:47.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:47 smithi157 conmon[41110]: cluster 2024-02-09T20:23:47.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:47 smithi157 conmon[41110]: 2024-02-09T20:23:46.243338+0000 mon.smithi150 (mon.0) 523 : cluster [INF] osd.5 [v2:172.21.15.150:6818/702986439,v1:172.21.15.150:6819/702986439] boot 2024-02-09T20:23:47.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:47 smithi157 conmon[41110]: cluster 2024-02-09T20 2024-02-09T20:23:47.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:47 smithi157 conmon[41110]: :23:46.243366+0000 mon.smithi150 (mon.0) 524 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2024-02-09T20:23:47.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:47 smithi157 conmon[41110]: 2024-02-09T20:23:47.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:47 smithi157 conmon[41110]: audit 2024-02-09T20:23:47.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:47 smithi157 conmon[41110]: 2024-02-09T20:23:46.243675+0000 mon.smithi150 (mon.0) 525 : audit 2024-02-09T20:23:47.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:47 smithi157 conmon[41110]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:23:47.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:47 smithi157 conmon[41110]: audit 2024-02-09T20:23:46.243998+0000 mon.smithi150 (mon.0 2024-02-09T20:23:47.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:47 smithi157 conmon[41110]: ) 526 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:47.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:47 smithi157 conmon[41110]: audit 2024-02-09T20:23:46.744078 2024-02-09T20:23:47.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:47 smithi157 conmon[41110]: +0000 mon.smithi150 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.150:0/3834985586' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:47.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:47 smithi157 conmon[41110]: audit 2024-02-09 2024-02-09T20:23:47.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:47 smithi157 conmon[41110]: T20:23:46.909683+0000 mon.smithi150 (mon.0) 528 : audit 2024-02-09T20:23:47.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:47 smithi157 conmon[41110]: [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:47.651 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":32,"num_osds":8,"num_up_osds":7,"osd_up_since":1707510226,"num_in_osds":8,"osd_in_since":1707510194,"num_remapped_pgs":0} 2024-02-09T20:23:48.653 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:23:49.205 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:48 smithi150 conmon[35634]: cluster 2024-02-09T20:23:47.485628+0000 mgr.smithi150.owatov (mgr.14180) 101 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-09T20:23:49.205 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:48 smithi150 conmon[35634]: cluster 2024-02-09T20:23:47.911905+0000 mon.smithi150 (mon.0) 529 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-02-09T20:23:49.205 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:48 smithi150 conmon[35634]: audit 2024-02-09T20:23:47.912007+0000 mon.smithi150 (mon.0) 530 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:49.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:48 smithi157 conmon[41110]: cluster 2024-02-09T20:23:47.485628+0000 mgr.smithi150.owatov (mgr.14180) 101 : cluster [DBG] 2024-02-09T20:23:49.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:48 smithi157 conmon[41110]: pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-09T20:23:49.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:48 smithi157 conmon[41110]: cluster 2024-02-09T20:23:47.911905+0000 mon.smithi150 (mon.0) 529 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-02-09T20:23:49.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:48 smithi157 conmon[41110]: audit 2024 2024-02-09T20:23:49.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:48 smithi157 conmon[41110]: -02-09T20:23:47.912007+0000 mon.smithi150 (mon.0) 530 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:50.943 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:23:51.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:50 smithi150 conmon[35634]: cluster 2024-02-09T20:23:49.485959+0000 mgr.smithi150.owatov (mgr.14180) 102 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-09T20:23:51.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:50 smithi150 conmon[35634]: audit 2024-02-09T20:23:50.067707+0000 mon.smithi150 (mon.0) 531 : audit [INF] from='osd.7 [v2:172.21.15.150:6826/2070596566,v1:172.21.15.150:6827/2070596566]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-09T20:23:51.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:50 smithi150 conmon[35634]: audit 2024-02-09T20:23:50.335300+0000 mon.smithi150 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:51.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:50 smithi150 conmon[35634]: audit 2024-02-09T20:23:50.337561+0000 mon.smithi150 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:23:51.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:50 smithi157 conmon[41110]: cluster 2024-02-09T20:23:49.485959+0000 mgr.smithi150.owatov (mgr.14180) 102 : 2024-02-09T20:23:51.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:50 smithi157 conmon[41110]: cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-09T20:23:51.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:50 smithi157 conmon[41110]: audit 2024-02-09T20:23:50.067707+0000 mon.smithi150 (mon.0) 531 : audit [INF] from='osd.7 [v2:172.21.15.150:6826/2070596566,v1:172.21.15.150:6827/2070596566]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-09T20:23:51.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:50 smithi157 conmon[41110]: audit 2024-02-09T20:23:50.335300+0000 mon.smithi150 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:51.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:50 smithi157 conmon[41110]: audit 2024-02-09T20:23:50.337561+0000 mon.smithi150 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:23:51.778 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":34,"num_osds":8,"num_up_osds":7,"osd_up_since":1707510226,"num_in_osds":8,"osd_in_since":1707510194,"num_remapped_pgs":0} 2024-02-09T20:23:52.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:51 smithi150 conmon[35634]: audit 2024-02-09T20:23:50.918212+0000 mon.smithi150 ( 2024-02-09T20:23:52.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:51 smithi150 conmon[35634]: mon.0) 534 : audit [INF] from='osd.7 [v2:172.21.15.150:6826/2070596566,v1:172.21.15.150:6827/2070596566]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-09T20:23:52.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:51 smithi150 conmon[35634]: cluster 2024-02-09T20:23:50.918257+0000 mon.smithi150 (mon.0) 535 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-02-09T20:23:52.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:51 smithi150 conmon[35634]: audit 2024-02-09T20:23:50.918365+0000 mon.smithi150 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:52.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:51 smithi150 conmon[35634]: audit 2024-02-09T20:23:50.918710+0000 mon.smithi150 (mon.0) 537 : audit [INF] from='osd.7 [v2:172.21.15.150:6826/2070596566,v1:172.21.15.150:6827/2070596566]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-02-09T20:23:52.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:51 smithi150 conmon[35634]: audit 2024-02-09T20:23:52.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:51 smithi150 conmon[35634]: 2024-02-09T20:23:50.941980+0000 mon.smithi150 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.150:0/2287785859' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:52.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:51 smithi157 conmon[41110]: audit 2024-02-09T20:23:50.918212+0000 mon.smithi150 (mon.0) 534 : audit [INF] from='osd.7 [v2:172.21.15.150:6826/2070596566,v1:172.21.15.150:6827/2070596566]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-09T20:23:52.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:51 smithi157 conmon[41110]: cluster 2024-02-09T20:23:50.918257+0000 mon.smithi150 (mon.0) 535 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-02-09T20:23:52.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:51 smithi157 conmon[41110]: audit 2024-02-09T20:23:50.918365+0000 mon.smithi150 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:52.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:51 smithi157 conmon[41110]: audit 2024-02-09T20:23:50.918710+0000 mon.smithi150 (mon.0) 537 : audit [INF] from='osd.7 [v2:172.21.15.150:6826/2070596566,v1:172.21.15.150:6827/2070596566]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-02-09T20:23:52.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:51 smithi157 conmon[41110]: audit 2024-02-09T20:23:50.941980+0000 mon.smithi150 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.150:0/2287785859' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:52.779 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:23:53.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:52 smithi150 conmon[35634]: cluster 2024-02-09T20:23:51.486203+0000 mgr.smithi150.owatov (mgr.14180) 103 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-09T20:23:53.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:52 smithi150 conmon[35634]: audit 2024-02-09T20:23:51.920569+0000 mon.smithi150 (mon.0) 539 : audit [INF] from='osd.7 [v2:172.21.15.150:6826/2070596566,v1:172.21.15.150:6827/2070596566]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-02-09T20:23:53.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:52 smithi150 conmon[35634]: cluster 2024-02-09T20:23:51.920638+0000 mon.smithi150 (mon.0) 540 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-09T20:23:53.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:52 smithi150 conmon[35634]: audit 2024-02-09T20:23:51.921013+0000 mon.smithi150 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:53.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:52 smithi150 conmon[35634]: audit 2024-02-09T20:23:51.925013+0000 mon.smithi150 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:53.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:52 smithi150 conmon[35634]: audit 2024-02-09T20:23:51.962910+0000 mon.smithi150 (mon.0) 543 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:53.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:52 smithi150 conmon[35634]: cluster 2024-02-09T20:23:52.784089+0000 mon.smithi150 (mon.0) 544 : cluster [INF] osd.7 [v2:172.21.15.150:6826/2070596566,v1:172.21.15.150:6827/2070596566] boot 2024-02-09T20:23:53.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:52 smithi150 conmon[35634]: cluster 2024-02-09T20:23:52.784161+0000 mon.smithi150 (mon.0) 545 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-02-09T20:23:53.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:52 smithi150 conmon[35634]: audit 2024-02-09T20:23:52.784814+0000 mon.smithi150 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:53.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:52 smithi157 conmon[41110]: cluster 2024-02-09T20:23:51.486203+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:23:53.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:52 smithi157 conmon[41110]: 103 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-09T20:23:53.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:52 smithi157 conmon[41110]: audit 2024-02-09T20:23:51.920569+0000 mon.smithi150 (mon.0) 539 : audit [INF] from='osd.7 [v2:172.21.15.150:6826/2070596566,v1:172.21.15.150:6827/2070596566]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-02-09T20:23:53.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:52 smithi157 conmon[41110]: cluster 2024-02-09T20:23:51.920638+0000 mon.smithi150 (mon.0) 540 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-09T20:23:53.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:52 smithi157 conmon[41110]: audit 2024-02-09T20:23:51.921013+0000 mon.smithi150 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:53.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:52 smithi157 conmon[41110]: audit 2024-02-09T20:23:51.925013+0000 mon.smithi150 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:53.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:52 smithi157 conmon[41110]: audit 2024-02-09T20:23:51.962910+0000 mon.smithi150 (mon.0) 543 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:53.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:52 smithi157 conmon[41110]: cluster 2024-02-09T20:23:52.784089+0000 mon.smithi150 (mon.0) 544 : cluster [INF] osd.7 [v2:172.21.15.150:6826/2070596566,v1:172.21.15.150:6827/2070596566] boot 2024-02-09T20:23:53.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:52 smithi157 conmon[41110]: cluster 2024-02-09T20:23:52.784161+0000 mon.smithi150 (mon.0) 545 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-02-09T20:23:53.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:52 smithi157 conmon[41110]: audit 2024-02-09T20:23:52.784814+0000 mon.smithi150 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:23:54.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:53 smithi150 conmon[35634]: cluster 2024-02-09T20:23:51.029965+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:23:54.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:53 smithi150 conmon[35634]: cluster 2024-02-09T20:23:51.030026+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:23:54.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:53 smithi150 conmon[35634]: cluster 2024-02-09T20:23:53.785518+0000 mon.smithi150 (mon.0) 547 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-02-09T20:23:54.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:53 smithi157 conmon[41110]: cluster 2024-02-09T20:23:51.029965+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:23:54.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:53 smithi157 conmon[41110]: cluster 2024-02-09T20:23:51.030026+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:23:54.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:53 smithi157 conmon[41110]: cluster 2024-02-09T20:23:53.785518+0000 mon.smithi150 (mon.0) 547 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-02-09T20:23:55.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:54 smithi150 conmon[35634]: cluster 2024-02-09T20:23:53.486480+0000 mgr.smithi150.owatov (mgr.14180) 104 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:23:55.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:54 smithi150 conmon[35634]: audit 2024-02-09T20:23:54.656251+0000 mon.smithi150 (mon.0) 548 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:55.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:54 smithi150 conmon[35634]: cluster 2024-02-09T20:23:54.785833+0000 mon.smithi150 (mon.0) 549 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-02-09T20:23:55.235 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:23:55.286 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:54 smithi157 conmon[41110]: cluster 2024-02-09T20:23:53.486480+0000 mgr.smithi150.owatov (mgr.14180) 104 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:23:55.286 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:54 smithi157 conmon[41110]: audit 2024-02-09T20:23:54.656251+0000 mon.smithi150 (mon.0) 548 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:55.286 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:54 smithi157 conmon[41110]: cluster 2024-02-09T20:23:54.785833+0000 mon.smithi150 (mon.0 2024-02-09T20:23:55.286 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:54 smithi157 conmon[41110]: ) 549 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-02-09T20:23:55.977 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":38,"num_osds":8,"num_up_osds":8,"osd_up_since":1707510232,"num_in_osds":8,"osd_in_since":1707510194,"num_remapped_pgs":0} 2024-02-09T20:23:55.977 INFO:tasks.cephadm:Setting up client nodes... 2024-02-09T20:23:55.978 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-09T20:23:56.004 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:55 smithi150 conmon[35634]: audit 2024-02-09T20:23:55.234026+0000 mon.smithi150 ( 2024-02-09T20:23:56.004 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:55 smithi150 conmon[35634]: mon.0) 550 : audit [DBG] from='client.? 172.21.15.150:0/49550478' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:56.004 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:55 smithi150 conmon[35634]: audit 2024-02-09T20:23:55.540935+0000 mon.smithi150 (mon.0) 551 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:56.004 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:55 smithi150 conmon[35634]: audit 2024-02-09T20:23:55.835619+0000 mon.smithi150 (mon.0) 552 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:23:56.004 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:55 smithi150 conmon[35634]: audit 2024-02-09T20:23:55.836227+0000 mon.smithi150 (mon.0) 553 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:23:56.005 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:55 smithi150 conmon[35634]: audit 2024-02-09T20:23:55.836756+0000 mon.smithi150 (mon.0) 554 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:23:56.005 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:55 smithi150 conmon[35634]: audit 2024-02-09T20:23:55.837259+0000 mon.smithi150 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:23:56.005 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:55 smithi150 conmon[35634]: audit 2024-02-09T20:23:55.843485+0000 mon.smithi150 (mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:56.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:55 smithi157 conmon[41110]: audit 2024-02-09T20:23:55.234026+0000 mon.smithi150 (mon. 2024-02-09T20:23:56.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:55 smithi157 conmon[41110]: 0) 550 : audit [DBG] from='client.? 172.21.15.150:0/49550478' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:23:56.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:55 smithi157 conmon[41110]: audit 2024-02-09T20:23:55.540935+0000 mon.smithi150 (mon.0) 551 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:56.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:55 smithi157 conmon[41110]: audit 2024-02-09T20:23:55.835619+0000 mon.smithi150 (mon.0) 552 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:23:56.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:55 smithi157 conmon[41110]: audit 2024-02-09T20:23:55.836227+0000 mon.smithi150 (mon.0) 553 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:23:56.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:55 smithi157 conmon[41110]: audit 2024-02-09T20:23:55.836756+0000 mon.smithi150 (mon.0) 554 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:23:56.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:55 smithi157 conmon[41110]: audit 2024-02-09T20:23:55.837259+0000 mon.smithi150 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:23:56.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:55 smithi157 conmon[41110]: audit 2024-02-09T20:23:55.843485+0000 mon.smithi150 (mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:23:57.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:56 smithi150 conmon[35634]: cluster 2024-02-09T20:23:55.486908+0000 mgr.smithi150.owatov (mgr.14180) 105 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:23:57.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:56 smithi150 conmon[35634]: cephadm 2024-02-09T20:23:55.535934+0000 mgr.smithi150.owatov (mgr.14180) 106 : cephadm [INF] Detected new or changed devices on smithi157 2024-02-09T20:23:57.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:56 smithi150 conmon[35634]: cephadm 2024-02-09T20:23:55.837672+0000 mgr.smithi150.owatov (mgr.14180) 107 : cephadm [INF] Adjusting osd_memory_target on smithi157 to 3990M 2024-02-09T20:23:57.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:56 smithi157 conmon[41110]: cluster 2024-02-09T20:23:55.486908+0000 2024-02-09T20:23:57.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:56 smithi157 conmon[41110]: mgr.smithi150.owatov (mgr.14180) 105 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:23:57.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:56 smithi157 conmon[41110]: cephadm 2024-02-09T20:23:55.535934+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:23:57.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:56 smithi157 conmon[41110]: 14180) 106 : cephadm [INF] Detected new or changed devices on smithi157 2024-02-09T20:23:57.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:56 smithi157 conmon[41110]: cephadm 2024-02-09T20:23:55. 2024-02-09T20:23:57.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:56 smithi157 conmon[41110]: 837672+0000 mgr.smithi150.owatov (mgr.14180) 107 : cephadm [INF] Adjusting osd_memory_target on smithi157 to 3990M 2024-02-09T20:23:58.341 INFO:teuthology.orchestra.run.smithi150.stdout:[client.0] 2024-02-09T20:23:58.341 INFO:teuthology.orchestra.run.smithi150.stdout: key = AQDeicZlIWcCFBAAdONl54CIkC7jgjzti4davA== 2024-02-09T20:23:59.203 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:58 smithi150 conmon[35634]: cluster 2024-02-09T20:23:57.487245+0000 mgr.smithi150.owatov (mgr.14180) 108 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:23:59.204 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:58 smithi150 conmon[35634]: audit 2024-02-09T20:23:58.335519+0000 mon.smithi150 (mon.0) 557 : audit [INF] from='client.? 172.21.15.150:0/457840547' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-09T20:23:59.204 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:23:58 smithi150 conmon[35634]: audit 2024-02-09T20:23:58.338775+0000 mon.smithi150 (mon.0) 558 : audit [INF] from='client.? 172.21.15.150:0/457840547' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-09T20:23:59.222 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-09T20:23:59.222 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-09T20:23:59.222 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-09T20:23:59.309 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-09T20:23:59.345 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:58 smithi157 conmon[41110]: cluster 2024-02-09T20:23:57.487245+0000 mgr.smithi150.owatov (mgr.14180) 108 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:23:59.345 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:58 smithi157 conmon[41110]: audit 2024-02-09T20:23:58.335519+0000 mon.smithi150 (mon.0) 557 : audit [INF] from='client.? 172.21.15.150:0/457840547' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-09T20:23:59.345 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:23:58 smithi157 conmon[41110]: audit 2024-02-09T20:23:58.338775+0000 mon.smithi150 (mon.0) 558 : audit [INF] from='client.? 172.21.15.150:0/457840547' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-09T20:24:00.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:00 smithi150 conmon[35634]: cluster 2024-02-09T20:23:59.487636+0000 mgr.smithi150.owatov (mgr.14180) 109 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:00.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:00 smithi150 conmon[35634]: cephadm 2024-02-09T20:23:59.495530+0000 mgr.smithi150.owatov (mgr.14180) 110 : cephadm [INF] Detected new or changed devices on smithi150 2024-02-09T20:24:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:00 smithi150 conmon[35634]: audit 2024-02-09T20:23:59.500813+0000 mon.smithi150 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:24:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:00 smithi150 conmon[35634]: audit 2024-02-09T20:23:59.800366+0000 mon.smithi150 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:24:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:00 smithi150 conmon[35634]: audit 2024-02-09T20:23:59.800973+0000 mon.smithi150 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:24:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:00 smithi150 conmon[35634]: audit 2024-02-09T20:23:59.801476+0000 mon.smithi150 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:24:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:00 smithi150 conmon[35634]: audit 2024-02-09T20:23:59.801978+0000 mon.smithi150 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:24:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:00 smithi150 conmon[35634]: cephadm 2024-02-09T20:23:59.802359+0000 mgr.smithi150.owatov (mgr.14180) 111 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 3222M 2024-02-09T20:24:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:00 smithi150 conmon[35634]: audit 2024-02-09T20:23:59.808243+0000 mon.smithi150 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:24:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:00 smithi150 conmon[35634]: audit 2024-02-09T20:23:59.808990+0000 mon.smithi150 (mon.0) 565 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:24:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:00 smithi150 conmon[35634]: audit 2024-02-09T20:23:59.809570+0000 mon.smithi150 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:24:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:00 smithi150 conmon[35634]: audit 2024-02-09T20:23:59.815359+0000 mon.smithi150 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:24:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:00 smithi150 conmon[35634]: audit 2024-02-09T20:23:59.818706+0000 mon.smithi150 (mon.0) 568 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:24:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:00 smithi150 conmon[35634]: audit 2024-02-09T20:23:59.821353+0000 mon.smithi150 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-09T20:24:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:00 smithi150 conmon[35634]: audit 2024-02-09T20:23:59.822188+0000 mon.smithi150 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-09T20:24:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:00 smithi150 conmon[35634]: audit 2024-02-09T20:23:59.822358+0000 mon.smithi150 (mon.0) 571 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:24:00.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:00 smithi150 conmon[35634]: audit 2024-02-09T20:23:59.822766+0000 mon.smithi150 (mon.0) 572 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:24:00.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:00 smithi157 conmon[41110]: cluster 2024-02-09T20:23:59.487636+0000 mgr.smithi150.owatov (mgr.14180) 109 2024-02-09T20:24:00.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:00 smithi157 conmon[41110]: : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:00.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:00 smithi157 conmon[41110]: cephadm 2024-02-09T20:23:59.495530+0000 mgr.smithi150.owatov (mgr.14180) 110 : cephadm [INF] Detected new or changed devices on smithi150 2024-02-09T20:24:00.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:00 smithi157 conmon[41110]: audit 2024-02-09T20:23:59.500813+0000 mon.smithi150 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:24:00.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:00 smithi157 conmon[41110]: audit 2024-02-09T20:23:59.800366+0000 mon.smithi150 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:24:00.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:00 smithi157 conmon[41110]: audit 2024-02-09T20:23:59.800973+0000 mon.smithi150 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:24:00.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:00 smithi157 conmon[41110]: audit 2024-02-09T20:23:59.801476+0000 mon.smithi150 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:24:00.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:00 smithi157 conmon[41110]: audit 2024-02-09T20:23:59.801978+0000 mon.smithi150 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:24:00.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:00 smithi157 conmon[41110]: cephadm 2024-02-09T20:23:59.802359+0000 mgr.smithi150.owatov (mgr.14180) 111 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 3222M 2024-02-09T20:24:00.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:00 smithi157 conmon[41110]: audit 2024-02-09T20:23:59.808243+0000 mon.smithi150 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:24:00.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:00 smithi157 conmon[41110]: audit 2024-02-09T20:23:59.808990+0000 mon.smithi150 (mon.0) 565 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:24:00.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:00 smithi157 conmon[41110]: audit 2024-02-09T20:23:59.809570+0000 mon.smithi150 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:24:00.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:00 smithi157 conmon[41110]: audit 2024-02-09T20:23:59.815359+0000 mon.smithi150 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:24:00.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:00 smithi157 conmon[41110]: audit 2024-02-09T20:23:59.818706+0000 mon.smithi150 (mon.0) 568 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:24:00.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:00 smithi157 conmon[41110]: audit 2024-02-09T20:23:59.821353+0000 mon.smithi150 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-09T20:24:00.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:00 smithi157 conmon[41110]: audit 2024-02-09T20:23:59.822188+0000 mon.smithi150 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-09T20:24:00.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:00 smithi157 conmon[41110]: audit 2024-02-09T20:23:59.822358+0000 mon.smithi150 (mon.0) 571 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:24:00.885 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:00 smithi157 conmon[41110]: audit 2024-02-09T20:23:59.822766+0000 mon.smithi150 (mon.0) 572 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:24:01.348 INFO:teuthology.orchestra.run.smithi157.stdout:[client.1] 2024-02-09T20:24:01.348 INFO:teuthology.orchestra.run.smithi157.stdout: key = AQDhicZlG1J7FBAAQkUdLqYrFH42MYuJQoa/DA== 2024-02-09T20:24:01.846 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:01 smithi157 conmon[41110]: audit 2024-02-09T20:24:01.342877+0000 mon.smithi157 (mon.1) 20 : audit [INF] from='client.? 172.21.15.157:0/948384191' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-09T20:24:01.846 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:01 smithi157 conmon[41110]: audit 2024-02-09T20:24:01.343484+0000 mon.smithi150 (mon.0) 573 : 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-09T20:24:01.846 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:01 smithi157 conmon[41110]: audit 2024-02-09T20:24:01.346524+0000 mon.smithi150 (mon.0) 574 : 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-09T20:24:01.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:01 smithi150 conmon[35634]: audit 2024-02-09T20:24:01.342877+0000 mon.smithi157 (mon.1) 20 : audit 2024-02-09T20:24:01.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:01 smithi150 conmon[35634]: [INF] from='client.? 172.21.15.157:0/948384191' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-09T20:24:01.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:01 smithi150 conmon[35634]: audit 2024-02-09T20:24:01.343484+0000 mon.smithi150 (mon.0) 573 : 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-09T20:24:01.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:01 smithi150 conmon[35634]: audit 2024-02-09T20:24:01.346524+0000 mon.smithi150 (mon.0) 574 : 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-09T20:24:02.486 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-02-09T20:24:02.486 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-09T20:24:02.486 DEBUG:teuthology.orchestra.run.smithi157:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-09T20:24:02.553 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:02 smithi157 conmon[41110]: cluster 2024-02-09T20:24:01.487941+0000 mgr.smithi150.owatov (mgr.14180) 112 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:02.569 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-09T20:24:02.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:02 smithi150 conmon[35634]: cluster 2024-02-09T20:24:01.487941+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:24:02.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:02 smithi150 conmon[35634]: 112 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:03.016 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/config 2024-02-09T20:24:04.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:04 smithi150 conmon[35634]: cluster 2024-02-09T20:24:03.488436+0000 mgr.smithi150.owatov (mgr.14180) 113 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:04.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:04 smithi157 conmon[41110]: cluster 2024-02-09T20:24:03.488436+0000 mgr.smithi150.owatov (mgr.14180) 113 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:05.267 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:24:05.267 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":38,"fsid":"8452f3e0-c788-11ee-95b8-87774f69a715","created":"2024-02-09T20:20:13.389359+0000","modified":"2024-02-09T20:23:54.782350+0000","last_up_change":"2024-02-09T20:23:52.779773+0000","last_in_change":"2024-02-09T20:23:14.630257+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-09T20:23:35.465201+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":"24","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":"cebb91a7-67fd-4e69-9a91-8defc883bb31","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6800","nonce":156865176},{"type":"v1","addr":"172.21.15.157:6801","nonce":156865176}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6802","nonce":156865176},{"type":"v1","addr":"172.21.15.157:6803","nonce":156865176}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6806","nonce":156865176},{"type":"v1","addr":"172.21.15.157:6807","nonce":156865176}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6804","nonce":156865176},{"type":"v1","addr":"172.21.15.157:6805","nonce":156865176}]},"public_addr":"172.21.15.157:6801/156865176","cluster_addr":"172.21.15.157:6803/156865176","heartbeat_back_addr":"172.21.15.157:6807/156865176","heartbeat_front_addr":"172.21.15.157:6805/156865176","state":["exists","up"]},{"osd":1,"uuid":"94bd0e02-ab57-49e7-89f3-b4ab57360497","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6802","nonce":540756253},{"type":"v1","addr":"172.21.15.150:6803","nonce":540756253}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6804","nonce":540756253},{"type":"v1","addr":"172.21.15.150:6805","nonce":540756253}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6808","nonce":540756253},{"type":"v1","addr":"172.21.15.150:6809","nonce":540756253}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6806","nonce":540756253},{"type":"v1","addr":"172.21.15.150:6807","nonce":540756253}]},"public_addr":"172.21.15.150:6803/540756253","cluster_addr":"172.21.15.150:6805/540756253","heartbeat_back_addr":"172.21.15.150:6809/540756253","heartbeat_front_addr":"172.21.15.150:6807/540756253","state":["exists","up"]},{"osd":2,"uuid":"fe329fe8-6821-4b47-8362-f2a62aeae22f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6808","nonce":1863822189},{"type":"v1","addr":"172.21.15.157:6809","nonce":1863822189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6810","nonce":1863822189},{"type":"v1","addr":"172.21.15.157:6811","nonce":1863822189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6814","nonce":1863822189},{"type":"v1","addr":"172.21.15.157:6815","nonce":1863822189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6812","nonce":1863822189},{"type":"v1","addr":"172.21.15.157:6813","nonce":1863822189}]},"public_addr":"172.21.15.157:6809/1863822189","cluster_addr":"172.21.15.157:6811/1863822189","heartbeat_back_addr":"172.21.15.157:6815/1863822189","heartbeat_front_addr":"172.21.15.157:6813/1863822189","state":["exists","up"]},{"osd":3,"uuid":"b2859b98-4d66-4689-a40a-34188c78e4dc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6810","nonce":730141508},{"type":"v1","addr":"172.21.15.150:6811","nonce":730141508}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6812","nonce":730141508},{"type":"v1","addr":"172.21.15.150:6813","nonce":730141508}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6816","nonce":730141508},{"type":"v1","addr":"172.21.15.150:6817","nonce":730141508}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6814","nonce":730141508},{"type":"v1","addr":"172.21.15.150:6815","nonce":730141508}]},"public_addr":"172.21.15.150:6811/730141508","cluster_addr":"172.21.15.150:6813/730141508","heartbeat_back_addr":"172.21.15.150:6817/730141508","heartbeat_front_addr":"172.21.15.150:6815/730141508","state":["exists","up"]},{"osd":4,"uuid":"53aa9e4c-0489-45d1-8046-db3dba010d91","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.157:6816","nonce":1686767325},{"type":"v1","addr":"172.21.15.157:6817","nonce":1686767325}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6818","nonce":1686767325},{"type":"v1","addr":"172.21.15.157:6819","nonce":1686767325}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6822","nonce":1686767325},{"type":"v1","addr":"172.21.15.157:6823","nonce":1686767325}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6820","nonce":1686767325},{"type":"v1","addr":"172.21.15.157:6821","nonce":1686767325}]},"public_addr":"172.21.15.157:6817/1686767325","cluster_addr":"172.21.15.157:6819/1686767325","heartbeat_back_addr":"172.21.15.157:6823/1686767325","heartbeat_front_addr":"172.21.15.157:6821/1686767325","state":["exists","up"]},{"osd":5,"uuid":"fdd1f007-02f6-4cfe-9e6f-e7771dfe64ea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6818","nonce":702986439},{"type":"v1","addr":"172.21.15.150:6819","nonce":702986439}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6820","nonce":702986439},{"type":"v1","addr":"172.21.15.150:6821","nonce":702986439}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6824","nonce":702986439},{"type":"v1","addr":"172.21.15.150:6825","nonce":702986439}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6822","nonce":702986439},{"type":"v1","addr":"172.21.15.150:6823","nonce":702986439}]},"public_addr":"172.21.15.150:6819/702986439","cluster_addr":"172.21.15.150:6821/702986439","heartbeat_back_addr":"172.21.15.150:6825/702986439","heartbeat_front_addr":"172.21.15.150:6823/702986439","state":["exists","up"]},{"osd":6,"uuid":"fba37b22-6e3f-429a-8f88-cc58223353bd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6824","nonce":1027506705},{"type":"v1","addr":"172.21.15.157:6825","nonce":1027506705}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6826","nonce":1027506705},{"type":"v1","addr":"172.21.15.157:6827","nonce":1027506705}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6830","nonce":1027506705},{"type":"v1","addr":"172.21.15.157:6831","nonce":1027506705}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6828","nonce":1027506705},{"type":"v1","addr":"172.21.15.157:6829","nonce":1027506705}]},"public_addr":"172.21.15.157:6825/1027506705","cluster_addr":"172.21.15.157:6827/1027506705","heartbeat_back_addr":"172.21.15.157:6831/1027506705","heartbeat_front_addr":"172.21.15.157:6829/1027506705","state":["exists","up"]},{"osd":7,"uuid":"a081167d-ca52-495e-a979-073b95b8b539","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6826","nonce":2070596566},{"type":"v1","addr":"172.21.15.150:6827","nonce":2070596566}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6828","nonce":2070596566},{"type":"v1","addr":"172.21.15.150:6829","nonce":2070596566}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6832","nonce":2070596566},{"type":"v1","addr":"172.21.15.150:6833","nonce":2070596566}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6830","nonce":2070596566},{"type":"v1","addr":"172.21.15.150:6831","nonce":2070596566}]},"public_addr":"172.21.15.150:6827/2070596566","cluster_addr":"172.21.15.150:6829/2070596566","heartbeat_back_addr":"172.21.15.150:6833/2070596566","heartbeat_front_addr":"172.21.15.150:6831/2070596566","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-09T20:23:28.567644+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-09T20:23:31.958517+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-09T20:23:33.334032+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-09T20:23:38.330208+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-09T20:23:38.127601+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-09T20:23:44.257628+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-09T20:23:43.377661+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-09T20:23:51.030029+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.150:0/3542312579":"2024-02-10T20:21:51.461540+0000","172.21.15.150:6801/1249114684":"2024-02-10T20:21:51.461540+0000","172.21.15.150:6800/1249114684":"2024-02-10T20:21:51.461540+0000","172.21.15.150:0/2718554908":"2024-02-10T20:21:51.461540+0000","172.21.15.150:6801/167669638":"2024-02-10T20:21:00.155439+0000","172.21.15.150:0/951285542":"2024-02-10T20:21:00.155439+0000","172.21.15.150:6800/167669638":"2024-02-10T20:21:00.155439+0000","172.21.15.150:0/3664420479":"2024-02-10T20:20:34.392266+0000","172.21.15.150:0/1726744461":"2024-02-10T20:21:00.155439+0000","172.21.15.150:6800/27706050":"2024-02-10T20:20:34.392266+0000","172.21.15.150:6801/27706050":"2024-02-10T20:20:34.392266+0000","172.21.15.150:0/305639":"2024-02-10T20:20:34.392266+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-09T20:24:05.843 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:05 smithi157 conmon[41110]: audit 2024-02-09T20:24:05.264312+0000 mon.smithi150 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.150:0/3597588369' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-09T20:24:05.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:05 smithi150 conmon[35634]: audit 2024-02-09T20:24:05.264312+0000 mon.smithi150 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.150:0/3597588369' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-09T20:24:06.279 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-09T20:23:35.465201+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': '24', '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-09T20:24:06.279 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-09T20:24:06.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:06 smithi150 conmon[35634]: cluster 2024-02-09T20:24:05.488708+0000 2024-02-09T20:24:06.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:06 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14180) 114 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:06.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:06 smithi157 conmon[41110]: cluster 2024-02-09T20:24:05.488708+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:24:06.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:06 smithi157 conmon[41110]: ) 114 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:06.673 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/config 2024-02-09T20:24:08.326 INFO:teuthology.orchestra.run.smithi150.stdout:pg_num: 1 2024-02-09T20:24:08.845 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:08 smithi157 conmon[41110]: cluster 2024-02-09T20:24:07.489023+0000 mgr.smithi150.owatov (mgr.14180) 115 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:08.845 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:08 smithi157 conmon[41110]: audit 2024-02-09T20:24:08.324330+0000 mon.smithi150 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.150:0/1941906840' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-09T20:24:08.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:08 smithi150 conmon[35634]: cluster 2024-02-09T20:24:07.489023+0000 mgr.smithi150.owatov (mgr.14180) 115 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:08.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:08 smithi150 conmon[35634]: audit 2024-02-09T20:24:08.324330+0000 mon.smithi150 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.150:0/1941906840' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-09T20:24:09.156 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-09T20:24:09.156 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-09T20:24:09.156 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph mgr dump --format=json 2024-02-09T20:24:09.604 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/config 2024-02-09T20:24:10.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:10 smithi150 conmon[35634]: cluster 2024-02-09T20:24:09.489386+0000 mgr.smithi150.owatov (mgr.14180) 116 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:10.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:10 smithi150 conmon[35634]: audit 2024-02-09T20:24:09.631376+0000 mon.smithi150 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:24:10.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:10 smithi157 conmon[41110]: cluster 2024-02-09T20:24:09.489386+0000 mgr.smithi150.owatov (mgr.14180) 116 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:10.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:10 smithi157 conmon[41110]: audit 2024-02-09T20:24:09.631376+0000 mon.smithi150 (mon.0) 577 2024-02-09T20:24:10.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:10 smithi157 conmon[41110]: : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:24:11.550 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:24:11.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:11 smithi150 conmon[35634]: audit 2024-02-09T20:24:10.768082+0000 mon.smithi150 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:24:11.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:11 smithi150 conmon[35634]: audit 2024-02-09T20:24:11.544209+0000 mon.smithi150 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.150:0/3298866365' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-09T20:24:12.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:11 smithi157 conmon[41110]: audit 2024-02-09T20:24:10.768082+0000 mon.smithi150 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:24:12.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:11 smithi157 conmon[41110]: audit 2024-02-09T20:24:11.544209+0000 mon.smithi150 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.150:0/3298866365' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-09T20:24:12.159 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi150.owatov","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6800","nonce":3139238856},{"type":"v1","addr":"172.21.15.150:6801","nonce":3139238856}]},"active_addr":"172.21.15.150:6801/3139238856","active_change":"2024-02-09T20:21:51.461645+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14202,"name":"smithi157.oefvpo","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.150:8443/","prometheus":"http://172.21.15.150: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.150:0","nonce":2557082100}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.150:0","nonce":4133253078}]}]} 2024-02-09T20:24:12.162 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-09T20:24:12.162 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-09T20:24:12.162 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-09T20:24:12.494 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/config 2024-02-09T20:24:12.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:12 smithi157 conmon[41110]: cluster 2024-02-09T20:24:11.489709+0000 mgr.smithi150.owatov (mgr.14180) 117 2024-02-09T20:24:12.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:12 smithi157 conmon[41110]: : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:13.085 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:12 smithi150 conmon[35634]: cluster 2024-02-09T20:24:11.489709+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:24:13.085 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:12 smithi150 conmon[35634]: 117 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:14.131 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:24:14.131 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":38,"fsid":"8452f3e0-c788-11ee-95b8-87774f69a715","created":"2024-02-09T20:20:13.389359+0000","modified":"2024-02-09T20:23:54.782350+0000","last_up_change":"2024-02-09T20:23:52.779773+0000","last_in_change":"2024-02-09T20:23:14.630257+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-09T20:23:35.465201+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":"24","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":"cebb91a7-67fd-4e69-9a91-8defc883bb31","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6800","nonce":156865176},{"type":"v1","addr":"172.21.15.157:6801","nonce":156865176}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6802","nonce":156865176},{"type":"v1","addr":"172.21.15.157:6803","nonce":156865176}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6806","nonce":156865176},{"type":"v1","addr":"172.21.15.157:6807","nonce":156865176}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6804","nonce":156865176},{"type":"v1","addr":"172.21.15.157:6805","nonce":156865176}]},"public_addr":"172.21.15.157:6801/156865176","cluster_addr":"172.21.15.157:6803/156865176","heartbeat_back_addr":"172.21.15.157:6807/156865176","heartbeat_front_addr":"172.21.15.157:6805/156865176","state":["exists","up"]},{"osd":1,"uuid":"94bd0e02-ab57-49e7-89f3-b4ab57360497","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6802","nonce":540756253},{"type":"v1","addr":"172.21.15.150:6803","nonce":540756253}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6804","nonce":540756253},{"type":"v1","addr":"172.21.15.150:6805","nonce":540756253}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6808","nonce":540756253},{"type":"v1","addr":"172.21.15.150:6809","nonce":540756253}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6806","nonce":540756253},{"type":"v1","addr":"172.21.15.150:6807","nonce":540756253}]},"public_addr":"172.21.15.150:6803/540756253","cluster_addr":"172.21.15.150:6805/540756253","heartbeat_back_addr":"172.21.15.150:6809/540756253","heartbeat_front_addr":"172.21.15.150:6807/540756253","state":["exists","up"]},{"osd":2,"uuid":"fe329fe8-6821-4b47-8362-f2a62aeae22f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6808","nonce":1863822189},{"type":"v1","addr":"172.21.15.157:6809","nonce":1863822189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6810","nonce":1863822189},{"type":"v1","addr":"172.21.15.157:6811","nonce":1863822189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6814","nonce":1863822189},{"type":"v1","addr":"172.21.15.157:6815","nonce":1863822189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6812","nonce":1863822189},{"type":"v1","addr":"172.21.15.157:6813","nonce":1863822189}]},"public_addr":"172.21.15.157:6809/1863822189","cluster_addr":"172.21.15.157:6811/1863822189","heartbeat_back_addr":"172.21.15.157:6815/1863822189","heartbeat_front_addr":"172.21.15.157:6813/1863822189","state":["exists","up"]},{"osd":3,"uuid":"b2859b98-4d66-4689-a40a-34188c78e4dc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6810","nonce":730141508},{"type":"v1","addr":"172.21.15.150:6811","nonce":730141508}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6812","nonce":730141508},{"type":"v1","addr":"172.21.15.150:6813","nonce":730141508}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6816","nonce":730141508},{"type":"v1","addr":"172.21.15.150:6817","nonce":730141508}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6814","nonce":730141508},{"type":"v1","addr":"172.21.15.150:6815","nonce":730141508}]},"public_addr":"172.21.15.150:6811/730141508","cluster_addr":"172.21.15.150:6813/730141508","heartbeat_back_addr":"172.21.15.150:6817/730141508","heartbeat_front_addr":"172.21.15.150:6815/730141508","state":["exists","up"]},{"osd":4,"uuid":"53aa9e4c-0489-45d1-8046-db3dba010d91","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.157:6816","nonce":1686767325},{"type":"v1","addr":"172.21.15.157:6817","nonce":1686767325}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6818","nonce":1686767325},{"type":"v1","addr":"172.21.15.157:6819","nonce":1686767325}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6822","nonce":1686767325},{"type":"v1","addr":"172.21.15.157:6823","nonce":1686767325}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6820","nonce":1686767325},{"type":"v1","addr":"172.21.15.157:6821","nonce":1686767325}]},"public_addr":"172.21.15.157:6817/1686767325","cluster_addr":"172.21.15.157:6819/1686767325","heartbeat_back_addr":"172.21.15.157:6823/1686767325","heartbeat_front_addr":"172.21.15.157:6821/1686767325","state":["exists","up"]},{"osd":5,"uuid":"fdd1f007-02f6-4cfe-9e6f-e7771dfe64ea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6818","nonce":702986439},{"type":"v1","addr":"172.21.15.150:6819","nonce":702986439}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6820","nonce":702986439},{"type":"v1","addr":"172.21.15.150:6821","nonce":702986439}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6824","nonce":702986439},{"type":"v1","addr":"172.21.15.150:6825","nonce":702986439}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6822","nonce":702986439},{"type":"v1","addr":"172.21.15.150:6823","nonce":702986439}]},"public_addr":"172.21.15.150:6819/702986439","cluster_addr":"172.21.15.150:6821/702986439","heartbeat_back_addr":"172.21.15.150:6825/702986439","heartbeat_front_addr":"172.21.15.150:6823/702986439","state":["exists","up"]},{"osd":6,"uuid":"fba37b22-6e3f-429a-8f88-cc58223353bd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6824","nonce":1027506705},{"type":"v1","addr":"172.21.15.157:6825","nonce":1027506705}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6826","nonce":1027506705},{"type":"v1","addr":"172.21.15.157:6827","nonce":1027506705}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6830","nonce":1027506705},{"type":"v1","addr":"172.21.15.157:6831","nonce":1027506705}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6828","nonce":1027506705},{"type":"v1","addr":"172.21.15.157:6829","nonce":1027506705}]},"public_addr":"172.21.15.157:6825/1027506705","cluster_addr":"172.21.15.157:6827/1027506705","heartbeat_back_addr":"172.21.15.157:6831/1027506705","heartbeat_front_addr":"172.21.15.157:6829/1027506705","state":["exists","up"]},{"osd":7,"uuid":"a081167d-ca52-495e-a979-073b95b8b539","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6826","nonce":2070596566},{"type":"v1","addr":"172.21.15.150:6827","nonce":2070596566}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6828","nonce":2070596566},{"type":"v1","addr":"172.21.15.150:6829","nonce":2070596566}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6832","nonce":2070596566},{"type":"v1","addr":"172.21.15.150:6833","nonce":2070596566}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6830","nonce":2070596566},{"type":"v1","addr":"172.21.15.150:6831","nonce":2070596566}]},"public_addr":"172.21.15.150:6827/2070596566","cluster_addr":"172.21.15.150:6829/2070596566","heartbeat_back_addr":"172.21.15.150:6833/2070596566","heartbeat_front_addr":"172.21.15.150:6831/2070596566","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-09T20:23:28.567644+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-09T20:23:31.958517+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-09T20:23:33.334032+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-09T20:23:38.330208+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-09T20:23:38.127601+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-09T20:23:44.257628+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-09T20:23:43.377661+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-09T20:23:51.030029+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.150:0/3542312579":"2024-02-10T20:21:51.461540+0000","172.21.15.150:6801/1249114684":"2024-02-10T20:21:51.461540+0000","172.21.15.150:6800/1249114684":"2024-02-10T20:21:51.461540+0000","172.21.15.150:0/2718554908":"2024-02-10T20:21:51.461540+0000","172.21.15.150:6801/167669638":"2024-02-10T20:21:00.155439+0000","172.21.15.150:0/951285542":"2024-02-10T20:21:00.155439+0000","172.21.15.150:6800/167669638":"2024-02-10T20:21:00.155439+0000","172.21.15.150:0/3664420479":"2024-02-10T20:20:34.392266+0000","172.21.15.150:0/1726744461":"2024-02-10T20:21:00.155439+0000","172.21.15.150:6800/27706050":"2024-02-10T20:20:34.392266+0000","172.21.15.150:6801/27706050":"2024-02-10T20:20:34.392266+0000","172.21.15.150:0/305639":"2024-02-10T20:20:34.392266+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-09T20:24:14.684 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-09T20:24:14.684 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-09T20:24:15.025 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/config 2024-02-09T20:24:15.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:14 smithi150 conmon[35634]: cluster 2024-02-09T20:24:13.490001+0000 mgr.smithi150.owatov (mgr.14180) 118 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:15.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:14 smithi150 conmon[35634]: audit 2024-02-09T20:24:14.128264+0000 mon.smithi150 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.150:0/2131024871' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-09T20:24:15.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:14 smithi157 conmon[41110]: cluster 2024-02-09T20:24:13.490001+0000 mgr.smithi150.owatov (mgr.14180) 118 : cluster [DBG] 2024-02-09T20:24:15.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:14 smithi157 conmon[41110]: pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:15.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:14 smithi157 conmon[41110]: audit 2024-02-09T20:24:14.128264+0000 mon.smithi150 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.150:0/2131024871' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-09T20:24:16.625 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:24:16.625 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":38,"fsid":"8452f3e0-c788-11ee-95b8-87774f69a715","created":"2024-02-09T20:20:13.389359+0000","modified":"2024-02-09T20:23:54.782350+0000","last_up_change":"2024-02-09T20:23:52.779773+0000","last_in_change":"2024-02-09T20:23:14.630257+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-09T20:23:35.465201+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":"24","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":"cebb91a7-67fd-4e69-9a91-8defc883bb31","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6800","nonce":156865176},{"type":"v1","addr":"172.21.15.157:6801","nonce":156865176}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6802","nonce":156865176},{"type":"v1","addr":"172.21.15.157:6803","nonce":156865176}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6806","nonce":156865176},{"type":"v1","addr":"172.21.15.157:6807","nonce":156865176}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6804","nonce":156865176},{"type":"v1","addr":"172.21.15.157:6805","nonce":156865176}]},"public_addr":"172.21.15.157:6801/156865176","cluster_addr":"172.21.15.157:6803/156865176","heartbeat_back_addr":"172.21.15.157:6807/156865176","heartbeat_front_addr":"172.21.15.157:6805/156865176","state":["exists","up"]},{"osd":1,"uuid":"94bd0e02-ab57-49e7-89f3-b4ab57360497","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6802","nonce":540756253},{"type":"v1","addr":"172.21.15.150:6803","nonce":540756253}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6804","nonce":540756253},{"type":"v1","addr":"172.21.15.150:6805","nonce":540756253}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6808","nonce":540756253},{"type":"v1","addr":"172.21.15.150:6809","nonce":540756253}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6806","nonce":540756253},{"type":"v1","addr":"172.21.15.150:6807","nonce":540756253}]},"public_addr":"172.21.15.150:6803/540756253","cluster_addr":"172.21.15.150:6805/540756253","heartbeat_back_addr":"172.21.15.150:6809/540756253","heartbeat_front_addr":"172.21.15.150:6807/540756253","state":["exists","up"]},{"osd":2,"uuid":"fe329fe8-6821-4b47-8362-f2a62aeae22f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6808","nonce":1863822189},{"type":"v1","addr":"172.21.15.157:6809","nonce":1863822189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6810","nonce":1863822189},{"type":"v1","addr":"172.21.15.157:6811","nonce":1863822189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6814","nonce":1863822189},{"type":"v1","addr":"172.21.15.157:6815","nonce":1863822189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6812","nonce":1863822189},{"type":"v1","addr":"172.21.15.157:6813","nonce":1863822189}]},"public_addr":"172.21.15.157:6809/1863822189","cluster_addr":"172.21.15.157:6811/1863822189","heartbeat_back_addr":"172.21.15.157:6815/1863822189","heartbeat_front_addr":"172.21.15.157:6813/1863822189","state":["exists","up"]},{"osd":3,"uuid":"b2859b98-4d66-4689-a40a-34188c78e4dc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6810","nonce":730141508},{"type":"v1","addr":"172.21.15.150:6811","nonce":730141508}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6812","nonce":730141508},{"type":"v1","addr":"172.21.15.150:6813","nonce":730141508}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6816","nonce":730141508},{"type":"v1","addr":"172.21.15.150:6817","nonce":730141508}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6814","nonce":730141508},{"type":"v1","addr":"172.21.15.150:6815","nonce":730141508}]},"public_addr":"172.21.15.150:6811/730141508","cluster_addr":"172.21.15.150:6813/730141508","heartbeat_back_addr":"172.21.15.150:6817/730141508","heartbeat_front_addr":"172.21.15.150:6815/730141508","state":["exists","up"]},{"osd":4,"uuid":"53aa9e4c-0489-45d1-8046-db3dba010d91","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.157:6816","nonce":1686767325},{"type":"v1","addr":"172.21.15.157:6817","nonce":1686767325}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6818","nonce":1686767325},{"type":"v1","addr":"172.21.15.157:6819","nonce":1686767325}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6822","nonce":1686767325},{"type":"v1","addr":"172.21.15.157:6823","nonce":1686767325}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6820","nonce":1686767325},{"type":"v1","addr":"172.21.15.157:6821","nonce":1686767325}]},"public_addr":"172.21.15.157:6817/1686767325","cluster_addr":"172.21.15.157:6819/1686767325","heartbeat_back_addr":"172.21.15.157:6823/1686767325","heartbeat_front_addr":"172.21.15.157:6821/1686767325","state":["exists","up"]},{"osd":5,"uuid":"fdd1f007-02f6-4cfe-9e6f-e7771dfe64ea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6818","nonce":702986439},{"type":"v1","addr":"172.21.15.150:6819","nonce":702986439}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6820","nonce":702986439},{"type":"v1","addr":"172.21.15.150:6821","nonce":702986439}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6824","nonce":702986439},{"type":"v1","addr":"172.21.15.150:6825","nonce":702986439}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6822","nonce":702986439},{"type":"v1","addr":"172.21.15.150:6823","nonce":702986439}]},"public_addr":"172.21.15.150:6819/702986439","cluster_addr":"172.21.15.150:6821/702986439","heartbeat_back_addr":"172.21.15.150:6825/702986439","heartbeat_front_addr":"172.21.15.150:6823/702986439","state":["exists","up"]},{"osd":6,"uuid":"fba37b22-6e3f-429a-8f88-cc58223353bd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6824","nonce":1027506705},{"type":"v1","addr":"172.21.15.157:6825","nonce":1027506705}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6826","nonce":1027506705},{"type":"v1","addr":"172.21.15.157:6827","nonce":1027506705}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6830","nonce":1027506705},{"type":"v1","addr":"172.21.15.157:6831","nonce":1027506705}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6828","nonce":1027506705},{"type":"v1","addr":"172.21.15.157:6829","nonce":1027506705}]},"public_addr":"172.21.15.157:6825/1027506705","cluster_addr":"172.21.15.157:6827/1027506705","heartbeat_back_addr":"172.21.15.157:6831/1027506705","heartbeat_front_addr":"172.21.15.157:6829/1027506705","state":["exists","up"]},{"osd":7,"uuid":"a081167d-ca52-495e-a979-073b95b8b539","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6826","nonce":2070596566},{"type":"v1","addr":"172.21.15.150:6827","nonce":2070596566}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6828","nonce":2070596566},{"type":"v1","addr":"172.21.15.150:6829","nonce":2070596566}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6832","nonce":2070596566},{"type":"v1","addr":"172.21.15.150:6833","nonce":2070596566}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6830","nonce":2070596566},{"type":"v1","addr":"172.21.15.150:6831","nonce":2070596566}]},"public_addr":"172.21.15.150:6827/2070596566","cluster_addr":"172.21.15.150:6829/2070596566","heartbeat_back_addr":"172.21.15.150:6833/2070596566","heartbeat_front_addr":"172.21.15.150:6831/2070596566","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-09T20:23:28.567644+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-09T20:23:31.958517+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-09T20:23:33.334032+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-09T20:23:38.330208+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-09T20:23:38.127601+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-09T20:23:44.257628+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-09T20:23:43.377661+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-09T20:23:51.030029+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.150:0/3542312579":"2024-02-10T20:21:51.461540+0000","172.21.15.150:6801/1249114684":"2024-02-10T20:21:51.461540+0000","172.21.15.150:6800/1249114684":"2024-02-10T20:21:51.461540+0000","172.21.15.150:0/2718554908":"2024-02-10T20:21:51.461540+0000","172.21.15.150:6801/167669638":"2024-02-10T20:21:00.155439+0000","172.21.15.150:0/951285542":"2024-02-10T20:21:00.155439+0000","172.21.15.150:6800/167669638":"2024-02-10T20:21:00.155439+0000","172.21.15.150:0/3664420479":"2024-02-10T20:20:34.392266+0000","172.21.15.150:0/1726744461":"2024-02-10T20:21:00.155439+0000","172.21.15.150:6800/27706050":"2024-02-10T20:20:34.392266+0000","172.21.15.150:6801/27706050":"2024-02-10T20:20:34.392266+0000","172.21.15.150:0/305639":"2024-02-10T20:20:34.392266+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-09T20:24:17.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:16 smithi150 conmon[35634]: cluster 2024-02-09T20:24:15.490309+0000 mgr.smithi150.owatov (mgr.14180) 119 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:17.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:16 smithi150 conmon[35634]: audit 2024-02-09T20:24:16.622769+0000 mon.smithi150 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.150:0/2217363037' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-09T20:24:17.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:16 smithi157 conmon[41110]: cluster 2024-02-09T20:24:15.490309+0000 mgr.smithi150.owatov (mgr.14180) 119 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:17.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:16 smithi157 conmon[41110]: 2024-02-09T20:24:17.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:16 smithi157 conmon[41110]: audit 2024-02-09T20:24:16.622769+0000 mon.smithi150 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.150:0/2217363037' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-09T20:24:17.201 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-09T20:24:17.541 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/config 2024-02-09T20:24:19.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:18 smithi150 conmon[35634]: cluster 2024-02-09T20:24:17.490621+0000 mgr.smithi150.owatov (mgr.14180) 120 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:19.093 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:18 smithi150 conmon[35634]: 2024-02-09T20:24:19.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:18 smithi157 conmon[41110]: cluster 2024-02-09T20:24:17.490621+0000 mgr.smithi150.owatov (mgr.14180) 120 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:19.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:18 smithi157 conmon[41110]: 2024-02-09T20:24:19.492 INFO:teuthology.orchestra.run.smithi150.stdout:68719476749 2024-02-09T20:24:19.492 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-09T20:24:19.826 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/config 2024-02-09T20:24:21.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:20 smithi150 conmon[35634]: cluster 2024-02-09T20:24:19.490891+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:24:21.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:20 smithi150 conmon[35634]: 14180) 121 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:21.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:20 smithi157 conmon[41110]: cluster 2024-02-09T20:24:19.490891+0000 mgr.smithi150.owatov (mgr.14180) 121 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:21.707 INFO:teuthology.orchestra.run.smithi150.stdout:81604378636 2024-02-09T20:24:21.707 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-09T20:24:22.039 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/config 2024-02-09T20:24:22.992 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:22 smithi150 conmon[35634]: cluster 2024-02-09T20:24:21.491153+0000 mgr.smithi150.owatov (mgr.14180) 122 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:23.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:22 smithi157 conmon[41110]: cluster 2024-02-09T20:24:21.491153+0000 mgr.smithi150.owatov (mgr.14180) 122 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:23.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:22 smithi157 conmon[41110]: 2024-02-09T20:24:23.967 INFO:teuthology.orchestra.run.smithi150.stdout:90194313229 2024-02-09T20:24:23.967 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-09T20:24:24.312 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/config 2024-02-09T20:24:25.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:24 smithi150 conmon[35634]: cluster 2024-02-09T20:24:23.491446+0000 mgr.smithi150.owatov (mgr.14180) 123 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:25.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:24 smithi157 conmon[41110]: cluster 2024-02-09T20:24:23.491446+0000 mgr.smithi150.owatov (mgr.14180) 123 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:26.175 INFO:teuthology.orchestra.run.smithi150.stdout:111669149708 2024-02-09T20:24:26.175 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-09T20:24:26.509 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/config 2024-02-09T20:24:27.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:26 smithi150 conmon[35634]: cluster 2024-02-09T20:24:25.491775+0000 mgr.smithi150.owatov (mgr.14180) 124 2024-02-09T20:24:27.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:26 smithi150 conmon[35634]: : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:27.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:26 smithi157 conmon[41110]: cluster 2024-02-09T20:24:25.491775+0000 mgr.smithi150.owatov (mgr.14180) 124 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:28.425 INFO:teuthology.orchestra.run.smithi150.stdout:107374182412 2024-02-09T20:24:28.426 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-09T20:24:28.772 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/config 2024-02-09T20:24:29.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:28 smithi150 conmon[35634]: cluster 2024-02-09T20:24:27.492069+0000 mgr.smithi150.owatov (mgr.14180) 125 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:29.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:28 smithi157 conmon[41110]: cluster 2024-02-09T20:24:27.492069+0000 mgr.smithi150.owatov (mgr.14180) 125 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:30.674 INFO:teuthology.orchestra.run.smithi150.stdout:137438953484 2024-02-09T20:24:30.674 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-09T20:24:31.013 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/config 2024-02-09T20:24:31.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:30 smithi150 conmon[35634]: cluster 2024-02-09T20:24:29.492525+0000 mgr.smithi150.owatov (mgr.14180) 126 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:31.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:30 smithi157 conmon[41110]: cluster 2024-02-09T20:24:29.492525+0000 mgr.smithi150.owatov (mgr.14180) 126 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:31.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:30 smithi157 conmon[41110]: 2024-02-09T20:24:32.998 INFO:teuthology.orchestra.run.smithi150.stdout:133143986188 2024-02-09T20:24:32.998 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-09T20:24:33.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:32 smithi150 conmon[35634]: cluster 2024-02-09T20:24:31.492816+0000 mgr.smithi150.owatov (mgr.14180) 127 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:33.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:32 smithi157 conmon[41110]: cluster 2024-02-09T20:24:31.492816+0000 mgr.smithi150.owatov (mgr.14180) 127 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:33.330 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/config 2024-02-09T20:24:35.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:34 smithi150 conmon[35634]: cluster 2024-02-09T20:24:33.493182+0000 mgr.smithi150.owatov (mgr.14180) 128 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:35.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:34 smithi157 conmon[41110]: cluster 2024-02-09T20:24:33.493182+0000 mgr.smithi150.owatov (mgr.14180) 128 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:35.331 INFO:teuthology.orchestra.run.smithi150.stdout:154618822666 2024-02-09T20:24:35.332 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-09T20:24:35.669 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/config 2024-02-09T20:24:36.866 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:36 smithi150 conmon[35634]: cluster 2024-02-09T20:24:35.493551+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:24:36.867 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:36 smithi150 conmon[35634]: .14180) 129 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:37.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:36 smithi157 conmon[41110]: cluster 2024-02-09T20:24:35.493551+0000 mgr.smithi150.owatov (mgr.14180) 129 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:37.195 INFO:teuthology.orchestra.run.smithi150.stdout:68719476752 2024-02-09T20:24:37.765 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476749 got 68719476752 for osd.0 2024-02-09T20:24:37.765 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-09T20:24:38.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:37 smithi150 conmon[35634]: audit 2024-02-09T20:24:37.193555+0000 mon.smithi150 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.150:0/1318862108' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-09T20:24:38.108 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/config 2024-02-09T20:24:38.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:37 smithi157 conmon[41110]: audit 2024-02-09T20:24:37.193555+0000 mon.smithi150 (mon.0) 582 : audit [DBG] 2024-02-09T20:24:38.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:37 smithi157 conmon[41110]: from='client.? 172.21.15.150:0/1318862108' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-09T20:24:38.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:38 smithi150 conmon[35634]: cluster 2024-02-09T20:24:37.493875+0000 mgr.smithi150.owatov (mgr.14180) 130 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:39.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:38 smithi157 conmon[41110]: cluster 2024-02-09T20:24:37.493875+0000 mgr.smithi150.owatov (mgr.14180) 130 : cluster [DBG] 2024-02-09T20:24:39.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:38 smithi157 conmon[41110]: pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:39.560 INFO:teuthology.orchestra.run.smithi150.stdout:81604378639 2024-02-09T20:24:39.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:39 smithi150 conmon[35634]: audit 2024-02-09T20:24:39.559085+0000 mon.smithi150 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.150:0/1244052819' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-09T20:24:40.123 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378636 got 81604378639 for osd.1 2024-02-09T20:24:40.123 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-09T20:24:40.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:39 smithi157 conmon[41110]: audit 2024-02-09T20:24:39.559085+0000 mon.smithi150 (mon.0) 583 : audit [DBG] 2024-02-09T20:24:40.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:39 smithi157 conmon[41110]: from='client.? 172.21.15.150:0/1244052819' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-09T20:24:40.463 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/config 2024-02-09T20:24:41.064 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:40 smithi150 conmon[35634]: cluster 2024-02-09T20:24:39.494230+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:24:41.064 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:40 smithi150 conmon[35634]: ) 131 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:41.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:40 smithi157 conmon[41110]: cluster 2024-02-09T20:24:39.494230+0000 mgr.smithi150.owatov (mgr.14180) 131 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:42.010 INFO:teuthology.orchestra.run.smithi150.stdout:90194313233 2024-02-09T20:24:42.530 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313229 got 90194313233 for osd.2 2024-02-09T20:24:42.531 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-09T20:24:42.870 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/config 2024-02-09T20:24:43.086 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:42 smithi150 conmon[35634]: cluster 2024-02-09T20:24:41.494574+0000 mgr.smithi150.owatov (mgr.14180) 132 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:43.086 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:42 smithi150 conmon[35634]: audit 2024-02-09T20:24:42.008433+0000 mon.smithi150 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.150:0/3602232895' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-09T20:24:43.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:42 smithi157 conmon[41110]: cluster 2024-02-09T20:24:41.494574+0000 mgr.smithi150.owatov (mgr.14180) 132 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:43.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:42 smithi157 conmon[41110]: audit 2024-02-09T20:24:42.008433+0000 mon.smithi150 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.150:0/3602232895' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-09T20:24:44.444 INFO:teuthology.orchestra.run.smithi150.stdout:111669149711 2024-02-09T20:24:45.013 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149708 got 111669149711 for osd.3 2024-02-09T20:24:45.013 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-09T20:24:45.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:44 smithi150 conmon[35634]: cluster 2024-02-09T20:24:43.495046+0000 mgr.smithi150.owatov (mgr.14180) 133 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:45.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:44 smithi150 conmon[35634]: audit 2024-02-09T20:24:44.442866+0000 mon.smithi150 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.150:0/526048336' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-09T20:24:45.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:44 smithi157 conmon[41110]: cluster 2024-02-09T20:24:43.495046+0000 mgr.smithi150.owatov (mgr.14180) 133 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:45.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:44 smithi157 conmon[41110]: audit 2024-02-09T20:24:44.442866+0000 mon.smithi150 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.150:0/526048336' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-09T20:24:45.349 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/config 2024-02-09T20:24:46.794 INFO:teuthology.orchestra.run.smithi150.stdout:107374182416 2024-02-09T20:24:47.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:46 smithi150 conmon[35634]: cluster 2024-02-09T20:24:45.495540+0000 mgr.smithi150.owatov (mgr.14180) 134 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:47.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:46 smithi150 conmon[35634]: audit 2024-02-09T20: 2024-02-09T20:24:47.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:46 smithi150 conmon[35634]: 24:46.792906+0000 mon.smithi150 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.150:0/3785204341' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-09T20:24:47.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:46 smithi157 conmon[41110]: cluster 2024-02-09T20:24:45.495540+0000 mgr.smithi150.owatov (mgr.14180) 134 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:47.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:46 smithi157 conmon[41110]: audit 2024-02-09T20:24:46.792906+0000 mon.smithi150 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.150:0/3785204341' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-09T20:24:47.337 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182412 got 107374182416 for osd.4 2024-02-09T20:24:47.337 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-09T20:24:47.675 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/config 2024-02-09T20:24:48.884 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:48 smithi150 conmon[35634]: cluster 2024-02-09T20:24:47.495831+0000 mgr.smithi150.owatov (mgr.14180) 135 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:49.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:48 smithi157 conmon[41110]: cluster 2024-02-09T20:24:47.495831+0000 mgr.smithi150.owatov (mgr.14180) 135 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:49.185 INFO:teuthology.orchestra.run.smithi150.stdout:137438953488 2024-02-09T20:24:49.696 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953484 got 137438953488 for osd.5 2024-02-09T20:24:49.696 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-09T20:24:50.033 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/config 2024-02-09T20:24:50.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:49 smithi150 conmon[35634]: audit 2024-02-09T20:24:49.184158+0000 mon.smithi150 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.150:0/369753158' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-09T20:24:50.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:49 smithi157 conmon[41110]: audit 2024-02-09T20:24:49.184158+0000 mon.smithi150 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.150:0/369753158' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-09T20:24:51.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:50 smithi150 conmon[35634]: cluster 2024-02-09T20:24:49.496300+0000 mgr.smithi150.owatov (mgr.14180) 136 : cluster 2024-02-09T20:24:51.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:50 smithi150 conmon[35634]: [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:51.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:50 smithi157 conmon[41110]: cluster 2024-02-09T20:24:49.496300+0000 mgr.smithi150.owatov (mgr.14180) 136 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:51.551 INFO:teuthology.orchestra.run.smithi150.stdout:133143986191 2024-02-09T20:24:52.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:51 smithi150 conmon[35634]: audit 2024-02-09T20:24:51.549669+0000 mon.smithi150 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.150:0/2310470872' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-09T20:24:52.131 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986188 got 133143986191 for osd.6 2024-02-09T20:24:52.131 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-09T20:24:52.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:51 smithi157 conmon[41110]: audit 2024-02-09T20:24:51.549669+0000 mon.smithi150 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.150:0/2310470872' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-09T20:24:52.469 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/config 2024-02-09T20:24:52.938 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:52 smithi150 conmon[35634]: cluster 2024-02-09T20:24:51.496570+0000 2024-02-09T20:24:52.938 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:52 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14180) 137 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:53.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:52 smithi157 conmon[41110]: cluster 2024-02-09T20:24:51.496570+0000 mgr.smithi150.owatov (mgr.14180) 137 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:53.943 INFO:teuthology.orchestra.run.smithi150.stdout:154618822670 2024-02-09T20:24:54.554 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822666 got 154618822670 for osd.7 2024-02-09T20:24:54.554 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-09T20:24:54.554 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph pg dump --format=json 2024-02-09T20:24:54.889 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/config 2024-02-09T20:24:55.110 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:54 smithi150 conmon[35634]: cluster 2024-02-09T20:24:53.496915+0000 mgr.smithi150.owatov (mgr.14180) 138 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:55.110 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:54 smithi150 conmon[35634]: audit 2024-02-09T20:24:53.941833+0000 mon.smithi150 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.150:0/2772156532' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-09T20:24:55.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:54 smithi157 conmon[41110]: cluster 2024-02-09T20:24:53.496915+0000 mgr.smithi150.owatov (mgr.14180) 138 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:55.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:54 smithi157 conmon[41110]: audit 2024-02-09T20:24:53.941833+0000 mon.smithi150 (mon 2024-02-09T20:24:55.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:54 smithi157 conmon[41110]: .0) 589 : audit [DBG] from='client.? 172.21.15.150:0/2772156532' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-09T20:24:56.420 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:24:56.421 INFO:teuthology.orchestra.run.smithi150.stderr:dumped all 2024-02-09T20:24:56.936 INFO:teuthology.orchestra.run.smithi150.stdout:{"pg_ready":true,"pg_map":{"version":119,"stamp":"2024-02-09T20:24:55.497112+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":2379708,"kb_used_data":2940,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548740,"statfs":{"total":767926730752,"available":765489909760,"internally_reserved":0,"allocated":3010560,"data_stored":1178730,"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":38,"state":"active+clean","last_fresh":"2024-02-09T20:23:55.268878+0000","last_change":"2024-02-09T20:23:55.268878+0000","last_active":"2024-02-09T20:23:55.268878+0000","last_peered":"2024-02-09T20:23:55.268878+0000","last_clean":"2024-02-09T20:23:55.268878+0000","last_became_active":"2024-02-09T20:23:55.268482+0000","last_became_peered":"2024-02-09T20:23:55.268482+0000","last_unstale":"2024-02-09T20:23:55.268878+0000","last_undegraded":"2024-02-09T20:23:55.268878+0000","last_fullsized":"2024-02-09T20:23:55.268878+0000","mapping_epoch":37,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":38,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-09T20:23:36.202967+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-09T20:23:36.202967+0000","last_clean_scrub_stamp":"2024-02-09T20:23:36.202967+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":36,"seq":154618822670,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297464,"kb_used_data":368,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443592,"statfs":{"total":95990841344,"available":95686238208,"internally_reserved":0,"allocated":376832,"data_stored":147520,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51400000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45700000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47299999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38400000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58699999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42999999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.498}]}]},{"osd":5,"up_from":32,"seq":137438953489,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297464,"kb_used_data":368,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443592,"statfs":{"total":95990841344,"available":95686238208,"internally_reserved":0,"allocated":376832,"data_stored":147520,"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":"Fri Feb 9 20:24:48 2024","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.64500000000000002},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.54200000000000004}]},{"osd":1,"last update":"Fri Feb 9 20:24:48 2024","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"last":0.35799999999999998}]},{"osd":2,"last update":"Fri Feb 9 20:24:48 2024","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.61899999999999999},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.56499999999999995}]},{"osd":3,"last update":"Fri Feb 9 20:24:48 2024","interfaces":[{"interface":"back","average":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"last":0.37},{"interface":"front","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.41499999999999998}]},{"osd":4,"last update":"Fri Feb 9 20:24:48 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.60699999999999998},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.54800000000000004}]},{"osd":6,"last update":"Fri Feb 9 20:24:48 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.65400000000000003},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.57399999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45100000000000001}]}]},{"osd":1,"up_from":19,"seq":81604378643,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297464,"kb_used_data":368,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443592,"statfs":{"total":95990841344,"available":95686238208,"internally_reserved":0,"allocated":376832,"data_stored":147520,"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":"Fri Feb 9 20:24:36 2024","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.35199999999999998}]},{"osd":2,"last update":"Fri Feb 9 20:24:36 2024","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":1.407,"5min":1.407,"15min":1.407},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.442}]},{"osd":3,"last update":"Fri Feb 9 20:24:40 2024","interfaces":[{"interface":"back","average":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.437,"5min":0.437,"15min":0.437},"last":0.311},{"interface":"front","average":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"last":0.26200000000000001}]},{"osd":4,"last update":"Fri Feb 9 20:24:40 2024","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.372}]},{"osd":5,"last update":"Fri Feb 9 20:24:50 2024","interfaces":[{"interface":"back","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"last":0.28699999999999998},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"last":0.33600000000000002}]},{"osd":6,"last update":"Fri Feb 9 20:24:50 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.42599999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.434}]}]},{"osd":0,"up_from":16,"seq":68719476756,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297460,"kb_used_data":364,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443596,"statfs":{"total":95990841344,"available":95686242304,"internally_reserved":0,"allocated":372736,"data_stored":146090,"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":"Fri Feb 9 20:24:37 2024","interfaces":[{"interface":"back","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.67100000000000004},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.67600000000000005}]},{"osd":2,"last update":"Fri Feb 9 20:24:37 2024","interfaces":[{"interface":"back","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.52800000000000002},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.61899999999999999}]},{"osd":3,"last update":"Fri Feb 9 20:24:43 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.71399999999999997}]},{"osd":4,"last update":"Fri Feb 9 20:24:43 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.78400000000000003},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.54400000000000004}]},{"osd":5,"last update":"Fri Feb 9 20:24:49 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.65200000000000002}]},{"osd":6,"last update":"Fri Feb 9 20:24:49 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.73999999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64300000000000002}]}]},{"osd":2,"up_from":21,"seq":90194313235,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297464,"kb_used_data":368,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443592,"statfs":{"total":95990841344,"available":95686238208,"internally_reserved":0,"allocated":376832,"data_stored":147520,"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":"Fri Feb 9 20:24:35 2024","interfaces":[{"interface":"back","average":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.45100000000000001}]},{"osd":1,"last update":"Fri Feb 9 20:24:35 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.67200000000000004},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.68400000000000005}]},{"osd":3,"last update":"Fri Feb 9 20:24:41 2024","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.69799999999999995},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.70799999999999996}]},{"osd":4,"last update":"Fri Feb 9 20:24:41 2024","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.54600000000000004}]},{"osd":5,"last update":"Fri Feb 9 20:24:46 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.65700000000000003}]},{"osd":6,"last update":"Fri Feb 9 20:24:46 2024","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.58199999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.79100000000000004}]}]},{"osd":4,"up_from":25,"seq":107374182418,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297464,"kb_used_data":368,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443592,"statfs":{"total":95990841344,"available":95686238208,"internally_reserved":0,"allocated":376832,"data_stored":147520,"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":"Fri Feb 9 20:24:41 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.60299999999999998}]},{"osd":1,"last update":"Fri Feb 9 20:24:41 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.63700000000000001}]},{"osd":2,"last update":"Fri Feb 9 20:24:41 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.58999999999999997}]},{"osd":3,"last update":"Fri Feb 9 20:24:41 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.66300000000000003},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.68400000000000005}]},{"osd":5,"last update":"Fri Feb 9 20:24:46 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.70199999999999996},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.626}]},{"osd":6,"last update":"Fri Feb 9 20:24:46 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.74399999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.77500000000000002}]}]},{"osd":3,"up_from":26,"seq":111669149714,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297464,"kb_used_data":368,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443592,"statfs":{"total":95990841344,"available":95686238208,"internally_reserved":0,"allocated":376832,"data_stored":147520,"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":"Fri Feb 9 20:24:41 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.47299999999999998}]},{"osd":1,"last update":"Fri Feb 9 20:24:41 2024","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"last":0.28699999999999998}]},{"osd":2,"last update":"Fri Feb 9 20:24:41 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.501},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.505}]},{"osd":4,"last update":"Fri Feb 9 20:24:41 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.433},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"last":0.48199999999999998}]},{"osd":5,"last update":"Fri Feb 9 20:24:50 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.502,"5min":0.502,"15min":0.502},"last":0.34399999999999997}]},{"osd":6,"last update":"Fri Feb 9 20:24:46 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.53300000000000003},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.45600000000000002}]},{"osd":7,"last update":"Fri Feb 9 20:24:52 2024","interfaces":[{"interface":"back","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.40699999999999997}]}]},{"osd":6,"up_from":31,"seq":133143986193,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297464,"kb_used_data":368,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443592,"statfs":{"total":95990841344,"available":95686238208,"internally_reserved":0,"allocated":376832,"data_stored":147520,"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":"Fri Feb 9 20:24:46 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.54600000000000004},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.60199999999999998}]},{"osd":1,"last update":"Fri Feb 9 20:24:46 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.625},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.59299999999999997}]},{"osd":2,"last update":"Fri Feb 9 20:24:46 2024","interfaces":[{"interface":"back","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.67500000000000004},{"interface":"front","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.65100000000000002}]},{"osd":3,"last update":"Fri Feb 9 20:24:46 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.57699999999999996},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.63700000000000001}]},{"osd":4,"last update":"Fri Feb 9 20:24:46 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.69299999999999995},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"last":0.70799999999999996}]},{"osd":5,"last update":"Fri Feb 9 20:24:47 2024","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.81000000000000005},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.86399999999999999}]},{"osd":7,"last update":"Fri Feb 9 20:24:53 2024","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.72999999999999998},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.84599999999999997}]}]}],"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-09T20:24:56.938 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph pg dump --format=json 2024-02-09T20:24:57.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:56 smithi157 conmon[41110]: cluster 2024-02-09T20:24:55.497241+0000 mgr.smithi150.owatov (mgr.14180) 139 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:57.274 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/config 2024-02-09T20:24:57.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:56 smithi150 conmon[35634]: cluster 2024-02-09T20:24:55.497241+0000 mgr.smithi150.owatov (mgr.14180) 139 : 2024-02-09T20:24:57.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:56 smithi150 conmon[35634]: cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:58.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:57 smithi157 conmon[41110]: audit 2024-02-09T20:24:56.415714+0000 mgr.smithi150.owatov (mgr.14180) 140 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:58.270 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:57 smithi150 conmon[35634]: audit 2024-02-09T20:24:56.415714+0000 mgr.smithi150.owatov (mgr.14180) 140 : audit 2024-02-09T20:24:58.270 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:57 smithi150 conmon[35634]: [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:58.891 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:24:58.892 INFO:teuthology.orchestra.run.smithi150.stderr:dumped all 2024-02-09T20:24:59.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:58 smithi157 conmon[41110]: cluster 2024-02-09T20:24:57.497553+0000 mgr.smithi150.owatov (mgr.14180) 141 : cluster [DBG] 2024-02-09T20:24:59.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:58 smithi157 conmon[41110]: pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:59.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:58 smithi150 conmon[35634]: cluster 2024-02-09T20:24:57.497553+0000 mgr.smithi150.owatov (mgr.14180) 141 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:24:59.478 INFO:teuthology.orchestra.run.smithi150.stdout:{"pg_ready":true,"pg_map":{"version":120,"stamp":"2024-02-09T20:24:57.497408+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":2379708,"kb_used_data":2940,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548740,"statfs":{"total":767926730752,"available":765489909760,"internally_reserved":0,"allocated":3010560,"data_stored":1178730,"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":38,"state":"active+clean","last_fresh":"2024-02-09T20:23:55.268878+0000","last_change":"2024-02-09T20:23:55.268878+0000","last_active":"2024-02-09T20:23:55.268878+0000","last_peered":"2024-02-09T20:23:55.268878+0000","last_clean":"2024-02-09T20:23:55.268878+0000","last_became_active":"2024-02-09T20:23:55.268482+0000","last_became_peered":"2024-02-09T20:23:55.268482+0000","last_unstale":"2024-02-09T20:23:55.268878+0000","last_undegraded":"2024-02-09T20:23:55.268878+0000","last_fullsized":"2024-02-09T20:23:55.268878+0000","mapping_epoch":37,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":38,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-09T20:23:36.202967+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-09T20:23:36.202967+0000","last_clean_scrub_stamp":"2024-02-09T20:23:36.202967+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":36,"seq":154618822670,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297464,"kb_used_data":368,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443592,"statfs":{"total":95990841344,"available":95686238208,"internally_reserved":0,"allocated":376832,"data_stored":147520,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51400000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45700000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47299999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38400000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58699999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42999999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.498}]}]},{"osd":5,"up_from":32,"seq":137438953490,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297464,"kb_used_data":368,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443592,"statfs":{"total":95990841344,"available":95686238208,"internally_reserved":0,"allocated":376832,"data_stored":147520,"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":"Fri Feb 9 20:24:48 2024","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.36299999999999999}]},{"osd":1,"last update":"Fri Feb 9 20:24:48 2024","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"last":0.376},{"interface":"front","average":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"last":0.315}]},{"osd":2,"last update":"Fri Feb 9 20:24:48 2024","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.35499999999999998},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.42799999999999999}]},{"osd":3,"last update":"Fri Feb 9 20:24:48 2024","interfaces":[{"interface":"back","average":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"last":0.33100000000000002},{"interface":"front","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.34000000000000002}]},{"osd":4,"last update":"Fri Feb 9 20:24:48 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.437},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.39000000000000001}]},{"osd":6,"last update":"Fri Feb 9 20:24:48 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.48699999999999999}]},{"osd":7,"last update":"Fri Feb 9 20:24:53 2024","interfaces":[{"interface":"back","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.42299999999999999},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.46100000000000002}]}]},{"osd":1,"up_from":19,"seq":81604378643,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297464,"kb_used_data":368,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443592,"statfs":{"total":95990841344,"available":95686238208,"internally_reserved":0,"allocated":376832,"data_stored":147520,"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":"Fri Feb 9 20:24:36 2024","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.35199999999999998}]},{"osd":2,"last update":"Fri Feb 9 20:24:36 2024","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":1.407,"5min":1.407,"15min":1.407},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.442}]},{"osd":3,"last update":"Fri Feb 9 20:24:40 2024","interfaces":[{"interface":"back","average":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.437,"5min":0.437,"15min":0.437},"last":0.311},{"interface":"front","average":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"last":0.26200000000000001}]},{"osd":4,"last update":"Fri Feb 9 20:24:40 2024","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.372}]},{"osd":5,"last update":"Fri Feb 9 20:24:50 2024","interfaces":[{"interface":"back","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"last":0.28699999999999998},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"last":0.33600000000000002}]},{"osd":6,"last update":"Fri Feb 9 20:24:50 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.42599999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.434}]}]},{"osd":0,"up_from":16,"seq":68719476757,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297460,"kb_used_data":364,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443596,"statfs":{"total":95990841344,"available":95686242304,"internally_reserved":0,"allocated":372736,"data_stored":146090,"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":"Fri Feb 9 20:24:37 2024","interfaces":[{"interface":"back","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.433},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.35799999999999998}]},{"osd":2,"last update":"Fri Feb 9 20:24:37 2024","interfaces":[{"interface":"back","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.31},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.38900000000000001}]},{"osd":3,"last update":"Fri Feb 9 20:24:43 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.38},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.40799999999999997}]},{"osd":4,"last update":"Fri Feb 9 20:24:43 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.34000000000000002}]},{"osd":5,"last update":"Fri Feb 9 20:24:49 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.47099999999999997},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.56200000000000006}]},{"osd":6,"last update":"Fri Feb 9 20:24:49 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.55200000000000005}]},{"osd":7,"last update":"Fri Feb 9 20:24:53 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.01,"5min":1.01,"15min":1.01},"last":0.496},{"interface":"front","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.48099999999999998}]}]},{"osd":2,"up_from":21,"seq":90194313236,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297464,"kb_used_data":368,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443592,"statfs":{"total":95990841344,"available":95686238208,"internally_reserved":0,"allocated":376832,"data_stored":147520,"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":"Fri Feb 9 20:24:35 2024","interfaces":[{"interface":"back","average":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"last":0.27000000000000002},{"interface":"front","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.38600000000000001}]},{"osd":1,"last update":"Fri Feb 9 20:24:35 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.499},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.57699999999999996}]},{"osd":3,"last update":"Fri Feb 9 20:24:41 2024","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.56299999999999994},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.53700000000000003}]},{"osd":4,"last update":"Fri Feb 9 20:24:41 2024","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.438},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.41899999999999998}]},{"osd":5,"last update":"Fri Feb 9 20:24:46 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.50900000000000001}]},{"osd":6,"last update":"Fri Feb 9 20:24:46 2024","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.35399999999999998},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.36499999999999999}]},{"osd":7,"last update":"Fri Feb 9 20:24:55 2024","interfaces":[{"interface":"back","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.60599999999999998}]}]},{"osd":4,"up_from":25,"seq":107374182418,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297464,"kb_used_data":368,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443592,"statfs":{"total":95990841344,"available":95686238208,"internally_reserved":0,"allocated":376832,"data_stored":147520,"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":"Fri Feb 9 20:24:41 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.60299999999999998}]},{"osd":1,"last update":"Fri Feb 9 20:24:41 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.63700000000000001}]},{"osd":2,"last update":"Fri Feb 9 20:24:41 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.58999999999999997}]},{"osd":3,"last update":"Fri Feb 9 20:24:41 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.66300000000000003},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.68400000000000005}]},{"osd":5,"last update":"Fri Feb 9 20:24:46 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.70199999999999996},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.626}]},{"osd":6,"last update":"Fri Feb 9 20:24:46 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.74399999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.77500000000000002}]}]},{"osd":3,"up_from":26,"seq":111669149714,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297464,"kb_used_data":368,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443592,"statfs":{"total":95990841344,"available":95686238208,"internally_reserved":0,"allocated":376832,"data_stored":147520,"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":"Fri Feb 9 20:24:41 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.47299999999999998}]},{"osd":1,"last update":"Fri Feb 9 20:24:41 2024","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"last":0.28699999999999998}]},{"osd":2,"last update":"Fri Feb 9 20:24:41 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.501},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.505}]},{"osd":4,"last update":"Fri Feb 9 20:24:41 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.433},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"last":0.48199999999999998}]},{"osd":5,"last update":"Fri Feb 9 20:24:50 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.502,"5min":0.502,"15min":0.502},"last":0.34399999999999997}]},{"osd":6,"last update":"Fri Feb 9 20:24:46 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.53300000000000003},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.45600000000000002}]},{"osd":7,"last update":"Fri Feb 9 20:24:52 2024","interfaces":[{"interface":"back","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.40699999999999997}]}]},{"osd":6,"up_from":31,"seq":133143986193,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297464,"kb_used_data":368,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443592,"statfs":{"total":95990841344,"available":95686238208,"internally_reserved":0,"allocated":376832,"data_stored":147520,"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":"Fri Feb 9 20:24:46 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.54600000000000004},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.60199999999999998}]},{"osd":1,"last update":"Fri Feb 9 20:24:46 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.625},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.59299999999999997}]},{"osd":2,"last update":"Fri Feb 9 20:24:46 2024","interfaces":[{"interface":"back","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.67500000000000004},{"interface":"front","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.65100000000000002}]},{"osd":3,"last update":"Fri Feb 9 20:24:46 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.57699999999999996},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.63700000000000001}]},{"osd":4,"last update":"Fri Feb 9 20:24:46 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.69299999999999995},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"last":0.70799999999999996}]},{"osd":5,"last update":"Fri Feb 9 20:24:47 2024","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.81000000000000005},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.86399999999999999}]},{"osd":7,"last update":"Fri Feb 9 20:24:53 2024","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.72999999999999998},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.84599999999999997}]}]}],"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-09T20:24:59.479 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-09T20:24:59.479 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-09T20:24:59.479 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-09T20:24:59.479 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph health --format=json 2024-02-09T20:24:59.811 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/mon.smithi150/config 2024-02-09T20:25:00.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:59 smithi157 conmon[41110]: audit 2024-02-09T20:24:58.886472+0000 mgr.smithi150.owatov (mgr.14180) 142 : audit [DBG] 2024-02-09T20:25:00.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:24:59 smithi157 conmon[41110]: from='client.14498 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:00.201 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:59 smithi150 conmon[35634]: audit 2024-02-09T20:24:58.886472+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:25:00.201 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:24:59 smithi150 conmon[35634]: ) 142 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:01.027 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:00 smithi150 conmon[35634]: cluster 2024-02-09T20:24:59.497835+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:25:01.027 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:00 smithi150 conmon[35634]: 143 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:01.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:00 smithi157 conmon[41110]: cluster 2024-02-09T20:24:59.497835+0000 mgr.smithi150.owatov (mgr.14180) 143 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:01.363 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:25:01.922 INFO:teuthology.orchestra.run.smithi150.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-09T20:25:01.922 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-09T20:25:01.922 INFO:tasks.cephadm:Setup complete, yielding 2024-02-09T20:25:01.922 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-09T20:25:01.934 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi150.front.sepia.ceph.com 2024-02-09T20:25:01.935 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- bash -c 'ceph orch status' 2024-02-09T20:25:02.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:01 smithi157 conmon[41110]: audit 2024-02-09T20:25:01.362215+0000 mon.smithi150 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.150:0/2125165857' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-09T20:25:02.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:01 smithi150 conmon[35634]: audit 2024-02-09T20:25:01.362215+0000 mon.smithi150 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.150:0/2125165857' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-09T20:25:03.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:02 smithi150 conmon[35634]: cluster 2024-02-09T20:25:01.498127+0000 mgr.smithi150.owatov (mgr.14180) 144 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:03.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:02 smithi150 conmon[35634]: 2024-02-09T20:25:03.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:02 smithi157 conmon[41110]: cluster 2024-02-09T20:25:01.498127+0000 mgr.smithi150.owatov (mgr.14180) 144 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:03.673 INFO:teuthology.orchestra.run.smithi150.stdout:Backend: cephadm 2024-02-09T20:25:03.673 INFO:teuthology.orchestra.run.smithi150.stdout:Available: Yes 2024-02-09T20:25:03.673 INFO:teuthology.orchestra.run.smithi150.stdout:Paused: No 2024-02-09T20:25:04.219 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-09T20:25:04.961 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:04 smithi150 conmon[35634]: cluster 2024-02-09T20:25:03.498482+0000 mgr.smithi150.owatov (mgr.14180) 145 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:04.962 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:04 smithi150 conmon[35634]: audit 2024-02-09T20:25:03.671000+0000 mgr.smithi150.owatov (mgr.14180) 146 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:25:05.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:04 smithi157 conmon[41110]: cluster 2024-02-09T20:25:03.498482+0000 mgr.smithi150.owatov (mgr.14180) 145 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:05.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:04 smithi157 conmon[41110]: audit 2024-02-09T20:25:03.671000+0000 mgr.smithi150.owatov (mgr.14180) 146 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:25:05.999 INFO:teuthology.orchestra.run.smithi150.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-09T20:25:05.999 INFO:teuthology.orchestra.run.smithi150.stdout:alertmanager.smithi150 smithi150 *:9093,9094 running (2m) 71s ago 3m 18.3M - 0.23.0 ba2b418f427c 630e6fc24971 2024-02-09T20:25:05.999 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi150 smithi150 running (3m) 71s ago 3m 7302k - 16.2.14-530-g5db25abe b2573f70982b 61f6ffeb72d1 2024-02-09T20:25:05.999 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi157 smithi157 running (2m) 74s ago 2m 7440k - 16.2.14-530-g5db25abe b2573f70982b c1b579f54907 2024-02-09T20:25:05.999 INFO:teuthology.orchestra.run.smithi150.stdout:grafana.smithi150 smithi150 *:3000 running (2m) 71s ago 3m 46.0M - 8.3.5 dad864ee21e9 7049c20e95d1 2024-02-09T20:25:05.999 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi150.owatov smithi150 *:9283 running (4m) 71s ago 4m 444M - 16.2.14-530-g5db25abe b2573f70982b ed7e40a1e9c2 2024-02-09T20:25:05.999 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi157.oefvpo smithi157 *:8443,9283 running (2m) 74s ago 2m 393M - 16.2.14-530-g5db25abe b2573f70982b f162be3e6453 2024-02-09T20:25:05.999 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi150 smithi150 running (4m) 71s ago 4m 74.8M 2048M 16.2.14-530-g5db25abe b2573f70982b 91f9fc346938 2024-02-09T20:25:05.999 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi157 smithi157 running (2m) 74s ago 2m 65.6M 2048M 16.2.14-530-g5db25abe b2573f70982b c0fb1090b126 2024-02-09T20:25:05.999 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi150 smithi150 *:9100 running (3m) 71s ago 3m 23.7M - 1.3.1 1dbe0e931976 f1108988b7b0 2024-02-09T20:25:05.999 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi157 smithi157 *:9100 running (2m) 74s ago 2m 24.0M - 1.3.1 1dbe0e931976 69d6dedaefbc 2024-02-09T20:25:05.999 INFO:teuthology.orchestra.run.smithi150.stdout:osd.0 smithi157 running (101s) 74s ago 101s 30.9M 3990M 16.2.14-530-g5db25abe b2573f70982b c7e62e2bc2b6 2024-02-09T20:25:05.999 INFO:teuthology.orchestra.run.smithi150.stdout:osd.1 smithi150 running (98s) 71s ago 98s 34.6M 3222M 16.2.14-530-g5db25abe b2573f70982b aa197dc0194b 2024-02-09T20:25:05.999 INFO:teuthology.orchestra.run.smithi150.stdout:osd.2 smithi157 running (97s) 74s ago 96s 35.2M 3990M 16.2.14-530-g5db25abe b2573f70982b 90468a313c83 2024-02-09T20:25:06.000 INFO:teuthology.orchestra.run.smithi150.stdout:osd.3 smithi150 running (92s) 71s ago 91s 32.0M 3222M 16.2.14-530-g5db25abe b2573f70982b 6c3a4c019f81 2024-02-09T20:25:06.000 INFO:teuthology.orchestra.run.smithi150.stdout:osd.4 smithi157 running (92s) 74s ago 91s 28.7M 3990M 16.2.14-530-g5db25abe b2573f70982b 1351c30359a2 2024-02-09T20:25:06.000 INFO:teuthology.orchestra.run.smithi150.stdout:osd.5 smithi150 running (86s) 71s ago 85s 31.2M 3222M 16.2.14-530-g5db25abe b2573f70982b 2c3a7290cd41 2024-02-09T20:25:06.000 INFO:teuthology.orchestra.run.smithi150.stdout:osd.6 smithi157 running (87s) 74s ago 86s 30.1M 3990M 16.2.14-530-g5db25abe b2573f70982b 62eaed8850e6 2024-02-09T20:25:06.000 INFO:teuthology.orchestra.run.smithi150.stdout:osd.7 smithi150 running (79s) 71s ago 79s 26.7M 3222M 16.2.14-530-g5db25abe b2573f70982b 6a92e3b86cea 2024-02-09T20:25:06.000 INFO:teuthology.orchestra.run.smithi150.stdout:prometheus.smithi150 smithi150 *:9095 running (2m) 71s ago 2m 41.2M - 2.33.4 514e6a882f6e eb0702db59c4 2024-02-09T20:25:06.578 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-09T20:25:07.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:06 smithi157 conmon[41110]: cluster 2024-02-09T20:25:05.498813+0000 mgr.smithi150.owatov (mgr.14180) 147 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:07.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:06 smithi157 conmon[41110]: audit 2024-02-09T20:25:05.989893+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:25:07.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:06 smithi157 conmon[41110]: .14180) 148 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:25:07.189 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:06 smithi150 conmon[35634]: cluster 2024-02-09T20:25:05.498813+0000 mgr.smithi150.owatov (mgr.14180) 147 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:07.189 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:06 smithi150 conmon[35634]: audit 2024-02-09T20:25:05.989893+0000 mgr.smithi150.owatov (mgr.14180) 148 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:25:08.359 INFO:teuthology.orchestra.run.smithi150.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-09T20:25:08.359 INFO:teuthology.orchestra.run.smithi150.stdout:alertmanager ?:9093,9094 1/1 73s ago 4m count:1 2024-02-09T20:25:08.359 INFO:teuthology.orchestra.run.smithi150.stdout:crash 2/2 76s ago 4m * 2024-02-09T20:25:08.359 INFO:teuthology.orchestra.run.smithi150.stdout:grafana ?:3000 1/1 73s ago 4m count:1 2024-02-09T20:25:08.359 INFO:teuthology.orchestra.run.smithi150.stdout:mgr 2/2 76s ago 4m count:2 2024-02-09T20:25:08.359 INFO:teuthology.orchestra.run.smithi150.stdout:mon 2/2 76s ago 3m smithi150:172.21.15.150=smithi150;smithi157:172.21.15.157=smithi157;count:2 2024-02-09T20:25:08.359 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter ?:9100 2/2 76s ago 4m * 2024-02-09T20:25:08.359 INFO:teuthology.orchestra.run.smithi150.stdout:osd.all-available-devices 8 76s ago 2m * 2024-02-09T20:25:08.359 INFO:teuthology.orchestra.run.smithi150.stdout:prometheus ?:9095 1/1 73s ago 4m count:1 2024-02-09T20:25:08.943 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-09T20:25:09.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:08 smithi157 conmon[41110]: cluster 2024-02-09T20:25:07.499081+0000 mgr.smithi150.owatov (mgr.14180) 149 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:09.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:08 smithi150 conmon[35634]: cluster 2024-02-09T20:25:07.499081+0000 mgr.smithi150.owatov (mgr.14180) 149 2024-02-09T20:25:09.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:08 smithi150 conmon[35634]: : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:10.086 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:09 smithi150 conmon[35634]: audit 2024-02-09T20:25:08.354172+0000 mgr.smithi150.owatov (mgr.14180) 150 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:25:10.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:09 smithi157 conmon[41110]: audit 2024-02-09T20:25:08.354172+0000 mgr.smithi150.owatov (mgr.14180) 150 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:25:10.664 INFO:teuthology.orchestra.run.smithi150.stdout:HOST ADDR LABELS STATUS 2024-02-09T20:25:10.664 INFO:teuthology.orchestra.run.smithi150.stdout:smithi150 172.21.15.150 2024-02-09T20:25:10.665 INFO:teuthology.orchestra.run.smithi150.stdout:smithi157 172.21.15.157 2024-02-09T20:25:10.665 INFO:teuthology.orchestra.run.smithi150.stdout:2 hosts in cluster 2024-02-09T20:25:11.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:10 smithi150 conmon[35634]: cluster 2024-02-09T20:25:09.499540+0000 mgr.smithi150.owatov (mgr.14180) 151 2024-02-09T20:25:11.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:10 smithi150 conmon[35634]: : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:11.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:10 smithi150 conmon[35634]: audit 2024-02-09T20:25:10.770182+0000 mon.smithi150 (mon.0) 591 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:25:11.247 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-09T20:25:11.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:10 smithi157 conmon[41110]: cluster 2024-02-09T20:25:09.499540+0000 mgr.smithi150.owatov (mgr.14180) 151 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:11.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:10 smithi157 conmon[41110]: audit 2024-02-09T20:25:10.770182+0000 mon.smithi150 (mon.0) 591 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:25:12.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:11 smithi150 conmon[35634]: audit 2024-02-09T20:25:10.662667+0000 mgr.smithi150.owatov (mgr.14180) 152 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:25:12.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:11 smithi157 conmon[41110]: audit 2024-02-09T20:25:10.662667+0000 mgr.smithi150.owatov (mgr.14180) 152 : audit 2024-02-09T20:25:12.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:11 smithi157 conmon[41110]: [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:25:13.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:12 smithi150 conmon[35634]: cluster 2024-02-09T20:25:11.499903+0000 mgr.smithi150.owatov (mgr.14180) 153 : cluster [DBG] 2024-02-09T20:25:13.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:12 smithi150 conmon[35634]: pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:13.187 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:12 smithi150 conmon[35634]: audit 2024-02-09T20:25:12.400047+0000 mon.smithi150 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:13.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:12 smithi157 conmon[41110]: cluster 2024-02-09T20:25:11.499903+0000 mgr.smithi150.owatov (mgr.14180) 153 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:13.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:12 smithi157 conmon[41110]: audit 2024-02-09T20 2024-02-09T20:25:13.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:12 smithi157 conmon[41110]: :25:12.400047+0000 mon.smithi150 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:13.566 INFO:teuthology.orchestra.run.smithi150.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-09T20:25:13.566 INFO:teuthology.orchestra.run.smithi150.stdout:smithi150 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300GX400BGN 372G 74s ago Has a FileSystem, LVM detected 2024-02-09T20:25:13.566 INFO:teuthology.orchestra.run.smithi150.stdout:smithi150 /dev/nvme1n1 ssd Linux_f04a3804cc3d409da942 89.4G 74s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:25:13.566 INFO:teuthology.orchestra.run.smithi150.stdout:smithi150 /dev/nvme2n1 ssd Linux_e6b486a2b38b99b10d19 89.4G 74s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:25:13.566 INFO:teuthology.orchestra.run.smithi150.stdout:smithi150 /dev/nvme3n1 ssd Linux_ff5bc01a3cd9574527e5 89.4G 74s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:25:13.566 INFO:teuthology.orchestra.run.smithi150.stdout:smithi150 /dev/nvme4n1 ssd Linux_0f4124016cb96ac3ee59 89.4G 74s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:25:13.567 INFO:teuthology.orchestra.run.smithi150.stdout:smithi157 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB7476002V480DGN 447G 78s ago Has a FileSystem, LVM detected 2024-02-09T20:25:13.567 INFO:teuthology.orchestra.run.smithi150.stdout:smithi157 /dev/nvme1n1 ssd Linux_c8bde710b09ce41aa0f6 89.4G 78s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:25:13.567 INFO:teuthology.orchestra.run.smithi150.stdout:smithi157 /dev/nvme2n1 ssd Linux_6c6e79c2949d5f9c825e 89.4G 78s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:25:13.567 INFO:teuthology.orchestra.run.smithi150.stdout:smithi157 /dev/nvme3n1 ssd Linux_8d88847405ea025a60ad 89.4G 78s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:25:13.567 INFO:teuthology.orchestra.run.smithi150.stdout:smithi157 /dev/nvme4n1 ssd Linux_51b9f21dbaf3863ed416 89.4G 78s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:25:14.259 INFO:teuthology.run_tasks:Running task vip... 2024-02-09T20:25:14.269 INFO:tasks.vip:Allocating static IPs for each host... 2024-02-09T20:25:14.269 INFO:tasks.vip:peername 172.21.15.150 2024-02-09T20:25:14.273 INFO:tasks.vip:172.21.15.150 in 172.21.0.0/20, pos 3989 2024-02-09T20:25:14.277 INFO:tasks.vip:smithi150.front.sepia.ceph.com static 10.0.15.150, vnet 10.0.0.0/16 2024-02-09T20:25:14.277 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-02-09T20:25:14.278 DEBUG:teuthology.orchestra.run.smithi150:> sudo ip route ls 2024-02-09T20:25:14.310 INFO:teuthology.orchestra.run.smithi150.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-02-09T20:25:14.310 INFO:teuthology.orchestra.run.smithi150.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.150 metric 100 2024-02-09T20:25:14.312 INFO:tasks.vip:Configuring 10.0.15.150 on smithi150.front.sepia.ceph.com iface enp3s0f1... 2024-02-09T20:25:14.312 DEBUG:teuthology.orchestra.run.smithi150:> sudo ip addr add 10.0.15.150/16 dev enp3s0f1 2024-02-09T20:25:14.381 INFO:tasks.vip:peername 172.21.15.157 2024-02-09T20:25:14.384 INFO:tasks.vip:172.21.15.157 in 172.21.0.0/20, pos 3996 2024-02-09T20:25:14.388 INFO:tasks.vip:smithi157.front.sepia.ceph.com static 10.0.15.157, vnet 10.0.0.0/16 2024-02-09T20:25:14.388 DEBUG:teuthology.orchestra.run.smithi157:> sudo ip route ls 2024-02-09T20:25:14.426 INFO:teuthology.orchestra.run.smithi157.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-02-09T20:25:14.426 INFO:teuthology.orchestra.run.smithi157.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.157 metric 100 2024-02-09T20:25:14.427 INFO:tasks.vip:Configuring 10.0.15.157 on smithi157.front.sepia.ceph.com iface enp3s0f1... 2024-02-09T20:25:14.427 DEBUG:teuthology.orchestra.run.smithi157:> sudo ip addr add 10.0.15.157/16 dev enp3s0f1 2024-02-09T20:25:14.499 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-09T20:25:14.508 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi150.front.sepia.ceph.com 2024-02-09T20:25:14.508 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-02-09T20:25:15.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:14 smithi157 conmon[41110]: cluster 2024-02-09T20:25:13.500292+0000 mgr.smithi150.owatov (mgr.14180) 154 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:15.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:14 smithi157 conmon[41110]: 2024-02-09T20:25:15.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:14 smithi157 conmon[41110]: audit 2024-02-09T20:25:13.562678+0000 mgr.smithi150.owatov (mgr.14180) 155 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:25:15.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:14 smithi150 conmon[35634]: cluster 2024-02-09T20:25:13.500292+0000 mgr.smithi150.owatov (mgr.14180) 154 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:15.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:14 smithi150 conmon[35634]: audit 2024-02-09T20:25:13.562678+0000 mgr.smithi150.owatov (mgr.14180) 155 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:25:16.633 INFO:teuthology.orchestra.run.smithi150.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-09T20:25:16.633 INFO:teuthology.orchestra.run.smithi150.stdout:smithi150 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300GX400BGN 372G 77s ago Has a FileSystem, LVM detected 2024-02-09T20:25:16.633 INFO:teuthology.orchestra.run.smithi150.stdout:smithi150 /dev/nvme1n1 ssd Linux_f04a3804cc3d409da942 89.4G 77s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:25:16.633 INFO:teuthology.orchestra.run.smithi150.stdout:smithi150 /dev/nvme2n1 ssd Linux_e6b486a2b38b99b10d19 89.4G 77s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:25:16.633 INFO:teuthology.orchestra.run.smithi150.stdout:smithi150 /dev/nvme3n1 ssd Linux_ff5bc01a3cd9574527e5 89.4G 77s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:25:16.633 INFO:teuthology.orchestra.run.smithi150.stdout:smithi150 /dev/nvme4n1 ssd Linux_0f4124016cb96ac3ee59 89.4G 77s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:25:16.633 INFO:teuthology.orchestra.run.smithi150.stdout:smithi157 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB7476002V480DGN 447G 81s ago Has a FileSystem, LVM detected 2024-02-09T20:25:16.634 INFO:teuthology.orchestra.run.smithi150.stdout:smithi157 /dev/nvme1n1 ssd Linux_c8bde710b09ce41aa0f6 89.4G 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:25:16.634 INFO:teuthology.orchestra.run.smithi150.stdout:smithi157 /dev/nvme2n1 ssd Linux_6c6e79c2949d5f9c825e 89.4G 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:25:16.634 INFO:teuthology.orchestra.run.smithi150.stdout:smithi157 /dev/nvme3n1 ssd Linux_8d88847405ea025a60ad 89.4G 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:25:16.634 INFO:teuthology.orchestra.run.smithi150.stdout:smithi157 /dev/nvme4n1 ssd Linux_51b9f21dbaf3863ed416 89.4G 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:25:17.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:16 smithi150 conmon[35634]: cluster 2024-02-09T20:25:15.500752+0000 mgr.smithi150.owatov (mgr.14180) 156 2024-02-09T20:25:17.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:16 smithi150 conmon[35634]: : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:17.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:16 smithi150 conmon[35634]: audit 2024-02-09T20:25:16.300118+0000 mon.smithi150 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:17.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:16 smithi150 conmon[35634]: audit 2024-02-09T20:25:16.618183+0000 mon.smithi150 (mon.0) 594 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:25:17.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:16 smithi150 conmon[35634]: audit 2024-02-09T20:25:16.618944+0000 mon.smithi150 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:25:17.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:16 smithi150 conmon[35634]: audit 2024-02-09T20:25:16.623213+0000 mon.smithi150 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:17.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:16 smithi150 conmon[35634]: audit 2024-02-09T20:25:16.626478+0000 mon.smithi150 (mon.0) 597 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:25:17.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:16 smithi150 conmon[35634]: audit 2024-02-09T20:25:16.632938+0000 mon.smithi150 (mon.0) 598 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:25:17.205 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:16 smithi157 conmon[41110]: cluster 2024-02-09T20:25:15.500752+0000 mgr.smithi150.owatov (mgr.14180) 156 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:17.205 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:16 smithi157 conmon[41110]: 2024-02-09T20:25:17.205 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:16 smithi157 conmon[41110]: audit 2024-02-09T20:25:16.300118+0000 mon.smithi150 (mon.0) 593 : 2024-02-09T20:25:17.205 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:16 smithi157 conmon[41110]: audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:17.205 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:16 smithi157 conmon[41110]: audit 2024-02 2024-02-09T20:25:17.205 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:16 smithi157 conmon[41110]: -09T20:25:16.618183 2024-02-09T20:25:17.205 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:16 smithi157 conmon[41110]: +0000 mon.smithi150 (mon.0) 594 : 2024-02-09T20:25:17.205 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:16 smithi157 conmon[41110]: audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:25:17.205 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:16 smithi157 conmon[41110]: audit 2024 2024-02-09T20:25:17.205 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:16 smithi157 conmon[41110]: -02-09T20:25:16 2024-02-09T20:25:17.205 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:16 smithi157 conmon[41110]: .618944+0000 mon.smithi150 (mon.0) 2024-02-09T20:25:17.205 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:16 smithi157 conmon[41110]: 595 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:25:17.205 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:16 smithi157 conmon[41110]: audit 2024-02-09T20:25:17.205 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:16 smithi157 conmon[41110]: 2024-02-09T20:25: 2024-02-09T20:25:17.206 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:16 smithi157 conmon[41110]: 16.623213+0000 mon.smithi150 (mon.0 2024-02-09T20:25:17.206 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:16 smithi157 conmon[41110]: ) 596 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:17.206 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:16 smithi157 conmon[41110]: audit 2024- 2024-02-09T20:25:17.206 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:16 smithi157 conmon[41110]: 02-09T20:25:16.626478+0000 2024-02-09T20:25:17.206 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:16 smithi157 conmon[41110]: mon.smithi150 (mon.0) 597 : audit 2024-02-09T20:25:17.206 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:16 smithi157 conmon[41110]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:25:17.206 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:16 smithi157 conmon[41110]: audit 2024-02-09T20:25:17.206 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:16 smithi157 conmon[41110]: 2024-02-09T20:25: 2024-02-09T20:25:17.206 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:16 smithi157 conmon[41110]: 16.632938+0000 mon.smithi150 (mon.0 2024-02-09T20:25:17.206 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:16 smithi157 conmon[41110]: ) 598 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:25:17.224 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-09T20:25:17.234 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi150.front.sepia.ceph.com 2024-02-09T20:25:17.235 DEBUG:teuthology.orchestra.run.smithi150:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-09T20:25:17.266 INFO:teuthology.orchestra.run.smithi150.stderr:+ systemctl stop nfs-server 2024-02-09T20:25:17.274 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi157.front.sepia.ceph.com 2024-02-09T20:25:17.274 DEBUG:teuthology.orchestra.run.smithi157:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-09T20:25:17.300 INFO:teuthology.orchestra.run.smithi157.stderr:+ systemctl stop nfs-server 2024-02-09T20:25:17.307 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-09T20:25:17.316 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi150.front.sepia.ceph.com 2024-02-09T20:25:17.316 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2024-02-09T20:25:18.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:17 smithi150 conmon[35634]: audit 2024-02-09T20:25:16.628583+0000 mgr.smithi150.owatov (mgr.14180) 157 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:25:18.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:17 smithi157 conmon[41110]: audit 2024-02-09T20:25:16.628583+0000 mgr.smithi150.owatov (mgr.14180) 157 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:25:19.132 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:18 smithi157 conmon[41110]: cluster 2024-02-09T20:25:17.501096+0000 mgr.smithi150.owatov (mgr.14180) 158 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:19.132 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:18 smithi157 conmon[41110]: audit 2024-02-09T20:25:18.264607+0000 mon.smithi150 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:19.166 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:18 smithi150 conmon[35634]: cluster 2024-02-09T20:25:17.501096+0000 mgr.smithi150.owatov (mgr.14180) 158 2024-02-09T20:25:19.166 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:18 smithi150 conmon[35634]: : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:19.166 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:18 smithi150 conmon[35634]: audit 2024-02-09T20:25:18.264607+0000 mon.smithi150 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:19.593 INFO:teuthology.orchestra.run.smithi150.stdout:Scheduled rgw.foorgw update... 2024-02-09T20:25:20.260 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.150/16' 2024-02-09T20:25:20.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:20 smithi150 conmon[35634]: cluster 2024-02-09T20:25:19.501390+0000 mgr.smithi150.owatov (mgr.14180) 159 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:20.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:20 smithi150 conmon[35634]: audit 2024-02-09T20:25:19.586897+0000 mgr.smithi150.owatov (mgr.14180) 160 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:25:20.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:20 smithi150 conmon[35634]: cephadm 2024-02-09T20:25:19.587971+0000 mgr.smithi150.owatov (mgr.14180) 161 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-09T20:25:20.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:20 smithi150 conmon[35634]: audit 2024-02-09T20:25:19.591709+0000 mon.smithi150 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:20.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:20 smithi157 conmon[41110]: cluster 2024-02-09T20:25:19.501390+0000 mgr.smithi150.owatov (mgr.14180) 159 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:20.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:20 smithi157 conmon[41110]: audit 2024-02-09T20:25:19.586897+0000 mgr.smithi150.owatov (mgr.14180) 160 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:25:20.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:20 smithi157 conmon[41110]: cephadm 2024-02-09T20:25:19.587971+0000 mgr.smithi150.owatov (mgr.14180) 161 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-09T20:25:20.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:20 smithi157 conmon[41110]: audit 2024-02-09T20:25:19.591709+0000 mon.smithi150 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:23.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:22 smithi150 conmon[35634]: cluster 2024-02-09T20:25:21.501674+0000 mgr.smithi150.owatov (mgr.14180) 162 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:23.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:22 smithi150 conmon[35634]: audit 2024-02-09T20:25:21.840160+0000 mon.smithi150 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:23.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:22 smithi150 conmon[35634]: audit 2024-02-09T20:25:21.916464+0000 mon.smithi150 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:23.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:22 smithi150 conmon[35634]: audit 2024-02-09T20:25:22.442130+0000 mon.smithi150 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-09T20:25:23.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:22 smithi157 conmon[41110]: cluster 2024-02-09T20:25:21.501674+0000 mgr.smithi150.owatov (mgr.14180) 162 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:23.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:22 smithi157 conmon[41110]: audit 2024-02-09T20:25:21.840160+0000 mon.smithi150 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:23.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:22 smithi157 conmon[41110]: audit 2024-02-09T20:25:21.916464+0000 mon.smithi150 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:23.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:22 smithi157 conmon[41110]: audit 2024-02-09T20:25:22.442130+0000 mon.smithi150 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-09T20:25:23.965 INFO:teuthology.orchestra.run.smithi150.stdout:NFS Cluster Created Successfully 2024-02-09T20:25:24.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:23 smithi150 conmon[35634]: audit 2024-02-09T20:25:22.440866+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:25:24.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:23 smithi150 conmon[35634]: .14180) 163 : audit [DBG] from='client.24329 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.150/16", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:25:24.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:23 smithi150 conmon[35634]: audit 2024-02-09T20:25:22.918636+0000 mon.smithi150 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-09T20:25:24.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:23 smithi150 conmon[35634]: cluster 2024-02-09T20:25:22.918677+0000 mon.smithi150 (mon.0) 605 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-09T20:25:24.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:23 smithi150 conmon[35634]: audit 2024-02-09T20:25:22.919691+0000 mon.smithi150 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-09T20:25:24.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:23 smithi157 conmon[41110]: audit 2024-02-09T20:25:22.440866+0000 mgr.smithi150.owatov (mgr.14180) 163 : audit [DBG] from='client.24329 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.150/16", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:25:24.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:23 smithi157 conmon[41110]: audit 2024-02-09T20:25:22.918636+0000 mon.smithi150 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-09T20:25:24.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:23 smithi157 conmon[41110]: cluster 2024-02-09T20:25:22.918677+0000 mon.smithi150 (mon.0) 605 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-09T20:25:24.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:23 smithi157 conmon[41110]: audit 2024-02-09T20:25:22.919691+0000 mon.smithi150 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-09T20:25:24.658 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-09T20:25:24.668 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi150.front.sepia.ceph.com 2024-02-09T20:25:24.669 DEBUG:teuthology.orchestra.run.smithi150:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2024-02-09T20:25:24.699 INFO:teuthology.orchestra.run.smithi150.stderr:+ dnf install -y python3-boto3 2024-02-09T20:25:25.039 INFO:teuthology.orchestra.run.smithi150.stdout:Updating Subscription Management repositories. 2024-02-09T20:25:25.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:24 smithi157 conmon[41110]: cluster 2024-02-09T20:25:23.502045+0000 mgr.smithi150.owatov (mgr.14180) 164 : cluster [DBG] pgmap v134: 33 pgs: 4 creating+peering, 28 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:25.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:24 smithi157 conmon[41110]: audit 2024-02-09T20:25:23.924179+0000 mon.smithi150 (mon. 2024-02-09T20:25:25.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:24 smithi157 conmon[41110]: 0) 607 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-09T20:25:25.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:24 smithi157 conmon[41110]: cluster 2024-02-09T20:25:23.924420+0000 mon.smithi150 (mon.0) 608 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-09T20:25:25.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:24 smithi157 conmon[41110]: cephadm 2024-02-09T20:25:23.951262 2024-02-09T20:25:25.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:24 smithi157 conmon[41110]: +0000 mgr.smithi150.owatov (mgr.14180) 165 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-09T20:25:25.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:24 smithi157 conmon[41110]: audit 2024-02-09T20:25 2024-02-09T20:25:25.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:24 smithi157 conmon[41110]: :23.955426+0000 mon.smithi150 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:25.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:24 smithi157 conmon[41110]: cephadm 2024-02-09T20:25:23.956775 2024-02-09T20:25:25.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:24 smithi157 conmon[41110]: +0000 mgr.smithi150.owatov (mgr.14180) 166 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-09T20:25:25.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:24 smithi157 conmon[41110]: audit 2024-02-09T 2024-02-09T20:25:25.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:24 smithi157 conmon[41110]: 20:25:23.962375+0000 mon.smithi150 (mon.0) 610 : 2024-02-09T20:25:25.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:24 smithi157 conmon[41110]: audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:25.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:24 smithi150 conmon[35634]: cluster 2024-02-09T20:25:23.502045+0000 mgr.smithi150.owatov (mgr.14180) 164 : cluster [DBG] pgmap v134: 33 pgs: 4 creating+peering, 28 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:25.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:24 smithi150 conmon[35634]: audit 2024-02-09T20:25:23.924179+0000 mon.smithi150 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-09T20:25:25.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:24 smithi150 conmon[35634]: cluster 2024-02-09T20:25:23.924420+0000 mon.smithi150 (mon.0) 608 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-09T20:25:25.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:24 smithi150 conmon[35634]: cephadm 2024-02-09T20:25:23.951262+0000 mgr.smithi150.owatov (mgr.14180) 165 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-09T20:25:25.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:24 smithi150 conmon[35634]: audit 2024-02-09T20:25:23.955426+0000 mon.smithi150 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:25.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:24 smithi150 conmon[35634]: cephadm 2024-02-09T20:25:23.956775+0000 mgr.smithi150.owatov (mgr.14180) 166 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-09T20:25:25.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:24 smithi150 conmon[35634]: audit 2024-02-09T20:25:23.962375+0000 mon.smithi150 2024-02-09T20:25:25.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:24 smithi150 conmon[35634]: (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:25.931 INFO:teuthology.orchestra.run.smithi150.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 89 kB/s | 4.1 kB 00:00 2024-02-09T20:25:26.182 INFO:teuthology.orchestra.run.smithi150.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 98 kB/s | 4.5 kB 00:00 2024-02-09T20:25:26.288 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: cluster 2024-02-09T20:25:24.927718+0000 mon.smithi150 (mon.0 2024-02-09T20:25:26.288 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: ) 611 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-09T20:25:26.288 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: cluster 2024-02-09T20:25:24.967637+0000 mon.smithi150 (mon.0) 612 : cluster [DBG] mgrmap e19: smithi150.owatov(active, since 3m), standbys: smithi157.oefvpo 2024-02-09T20:25:26.288 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: audit 2024-02-09T20:25:25.722344+0000 mon.smithi150 (mon.0) 613 : 2024-02-09T20:25:26.288 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:26.289 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: audit 2024- 2024-02-09T20:25:26.289 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: 02-09T20:25:25.723294+0000 mon.smithi150 (mon.0) 614 : audit [DBG] 2024-02-09T20:25:26.289 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:25:26.289 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: audit 2024-02-09T20:25: 2024-02-09T20:25:26.289 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: 25.723911+0000 mon.smithi150 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:25:26.289 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: audit 2024-02-09T20:25:26.289 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: 2024-02-09T20:25:25 2024-02-09T20:25:26.289 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: .730055+0000 mon.smithi150 (mon.0) 616 2024-02-09T20:25:26.289 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:26.289 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: audit 2024 2024-02-09T20:25:26.289 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: -02-09T20:25:25.733460+0000 mon.smithi150 2024-02-09T20:25:26.289 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: (mon.0) 617 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:25:26.289 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: audit 2024-02-09T20:25:25.741508+0000 mon.smithi150 (mon.0) 618 2024-02-09T20:25:26.289 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:26.290 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: audit 2024-02-09T 2024-02-09T20:25:26.290 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: 20:25:25.742102+0000 mon.smithi150 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi157.tqbnuu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-09T20:25:26.290 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: audit 2024-02-09T20:25:25. 2024-02-09T20:25:26.290 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: 747241+0000 mon.smithi150 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi157.tqbnuu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-09T20:25:26.290 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: audit 2024- 2024-02-09T20:25:26.290 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: 02-09T20:25:25.750897+0000 mon.smithi150 ( 2024-02-09T20:25:26.290 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:26.290 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: audit 2024-02-09T20:25:26.290 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: 2024-02-09T20:25: 2024-02-09T20:25:26.290 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: 25.751518+0000 mon.smithi150 (mon.0) 622 : 2024-02-09T20:25:26.290 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:25 smithi157 conmon[41110]: audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:25:26.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:25 smithi150 conmon[35634]: cluster 2024-02-09T20:25:24.927718+0000 mon.smithi150 (mon.0) 611 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-09T20:25:26.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:25 smithi150 conmon[35634]: cluster 2024-02-09T20:25:24.967637 2024-02-09T20:25:26.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:25 smithi150 conmon[35634]: +0000 mon.smithi150 (mon.0) 612 : cluster [DBG] mgrmap e19: smithi150.owatov(active, since 3m), standbys: smithi157.oefvpo 2024-02-09T20:25:26.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:25 smithi150 conmon[35634]: audit 2024-02-09T20:25:25.722344+0000 mon.smithi150 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:26.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:25 smithi150 conmon[35634]: audit 2024-02-09T20:25:25.723294+0000 mon.smithi150 (mon.0) 614 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:25:26.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:25 smithi150 conmon[35634]: audit 2024-02-09T20:25:25.723911+0000 mon.smithi150 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:25:26.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:25 smithi150 conmon[35634]: audit 2024-02-09T20:25:25.730055+0000 mon.smithi150 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:26.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:25 smithi150 conmon[35634]: audit 2024-02-09T20:25:25.733460+0000 mon.smithi150 (mon.0) 617 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:25:26.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:25 smithi150 conmon[35634]: audit 2024-02-09T20:25:25.741508+0000 mon.smithi150 (mon 2024-02-09T20:25:26.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:25 smithi150 conmon[35634]: .0) 618 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:26.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:25 smithi150 conmon[35634]: audit 2024-02-09T20:25:25.742102+0000 mon.smithi150 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi157.tqbnuu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-09T20:25:26.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:25 smithi150 conmon[35634]: audit 2024-02-09T20:25:25. 2024-02-09T20:25:26.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:25 smithi150 conmon[35634]: 747241+0000 mon.smithi150 (mon.0) 620 : audit [INF] 2024-02-09T20:25:26.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:25 smithi150 conmon[35634]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi157.tqbnuu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-09T20:25:26.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:25 smithi150 conmon[35634]: audit 2024-02-09T20:25:26.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:25 smithi150 conmon[35634]: 2024-02-09T20:25:25.750897+0000 mon.smithi150 (mon. 2024-02-09T20:25:26.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:25 smithi150 conmon[35634]: 0) 621 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:26.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:25 smithi150 conmon[35634]: audit 2024-02-09T20 2024-02-09T20:25:26.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:25 smithi150 conmon[35634]: :25:25.751518+0000 mon.smithi150 (mon.0 2024-02-09T20:25:26.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:25 smithi150 conmon[35634]: ) 622 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:25:27.312 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:26 smithi157 conmon[41110]: cluster 2024-02-09T20:25:25.502511+0000 mgr.smithi150.owatov (mgr.14180) 167 : cluster [DBG] pgmap v137: 33 pgs: 4 creating+peering, 12 unknown, 17 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:27.312 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:26 smithi157 conmon[41110]: cephadm 2024-02-09T20:25:25.738295 2024-02-09T20:25:27.312 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:26 smithi157 conmon[41110]: +0000 mgr.smithi150.owatov (mgr.14180) 168 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-09T20:25:27.312 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:26 smithi157 conmon[41110]: cephadm 2024-02-09T20:25:25.752032+0000 mgr.smithi150.owatov (mgr.14180) 169 : cephadm [INF] Deploying daemon rgw.foorgw.smithi157.tqbnuu on smithi157 2024-02-09T20:25:27.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:26 smithi150 conmon[35634]: cluster 2024-02-09T20:25:25.502511+0000 mgr.smithi150.owatov (mgr.14180) 167 : cluster 2024-02-09T20:25:27.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:26 smithi150 conmon[35634]: [DBG] pgmap v137: 33 pgs: 4 creating+peering, 12 unknown, 17 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:27.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:26 smithi150 conmon[35634]: cephadm 2024-02-09T20:25:25.738295+0000 mgr.smithi150.owatov (mgr.14180) 168 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-09T20:25:27.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:26 smithi150 conmon[35634]: cephadm 2024-02-09T20:25:25.752032+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:25:27.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:26 smithi150 conmon[35634]: .14180) 169 : cephadm [INF] Deploying daemon rgw.foorgw.smithi157.tqbnuu on smithi157 2024-02-09T20:25:28.526 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-02-09T20:25:28.527 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-02-09T20:25:28.527 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2024-02-09T20:25:28.527 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-02-09T20:25:28.528 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2024-02-09T20:25:28.528 INFO:teuthology.orchestra.run.smithi150.stdout: python3-boto3 noarch 1.15.15-1.el8 epel 152 k 2024-02-09T20:25:28.528 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2024-02-09T20:25:28.528 INFO:teuthology.orchestra.run.smithi150.stdout: python3-botocore noarch 1.18.15-1.el8 epel 4.5 M 2024-02-09T20:25:28.528 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jmespath noarch 0.9.0-11.el8 rhel-8-for-x86_64-appstream-rpms 45 k 2024-02-09T20:25:28.528 INFO:teuthology.orchestra.run.smithi150.stdout: python3-s3transfer noarch 0.3.4-1.el8 epel 108 k 2024-02-09T20:25:28.528 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:25:28.528 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-02-09T20:25:28.528 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-02-09T20:25:28.528 INFO:teuthology.orchestra.run.smithi150.stdout:Install 4 Packages 2024-02-09T20:25:28.528 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:25:28.529 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 4.8 M 2024-02-09T20:25:28.529 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 49 M 2024-02-09T20:25:28.529 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2024-02-09T20:25:28.795 INFO:teuthology.orchestra.run.smithi150.stdout:(1/4): python3-boto3-1.15.15-1.el8.noarch.rpm 643 kB/s | 152 kB 00:00 2024-02-09T20:25:28.846 INFO:teuthology.orchestra.run.smithi150.stdout:(2/4): python3-s3transfer-0.3.4-1.el8.noarch.rp 374 kB/s | 108 kB 00:00 2024-02-09T20:25:28.932 INFO:teuthology.orchestra.run.smithi150.stdout:(3/4): python3-jmespath-0.9.0-11.el8.noarch.rpm 328 kB/s | 45 kB 00:00 2024-02-09T20:25:29.124 INFO:teuthology.orchestra.run.smithi150.stdout:(4/4): python3-botocore-1.18.15-1.el8.noarch.rp 7.9 MB/s | 4.5 MB 00:00 2024-02-09T20:25:29.126 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-02-09T20:25:29.126 INFO:teuthology.orchestra.run.smithi150.stdout:Total 8.0 MB/s | 4.8 MB 00:00 2024-02-09T20:25:29.139 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-02-09T20:25:29.147 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-02-09T20:25:29.148 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-02-09T20:25:29.232 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-02-09T20:25:29.241 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-02-09T20:25:29.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:28 smithi150 conmon[35634]: cluster 2024-02-09T20:25:27.502847+0000 mgr.smithi150.owatov (mgr.14180) 170 : cluster [DBG] pgmap v138: 33 pgs: 4 creating+peering, 29 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:29.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:28 smithi150 conmon[35634]: audit 2024-02-09T20:25:28.298603+0000 mon.smithi150 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:29.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:28 smithi150 conmon[35634]: audit 2024-02-09T20:25:28.299691+0000 mon.smithi150 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi150.tkyjel", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-09T20:25:29.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:28 smithi150 conmon[35634]: audit 2024-02-09T20:25:28.302652+0000 mon.smithi150 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi150.tkyjel", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-09T20:25:29.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:28 smithi150 conmon[35634]: audit 2024-02-09T20:25:28.306395+0000 mon.smithi150 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:29.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:28 smithi150 conmon[35634]: audit 2024-02-09T20:25:28.307107+0000 mon.smithi150 (mon.0) 627 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:25:29.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:28 smithi157 conmon[41110]: cluster 2024-02-09T20:25:27.502847+0000 mgr.smithi150.owatov (mgr.14180) 170 : cluster [DBG] pgmap v138: 33 pgs: 4 creating+peering, 29 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:28 smithi157 conmon[41110]: audit 2024-02-09T20:25:28.298603+0000 mon.smithi150 (mon. 2024-02-09T20:25:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:28 smithi157 conmon[41110]: 0) 623 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:28 smithi157 conmon[41110]: audit 2024-02-09T20:25:28.299691+0000 mon.smithi150 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi150.tkyjel", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-09T20:25:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:28 smithi157 conmon[41110]: audit 2024-02-09T20:25:28.302652+0000 mon.smithi150 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi150.tkyjel", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-09T20:25:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:28 smithi157 conmon[41110]: audit 2024-02-09T20:25:28.306395+0000 mon.smithi150 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:28 smithi157 conmon[41110]: audit 2024-02-09T20:25:28.307107+0000 mon.smithi150 (mon.0) 627 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:25:29.832 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-02-09T20:25:30.322 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:29 smithi150 conmon[35634]: cephadm 2024-02-09T20:25:28.307652+0000 2024-02-09T20:25:30.322 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:29 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14180) 171 : cephadm [INF] Deploying daemon rgw.foorgw.smithi150.tkyjel on smithi150 2024-02-09T20:25:30.322 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:29 smithi150 conmon[35634]: cluster 2024-02-09T20:25:28.974878+0000 mon.smithi150 (mon.0) 628 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-09T20:25:30.322 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:29 smithi150 conmon[35634]: audit 2024-02-09T20:25:28.976602+0000 mon.smithi157 (mon.1) 21 : audit [INF] from='client.? 172.21.15.157:0/1390805267' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-09T20:25:30.322 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:29 smithi150 conmon[35634]: audit 2024-02-09T20:25:28.977599+0000 mon.smithi150 (mon.0) 629 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-09T20:25:30.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:29 smithi157 conmon[41110]: cephadm 2024-02-09T20:25:28.307652+0000 mgr.smithi150.owatov (mgr.14180) 171 : cephadm [INF] Deploying daemon rgw.foorgw.smithi150.tkyjel on smithi150 2024-02-09T20:25:30.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:29 smithi157 conmon[41110]: cluster 2024-02-09T20:25:28.974878+0000 mon.smithi150 (mon.0) 628 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-09T20:25:30.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:29 smithi157 conmon[41110]: audit 2024-02-09T 2024-02-09T20:25:30.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:29 smithi157 conmon[41110]: 20:25:28.976602+0000 mon.smithi157 (mon.1) 21 : audit [INF] from='client.? 172.21.15.157:0/1390805267' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-09T20:25:30.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:29 smithi157 conmon[41110]: audit 2024-02-09T20:25:28.977599 2024-02-09T20:25:30.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:29 smithi157 conmon[41110]: +0000 mon.smithi150 (mon.0) 629 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-09T20:25:31.222 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-jmespath-0.9.0-11.el8.noarch 1/4 2024-02-09T20:25:31.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:30 smithi150 conmon[35634]: cluster 2024-02-09T 2024-02-09T20:25:31.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:30 smithi150 conmon[35634]: 20:25:29.503252+0000 mgr.smithi150.owatov (mgr.14180) 172 : cluster [DBG] pgmap v140: 65 pgs: 7 creating+peering, 25 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:31.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:30 smithi150 conmon[35634]: audit 2024-02-09T20:25:29.979227+0000 mon.smithi150 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-09T20:25:31.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:30 smithi150 conmon[35634]: cluster 2024-02-09T20:25:29.979426+0000 mon.smithi150 (mon.0) 631 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-09T20:25:31.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:30 smithi157 conmon[41110]: cluster 2024-02-09T20:25:29.503252+0000 mgr.smithi150.owatov (mgr.14180) 172 : cluster [DBG] pgmap v140: 65 pgs: 7 creating+peering, 25 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:25:31.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:30 smithi157 conmon[41110]: audit 2024-02-09T20:25:29.979227+0000 mon.smithi150 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-09T20:25:31.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:30 smithi157 conmon[41110]: cluster 2024-02-09T20:25:29.979426+0000 mon.smithi150 (mon.0) 631 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-09T20:25:31.546 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-botocore-1.18.15-1.el8.noarch 2/4 2024-02-09T20:25:31.914 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2024-02-09T20:25:32.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: cluster 2024-02-09T20:25:30.984078+0000 2024-02-09T20:25:32.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: mon.smithi150 (mon.0) 632 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-09T20:25:32.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: audit 2024-02-09T20:25:30.985455+0000 mon.smithi157 (mon.1) 22 : audit [INF] from='client.? 172.21.15.157:0/1390805267' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-09T20:25:32.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: audit 2024-02-09T20:25:30.989817+0000 mon.smithi150 (mon.0) 633 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-09T20:25:32.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: audit 2024-02-09T20:25:31.040683+0000 mon.smithi150 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:32.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: audit 2024-02-09T20:25:31.047001+0000 mon.smithi150 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:32.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: cephadm 2024-02-09T20:25:31.063119+0000 mgr.smithi150.owatov (mgr.14180) 173 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi150.hwuckz 2024-02-09T20:25:32.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: audit 2024-02-09T20:25:31.063453+0000 mon.smithi150 (mon.0) 2024-02-09T20:25:32.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: 636 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi150.hwuckz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-09T20:25:32.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: audit 2024-02-09T20:25:31.068771+0000 mon.smithi150 (mon.0) 637 : 2024-02-09T20:25:32.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi150.hwuckz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-09T20:25:32.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: cephadm 2024-02- 2024-02-09T20:25:32.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: 09T20:25:31.069375+0000 2024-02-09T20:25:32.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14180) 174 : cephadm [INF] 2024-02-09T20:25:32.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-09T20:25:32.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: audit 2024-02-09T 2024-02-09T20:25:32.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: 20:25:31.069593+0000 mon.smithi150 ( 2024-02-09T20:25:32.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 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-09T20:25:32.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: 2024-02-09T20:25:32.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: audit 2024-02-09T20: 2024-02-09T20:25:32.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: 25:31.074624+0000 mon.smithi150 (mon. 2024-02-09T20:25:32.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: 0) 639 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 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-09T20:25:32.100 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: audit 2024- 2024-02-09T20:25:32.100 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: 02-09T20:25:31.075734+0000 2024-02-09T20:25:32.100 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: mon.smithi150 (mon.0) 640 : audit 2024-02-09T20:25:32.100 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:25:32.100 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: audit 2024 2024-02-09T20:25:32.100 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: -02-09T20:25:31. 2024-02-09T20:25:32.100 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: 113875+0000 mon.smithi150 (mon.0) 641 : 2024-02-09T20:25:32.100 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-09T20:25:32.100 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: audit 2024-02 2024-02-09T20:25:32.100 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: -09T20:25:31.117472+0000 2024-02-09T20:25:32.100 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: mon.smithi150 (mon.0) 642 : audit 2024-02-09T20:25:32.100 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-09T20:25:32.100 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: audit 2024-02-09T 2024-02-09T20:25:32.101 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: 20:25:31.161068+0000 mon.smithi150 ( 2024-02-09T20:25:32.101 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi150.hwuckz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-09T20:25:32.101 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: 2024-02-09T20:25:32.101 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: audit 2024-02-09T20 2024-02-09T20:25:32.101 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: :25:31.164394+0000 mon.smithi150 ( 2024-02-09T20:25:32.101 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: mon.0) 644 : audit [INF] 2024-02-09T20:25:32.101 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi150.hwuckz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-09T20:25:32.101 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: audit 2024- 2024-02-09T20:25:32.101 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: 02-09T20:25:31 2024-02-09T20:25:32.101 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: .167658+0000 mon.smithi150 (mon.0 2024-02-09T20:25:32.101 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: ) 645 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:25:32.101 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: audit 2024-02 2024-02-09T20:25:32.101 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: -09T20:25:31.669914+0000 2024-02-09T20:25:32.101 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: mon.smithi150 (mon.0) 646 : audit 2024-02-09T20:25:32.101 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:31 smithi150 conmon[35634]: [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:32.190 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-boto3-1.15.15-1.el8.noarch 4/4 2024-02-09T20:25:32.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: cluster 2024-02-09T20:25:30.984078+0000 mon.smithi150 (mon.0) 632 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-09T20:25:32.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: audit 2024-02-09T20:25:32.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: 2024-02-09T20:25:30.985455+0000 mon.smithi157 (mon.1) 22 : audit [INF] from='client.? 172.21.15.157:0/1390805267' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-09T20:25:32.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: audit 2024-02-09T20:25:30.989817+0000 mon.smithi150 (mon.0) 633 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-09T20:25:32.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: audit 2024-02-09T20:25:31.040683+0000 mon.smithi150 (mon 2024-02-09T20:25:32.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: .0) 634 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:32.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: audit 2024-02-09T20:25:31.047001+0000 mon.smithi150 ( 2024-02-09T20:25:32.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:32.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: cephadm 2024-02-09T20:25:32.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: 2024-02-09T20:25:31.063119+0000 mgr.smithi150.owatov (mgr.14180) 173 : 2024-02-09T20:25:32.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: cephadm [INF] Creating key for client.nfs.foo.0.0.smithi150.hwuckz 2024-02-09T20:25:32.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: audit 2024-02-09T20:25:32.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: 2024-02-09T20:25:31.063453+0000 mon.smithi150 (mon.0) 636 : 2024-02-09T20:25:32.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi150.hwuckz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-09T20:25:32.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: audit 2024-02-09T20:25:32.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: 2024-02-09T20:25:31.068771+0000 mon.smithi150 (mon.0) 637 : audit 2024-02-09T20:25:32.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi150.hwuckz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-09T20:25:32.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: cephadm 2024 2024-02-09T20:25:32.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: -02-09T20:25:31.069375+0000 mgr.smithi150.owatov (mgr.14180) 174 : cephadm 2024-02-09T20:25:32.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-09T20:25:32.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: audit 2024-02-09T20:25:32.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: 2024-02-09T20:25:31.069593+0000 mon.smithi150 (mon.0) 638 : audit 2024-02-09T20:25:32.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 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-09T20:25:32.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: audit 2024 2024-02-09T20:25:32.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: -02-09T20:25:31.074624+0000 mon.smithi150 (mon.0) 639 : audit 2024-02-09T20:25:32.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 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-09T20:25:32.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: audit 2024-02-09T20:25:31.075734 2024-02-09T20:25:32.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: +0000 mon.smithi150 (mon.0) 640 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:25:32.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: audit 2024-02-09T20:25 2024-02-09T20:25:32.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: :31.113875+0000 mon.smithi150 (mon.0) 641 : audit [INF] 2024-02-09T20:25:32.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-09T20:25:32.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: audit 2024- 2024-02-09T20:25:32.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: 02-09T20:25:31.117472+0000 mon.smithi150 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-09T20:25:32.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: audit 2024-02-09T20:25 2024-02-09T20:25:32.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: :31.161068+0000 mon.smithi150 (mon.0) 643 : audit [INF] 2024-02-09T20:25:32.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi150.hwuckz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-09T20:25:32.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: audit 2024- 2024-02-09T20:25:32.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: 02-09T20:25:31.164394+0000 mon.smithi150 (mon.0) 644 : audit 2024-02-09T20:25:32.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi150.hwuckz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-09T20:25:32.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: audit 2024-02-09T20:25:32.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: 2024-02-09T20:25:31.167658+0000 mon.smithi150 (mon.0) 645 : audit 2024-02-09T20:25:32.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:25:32.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: audit 2024-02-09T20:25:32.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: 2024-02-09T20:25:31.669914+0000 mon.smithi150 (mon.0) 646 : 2024-02-09T20:25:32.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:31 smithi157 conmon[41110]: audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:32.490 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: python3-boto3-1.15.15-1.el8.noarch 4/4 2024-02-09T20:25:32.490 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-boto3-1.15.15-1.el8.noarch 1/4 2024-02-09T20:25:32.490 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-botocore-1.18.15-1.el8.noarch 2/4 2024-02-09T20:25:32.490 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2024-02-09T20:25:33.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:32 smithi150 conmon[35634]: cephadm 2024-02-09T20:25:31.160635+0000 mgr.smithi150.owatov (mgr.14180) 175 : cephadm [INF] 2024-02-09T20:25:33.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:32 smithi150 conmon[35634]: Rados config object exists: conf-nfs.foo 2024-02-09T20:25:33.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:32 smithi150 conmon[35634]: cephadm 2024-02-09T20:25:31.160736+0000 mgr.smithi150.owatov (mgr.14180) 176 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi150.hwuckz-rgw 2024-02-09T20:25:33.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:32 smithi150 conmon[35634]: cephadm 2024-02-09T20:25:31.168322+0000 mgr.smithi150.owatov (mgr.14180) 177 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi150.hwuckz on smithi150 2024-02-09T20:25:33.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:32 smithi150 conmon[35634]: cluster 2024-02-09T20:25:31.503711+0000 mgr.smithi150.owatov (mgr.14180) 178 : cluster [DBG] pgmap v143: 97 pgs: 18 creating+peering, 31 unknown, 48 active+clean; 358 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 170 B/s wr, 0 op/s 2024-02-09T20:25:33.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:32 smithi150 conmon[35634]: audit 2024-02-09T20:25:31.989586+0000 mon.smithi150 (mon.0) 647 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-09T20:25:33.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:32 smithi150 conmon[35634]: cluster 2024-02-09T20:25:31.989776+0000 mon.smithi150 (mon.0) 648 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-09T20:25:33.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:32 smithi157 conmon[41110]: cephadm 2024-02-09T20:25:31.160635+0000 mgr.smithi150.owatov (mgr.14180) 175 : cephadm 2024-02-09T20:25:33.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:32 smithi157 conmon[41110]: [INF] Rados config object exists: conf-nfs.foo 2024-02-09T20:25:33.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:32 smithi157 conmon[41110]: cephadm 2024-02-09T20:25:31.160736+0000 mgr.smithi150.owatov (mgr.14180) 176 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi150.hwuckz-rgw 2024-02-09T20:25:33.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:32 smithi157 conmon[41110]: cephadm 2024-02-09T20 2024-02-09T20:25:33.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:32 smithi157 conmon[41110]: :25:31.168322+0000 mgr.smithi150.owatov (mgr.14180) 177 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi150.hwuckz on smithi150 2024-02-09T20:25:33.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:32 smithi157 conmon[41110]: cluster 2024-02-09T20:25: 2024-02-09T20:25:33.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:32 smithi157 conmon[41110]: 31.503711+0000 mgr.smithi150.owatov (mgr.14180) 178 : cluster [DBG] pgmap v143: 97 pgs: 18 creating+peering, 31 unknown, 48 active+clean; 358 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 170 B/s wr, 0 op/s 2024-02-09T20:25:33.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:32 smithi157 conmon[41110]: audit 2024-02-09T20:25:31.989586+0000 mon.smithi150 (mon.0) 647 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-09T20:25:33.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:32 smithi157 conmon[41110]: cluster 2024-02-09T20:25:31.989776+0000 mon.smithi150 (mon.0) 648 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-09T20:25:34.293 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:34 smithi150 conmon[35634]: cluster 2024-02-09T20:25:32.992286+0000 2024-02-09T20:25:34.293 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:34 smithi150 conmon[35634]: mon.smithi150 (mon.0) 649 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-09T20:25:34.293 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:34 smithi150 conmon[35634]: audit 2024-02-09T20:25:32.994311+0000 mon.smithi150 (mon.0) 2024-02-09T20:25:34.294 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:34 smithi150 conmon[35634]: 650 : audit [INF] from='client.? 172.21.15.150:0/144715758' entity='client.rgw.foorgw.smithi150.tkyjel' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-09T20:25:34.294 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:34 smithi150 conmon[35634]: audit 2024-02- 2024-02-09T20:25:34.294 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:34 smithi150 conmon[35634]: 09T20:25:32.996161+0000 mon.smithi157 (mon.1) 23 : audit [INF] from='client.? 172.21.15.157:0/1390805267' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-09T20:25:34.294 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:34 smithi150 conmon[35634]: 2024-02-09T20:25:34.294 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:34 smithi150 conmon[35634]: audit 2024-02-09T20:25:34.294 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:34 smithi150 conmon[35634]: 2024-02-09T20:25:33.002023+0000 mon.smithi150 ( 2024-02-09T20:25:34.294 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:34 smithi150 conmon[35634]: mon.0) 651 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-09T20:25:34.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:34 smithi157 conmon[41110]: cluster 2024-02-09T20:25:32.992286+0000 mon.smithi150 (mon.0) 649 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-09T20:25:34.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:34 smithi157 conmon[41110]: audit 2024-02-09T20:25:32.994311+0000 mon.smithi150 (mon.0) 650 : audit [INF] from='client.? 172.21.15.150:0/144715758' entity='client.rgw.foorgw.smithi150.tkyjel' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-09T20:25:34.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:34 smithi157 conmon[41110]: audit 2024-02-09T20:25:32.996161+0000 mon.smithi157 (mon.1) 23 : audit [INF] from='client.? 172.21.15.157:0/1390805267' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-09T20:25:34.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:34 smithi157 conmon[41110]: audit 2024-02-09T20:25:33.002023+0000 mon.smithi150 (mon.0) 651 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-09T20:25:34.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:34 smithi157 conmon[41110]: 2024-02-09T20:25:35.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:35 smithi150 conmon[35634]: cluster 2024-02-09T20:25:33.504117+0000 mgr.smithi150.owatov 2024-02-09T20:25:35.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:35 smithi150 conmon[35634]: (mgr.14180) 179 : cluster [DBG] pgmap v146: 129 pgs: 18 creating+peering, 50 unknown, 61 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1023 B/s wr, 4 op/s 2024-02-09T20:25:35.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:35 smithi150 conmon[35634]: audit 2024-02-09T20:25:33.996575+0000 mon.smithi150 (mon.0) 652 : audit [INF] from='client.? 172.21.15.150:0/144715758' entity='client.rgw.foorgw.smithi150.tkyjel' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-09T20:25:35.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:35 smithi150 conmon[35634]: audit 2024-02-09T20:25:33.996753+0000 mon.smithi150 (mon.0) 653 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-09T20:25:35.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:35 smithi150 conmon[35634]: cluster 2024-02-09T20:25:33 2024-02-09T20:25:35.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:35 smithi150 conmon[35634]: .996840+0000 mon.smithi150 (mon.0) 654 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-09T20:25:35.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:35 smithi150 conmon[35634]: cluster 2024-02-09T20:25:35.004771 2024-02-09T20:25:35.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:35 smithi150 conmon[35634]: +0000 mon.smithi150 (mon.0) 655 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-09T20:25:35.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:35 smithi150 conmon[35634]: audit 2024-02-09T20:25:35.011283 2024-02-09T20:25:35.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:35 smithi150 conmon[35634]: +0000 mon.smithi157 (mon.1) 24 : audit [INF] from='client.? 172.21.15.157:0/3302215332' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-09T20:25:35.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:35 smithi150 conmon[35634]: audit 2024-02-09T20:25:35.012759+0000 mon.smithi150 ( 2024-02-09T20:25:35.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:35 smithi150 conmon[35634]: mon.0) 656 : audit [INF] from='client.? 172.21.15.150:0/3072922336' entity='client.rgw.foorgw.smithi150.tkyjel' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-09T20:25:35.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:35 smithi150 conmon[35634]: audit 2024-02-09T20:25:35.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:35 smithi150 conmon[35634]: 2024-02-09T20:25:35.013429+0000 mon.smithi150 (mon.0) 657 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-09T20:25:35.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:35 smithi157 conmon[41110]: cluster 2024-02-09T20:25:33.504117+0000 mgr.smithi150.owatov (mgr.14180) 179 : cluster 2024-02-09T20:25:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:35 smithi157 conmon[41110]: [DBG] pgmap v146: 129 pgs: 18 creating+peering, 50 unknown, 61 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1023 B/s wr, 4 op/s 2024-02-09T20:25:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:35 smithi157 conmon[41110]: audit 2024-02-09T20:25:33.996575+0000 mon.smithi150 (mon.0) 652 : audit [INF] from='client.? 172.21.15.150:0/144715758' entity='client.rgw.foorgw.smithi150.tkyjel' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-09T20:25:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:35 smithi157 conmon[41110]: audit 2024-02-09T20:25:33. 2024-02-09T20:25:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:35 smithi157 conmon[41110]: 996753+0000 mon.smithi150 (mon.0) 653 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-09T20:25:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:35 smithi157 conmon[41110]: cluster 2024-02-09T20:25: 2024-02-09T20:25:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:35 smithi157 conmon[41110]: 33.996840+0000 mon.smithi150 (mon.0) 654 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-09T20:25:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:35 smithi157 conmon[41110]: cluster 2024-02-09T20:25:35. 2024-02-09T20:25:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:35 smithi157 conmon[41110]: 004771+0000 mon.smithi150 (mon.0) 655 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-09T20:25:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:35 smithi157 conmon[41110]: audit 2024-02- 2024-02-09T20:25:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:35 smithi157 conmon[41110]: 09T20:25:35.011283+0000 mon.smithi157 (mon.1) 24 : 2024-02-09T20:25:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:35 smithi157 conmon[41110]: audit [INF] from='client.? 172.21.15.157:0/3302215332' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-09T20:25:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:35 smithi157 conmon[41110]: audit 2024-02-09T20:25:35.012759+0000 mon.smithi150 ( 2024-02-09T20:25:35.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:35 smithi157 conmon[41110]: mon.0) 656 : audit [INF] from='client.? 172.21.15.150:0/3072922336' entity='client.rgw.foorgw.smithi150.tkyjel' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-09T20:25:35.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:35 smithi157 conmon[41110]: audit 2024-02-09T20: 2024-02-09T20:25:35.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:35 smithi157 conmon[41110]: 25:35.013429+0000 mon.smithi150 (mon.0) 657 : audit [INF] 2024-02-09T20:25:35.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:35 smithi157 conmon[41110]: from='client.? ' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-09T20:25:36.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:36 smithi150 conmon[35634]: audit 2024-02-09T20:25:35.082164+0000 mon.smithi150 (mon. 2024-02-09T20:25:36.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:36 smithi150 conmon[35634]: 0) 658 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:36.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:36 smithi150 conmon[35634]: audit 2024-02-09T20:25:35.087664+0000 mon.smithi150 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:36.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:36 smithi150 conmon[35634]: cephadm 2024-02-09T20 2024-02-09T20:25:36.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:36 smithi150 conmon[35634]: :25:35.094776+0000 mgr.smithi150.owatov (mgr.14180) 180 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi157.aqprcf on smithi157 2024-02-09T20:25:36.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:36 smithi150 conmon[35634]: audit 2024- 2024-02-09T20:25:36.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:36 smithi150 conmon[35634]: 02-09T20:25:36.006472+0000 mon.smithi150 (mon 2024-02-09T20:25:36.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:36 smithi150 conmon[35634]: .0) 660 : audit [INF] from='client.? 172.21.15.150:0/3072922336' entity='client.rgw.foorgw.smithi150.tkyjel' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-09T20:25:36.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:36 smithi150 conmon[35634]: audit 2024-02 2024-02-09T20:25:36.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:36 smithi150 conmon[35634]: -09T20:25:36.006619+0000 mon.smithi150 ( 2024-02-09T20:25:36.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:36 smithi150 conmon[35634]: mon.0) 661 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-09T20:25:36.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:36 smithi150 conmon[35634]: cluster 2024-02-09 2024-02-09T20:25:36.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:36 smithi150 conmon[35634]: T20:25:36.006707+0000 mon.smithi150 (mon. 2024-02-09T20:25:36.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:36 smithi150 conmon[35634]: 0) 662 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-09T20:25:36.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:36 smithi150 conmon[35634]: audit 2024-02-09T 2024-02-09T20:25:36.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:36 smithi150 conmon[35634]: 20:25:36.009375+0000 mon.smithi157 (mon.1 2024-02-09T20:25:36.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:36 smithi150 conmon[35634]: ) 25 : audit [INF] from='client.? 172.21.15.157:0/3302215332' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-09T20:25:36.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:36 smithi150 conmon[35634]: audit 2024-02-09T 2024-02-09T20:25:36.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:36 smithi150 conmon[35634]: 20:25:36.015690+0000 mon.smithi150 (mon.0) 2024-02-09T20:25:36.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:36 smithi150 conmon[35634]: 663 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-09T20:25:36.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:36 smithi150 conmon[35634]: audit 2024-02-09T20:25: 2024-02-09T20:25:36.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:36 smithi150 conmon[35634]: 36.020714+0000 mon.smithi150 (mon.0) 664 : 2024-02-09T20:25:36.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:36 smithi150 conmon[35634]: audit [INF] from='client.? 172.21.15.150:0/3072922336' entity='client.rgw.foorgw.smithi150.tkyjel' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-09T20:25:36.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:36 smithi157 conmon[41110]: audit 2024-02-09T20:25:35.082164+0000 mon.smithi150 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:36.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:36 smithi157 conmon[41110]: audit 2024-02-09T20:25:35.087664+0000 mon.smithi150 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:36.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:36 smithi157 conmon[41110]: cephadm 2024-02-09T20:25:35.094776+0000 mgr.smithi150.owatov (mgr.14180) 180 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi157.aqprcf on smithi157 2024-02-09T20:25:36.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:36 smithi157 conmon[41110]: audit 2024-02-09T20:25:36.006472+0000 mon.smithi150 (mon.0) 660 : audit [INF] from='client.? 172.21.15.150:0/3072922336' entity='client.rgw.foorgw.smithi150.tkyjel' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-09T20:25:36.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:36 smithi157 conmon[41110]: audit 2024-02-09T20:25:36.006619+0000 mon.smithi150 (mon.0) 661 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-09T20:25:36.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:36 smithi157 conmon[41110]: cluster 2024-02-09T20:25:36.006707+0000 mon.smithi150 (mon.0) 662 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-09T20:25:36.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:36 smithi157 conmon[41110]: audit 2024-02-09T20:25:36.009375+0000 mon.smithi157 (mon.1) 25 : audit [INF] from='client.? 172.21.15.157:0/3302215332' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-09T20:25:36.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:36 smithi157 conmon[41110]: audit 2024-02-09T20:25:36.015690+0000 mon.smithi150 (mon.0) 663 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-09T20:25:36.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:36 smithi157 conmon[41110]: audit 2024-02-09T20:25:36.020714+0000 mon.smithi150 (mon.0) 664 : audit [INF] from='client.? 172.21.15.150:0/3072922336' entity='client.rgw.foorgw.smithi150.tkyjel' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-09T20:25:37.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:37 smithi150 conmon[35634]: cluster 2024-02-09T20:25:35.504599+0000 mgr.smithi150.owatov (mgr.14180) 181 : cluster [DBG] 2024-02-09T20:25:37.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:37 smithi150 conmon[35634]: pgmap v149: 161 pgs: 22 creating+peering, 38 unknown, 101 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 3.2 KiB/s wr, 11 op/s 2024-02-09T20:25:37.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:37 smithi150 conmon[35634]: audit 2024-02-09T20:25:36.675882+0000 mon.smithi150 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:37.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:37 smithi150 conmon[35634]: audit 2024-02-09T20:25:37.007422+0000 mon.smithi150 (mon.0) 666 : audit [INF] 2024-02-09T20:25:37.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:37 smithi150 conmon[35634]: from='client.? ' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-09T20:25:37.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:37 smithi150 conmon[35634]: audit 2024-02-09T20:25:37.007515+0000 mon.smithi150 (mon.0) 667 : audit [INF] from='client.? 172.21.15.150:0/3072922336' entity='client.rgw.foorgw.smithi150.tkyjel' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-09T20:25:37.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:37 smithi150 conmon[35634]: cluster 2024-02-09T20:25:37.007568+0000 mon.smithi150 (mon.0) 668 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-09T20:25:37.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:37 smithi150 conmon[35634]: 2024-02-09T20:25:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:37 smithi157 conmon[41110]: cluster 2024-02-09T20:25:35.504599+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:25:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:37 smithi157 conmon[41110]: 181 : cluster [DBG] pgmap v149: 161 pgs: 22 creating+peering, 38 unknown, 101 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 3.2 KiB/s wr, 11 op/s 2024-02-09T20:25:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:37 smithi157 conmon[41110]: audit 2024-02-09T20:25:36.675882+0000 mon.smithi150 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:37 smithi157 conmon[41110]: audit 2024-02-09 2024-02-09T20:25:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:37 smithi157 conmon[41110]: T20:25:37.007422+0000 mon.smithi150 (mon.0) 666 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi157.tqbnuu' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-09T20:25:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:37 smithi157 conmon[41110]: audit 2024-02- 2024-02-09T20:25:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:37 smithi157 conmon[41110]: 09T20:25:37. 2024-02-09T20:25:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:37 smithi157 conmon[41110]: 007515+0000 mon.smithi150 (mon.0 2024-02-09T20:25:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:37 smithi157 conmon[41110]: ) 667 : audit [INF] from='client.? 172.21.15.150:0/3072922336' entity='client.rgw.foorgw.smithi150.tkyjel' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-09T20:25:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:37 smithi157 conmon[41110]: cluster 2024-02-09T20:25:37. 2024-02-09T20:25:37.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:37 smithi157 conmon[41110]: 007568+0000 mon.smithi150 (mon.0) 668 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-09T20:25:37.749 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-jmespath-0.9.0-11.el8.noarch 4/4 2024-02-09T20:25:37.749 INFO:teuthology.orchestra.run.smithi150.stdout:Installed products updated. 2024-02-09T20:25:38.274 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:25:38.274 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2024-02-09T20:25:38.274 INFO:teuthology.orchestra.run.smithi150.stdout: python3-boto3-1.15.15-1.el8.noarch python3-botocore-1.18.15-1.el8.noarch 2024-02-09T20:25:38.274 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jmespath-0.9.0-11.el8.noarch python3-s3transfer-0.3.4-1.el8.noarch 2024-02-09T20:25:38.274 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:25:38.274 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-02-09T20:25:38.475 DEBUG:teuthology.orchestra.run.smithi150:> 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-09T20:25:38.545 INFO:teuthology.orchestra.run.smithi150.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2024-02-09T20:25:38.865 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring fsid 8452f3e0-c788-11ee-95b8-87774f69a715 2024-02-09T20:25:38.915 INFO:teuthology.orchestra.run.smithi150.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a502f12df31fe0d2d8e9eeec9fe2e9a18b9362c10004847eb4d4911eecc1bc78 2024-02-09T20:25:39.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:39 smithi150 conmon[35634]: cluster 2024-02-09T20:25:37.505009+0000 mgr.smithi150.owatov (mgr.14180) 182 : cluster [DBG] pgmap v152: 161 pgs: 1 creating+activating, 11 creating+peering, 14 unknown, 135 active+clean; 1.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 2.7 KiB/s wr, 20 op/s 2024-02-09T20:25:39.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:39 smithi157 conmon[41110]: cluster 2024-02-09T20:25:37.505009+0000 mgr.smithi150.owatov (mgr.14180) 182 : cluster [DBG] pgmap v152: 161 pgs: 1 creating+activating, 11 creating+peering, 14 unknown, 135 active+clean; 1.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 2.7 KiB/s wr, 20 op/s 2024-02-09T20:25:39.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:39 smithi157 conmon[41110]: 2024-02-09T20:25:41.257 INFO:teuthology.run_tasks:Running task python... 2024-02-09T20:25:41.269 INFO:tasks.python:Running python on role host.a host ubuntu@smithi150.front.sepia.ceph.com 2024-02-09T20:25:41.269 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-09T20:25:41.269 DEBUG:teuthology.orchestra.run.smithi150:> sudo TESTDIR=/home/ubuntu/cephtest python3 2024-02-09T20:25:41.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:41 smithi150 conmon[35634]: cluster 2024-02-09T20:25:39.505687+0000 mgr.smithi150.owatov (mgr.14180) 183 : cluster [DBG] 2024-02-09T20:25:41.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:41 smithi150 conmon[35634]: pgmap v153: 161 pgs: 1 creating+activating, 11 creating+peering, 149 active+clean; 2.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 3.6 KiB/s wr, 87 op/s 2024-02-09T20:25:41.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:41 smithi157 conmon[41110]: cluster 2024-02-09T20:25:39.505687+0000 mgr.smithi150.owatov (mgr.14180) 183 : cluster [DBG] pgmap v153: 161 pgs: 1 creating+activating, 11 creating+peering, 149 active+clean; 2.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 3.6 KiB/s wr, 87 op/s 2024-02-09T20:25:43.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:43 smithi157 conmon[41110]: cluster 2024-02-09T20:25:41.506330+0000 mgr.smithi150.owatov (mgr.14180) 184 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 KiB/s rd, 6.6 KiB/s wr, 230 op/s 2024-02-09T20:25:43.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:43 smithi157 conmon[41110]: cluster 2024-02-09T20:25:42.101308+0000 mon.smithi150 (mon.0) 669 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-09T20:25:43.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:43 smithi157 conmon[41110]: audit 2024-02-09T20:25:42.102765+0000 mon.smithi150 (mon.0) 670 : audit [INF] from='client.? 172.21.15.150:0/144715758' entity='client.rgw.foorgw.smithi150.tkyjel' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-02-09T20:25:43.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:43 smithi150 conmon[35634]: cluster 2024-02-09T20:25:41.506330+0000 mgr.smithi150.owatov (mgr.14180) 184 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 KiB/s rd, 6.6 KiB/s wr, 230 op/s 2024-02-09T20:25:43.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:43 smithi150 conmon[35634]: cluster 2024-02-09T20:25:42.101308+0000 mon.smithi150 (mon.0) 669 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-09T20:25:43.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:43 smithi150 conmon[35634]: audit 2024-02-09T20:25:42.102765+0000 mon.smithi150 (mon.0) 670 : audit [INF] from='client.? 172.21.15.150:0/144715758' entity='client.rgw.foorgw.smithi150.tkyjel' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-02-09T20:25:44.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:44 smithi157 conmon[41110]: audit 2024-02-09T20:25:43.104716+0000 mon.smithi150 (mon.0) 671 : audit 2024-02-09T20:25:44.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:44 smithi157 conmon[41110]: [INF] from='client.? 172.21.15.150:0/144715758' entity='client.rgw.foorgw.smithi150.tkyjel' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-02-09T20:25:44.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:44 smithi157 conmon[41110]: cluster 2024-02-09T20:25:43.104981+0000 mon.smithi150 (mon.0) 672 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-09T20:25:44.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:44 smithi157 conmon[41110]: audit 2024-02-09T20:25:43.115294+0000 mon.smithi150 (mon.0 2024-02-09T20:25:44.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:44 smithi157 conmon[41110]: ) 673 : audit [INF] from='client.? 172.21.15.150:0/144715758' entity='client.rgw.foorgw.smithi150.tkyjel' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-09T20:25:44.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:44 smithi157 conmon[41110]: cluster 2024-02-09T20:25:44.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:44 smithi157 conmon[41110]: 2024-02-09T20:25:43.506742+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:25:44.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:44 smithi157 conmon[41110]: 185 : cluster [DBG] pgmap v157: 193 pgs: 6 creating+peering, 26 unknown, 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 KiB/s rd, 5.1 KiB/s wr, 230 op/s 2024-02-09T20:25:44.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:44 smithi150 conmon[35634]: audit 2024-02-09T20:25:43.104716+0000 mon.smithi150 (mon.0) 671 : audit [INF] from='client.? 172.21.15.150:0/144715758' entity='client.rgw.foorgw.smithi150.tkyjel' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-02-09T20:25:44.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:44 smithi150 conmon[35634]: cluster 2024-02-09T20:25:43.104981+0000 mon.smithi150 (mon.0) 672 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-09T20:25:44.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:44 smithi150 conmon[35634]: audit 2024-02-09T20:25:43.115294+0000 2024-02-09T20:25:44.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:44 smithi150 conmon[35634]: mon.smithi150 (mon.0) 673 : audit [INF] from='client.? 172.21.15.150:0/144715758' entity='client.rgw.foorgw.smithi150.tkyjel' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-09T20:25:44.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:44 smithi150 conmon[35634]: cluster 2024-02-09T20:25:44.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:44 smithi150 conmon[35634]: 2024-02-09T20:25:43.506742+0000 mgr.smithi150.owatov (mgr.14180) 185 : 2024-02-09T20:25:44.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:44 smithi150 conmon[35634]: cluster [DBG] pgmap v157: 193 pgs: 6 creating+peering, 26 unknown, 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 KiB/s rd, 5.1 KiB/s wr, 230 op/s 2024-02-09T20:25:45.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:45 smithi157 conmon[41110]: audit 2024-02-09T20:25:44.115359+0000 mon.smithi150 (mon.0) 674 : audit [INF] from='client.? 172.21.15.150:0/144715758' entity='client.rgw.foorgw.smithi150.tkyjel' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-09T20:25:45.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:45 smithi157 conmon[41110]: cluster 2024-02-09T20:25:44.115459+0000 mon.smithi150 (mon.0) 675 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-09T20:25:45.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:45 smithi150 conmon[35634]: audit 2024-02-09T20:25:44.115359+0000 mon.smithi150 (mon.0) 2024-02-09T20:25:45.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:45 smithi150 conmon[35634]: 674 : audit [INF] from='client.? 172.21.15.150:0/144715758' entity='client.rgw.foorgw.smithi150.tkyjel' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-09T20:25:45.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:45 smithi150 conmon[35634]: cluster 2024-02-09T20:25:44.115459+0000 mon.smithi150 (mon.0) 675 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-09T20:25:46.190 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-09T20:25:46.200 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi150.front.sepia.ceph.com 2024-02-09T20:25:46.200 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- bash -c 'ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser' 2024-02-09T20:25:46.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:46 smithi157 conmon[41110]: cluster 2024-02-09T20:25:45.121911+0000 mon.smithi150 (mon.0) 676 2024-02-09T20:25:46.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:46 smithi157 conmon[41110]: : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-09T20:25:46.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:46 smithi157 conmon[41110]: audit 2024-02-09T20:25:45.125067+0000 mon.smithi150 (mon.0) 677 : audit [INF] from='client.? 172.21.15.150:0/3072922336' entity='client.rgw.foorgw.smithi150.tkyjel' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-02-09T20:25:46.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:46 smithi157 conmon[41110]: cluster 2024-02-09T20:25:46.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:46 smithi157 conmon[41110]: 2024-02-09T20:25:45.507344+0000 mgr.smithi150.owatov (mgr.14180) 186 : cluster [DBG] pgmap v160: 225 pgs: 11 creating+peering, 35 unknown, 179 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.2 KiB/s wr, 11 op/s 2024-02-09T20:25:46.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:46 smithi150 conmon[35634]: cluster 2024-02-09T20:25:45.121911+0000 mon.smithi150 (mon.0) 676 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-09T20:25:46.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:46 smithi150 conmon[35634]: audit 2024-02-09T20:25:45.125067+0000 mon.smithi150 (mon.0) 677 : audit [INF] from='client.? 172.21.15.150:0/3072922336' entity='client.rgw.foorgw.smithi150.tkyjel' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-02-09T20:25:46.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:46 smithi150 conmon[35634]: cluster 2024-02-09T20:25:45.507344+0000 mgr.smithi150.owatov (mgr.14180) 186 : cluster [DBG] pgmap v160: 225 pgs: 11 creating+peering, 35 unknown, 179 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.2 KiB/s wr, 11 op/s 2024-02-09T20:25:47.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:47 smithi150 conmon[35634]: audit 2024-02-09T20:25:46.127868+0000 mon.smithi150 (mon.0 2024-02-09T20:25:47.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:47 smithi150 conmon[35634]: ) 678 : audit [INF] from='client.? 172.21.15.150:0/3072922336' entity='client.rgw.foorgw.smithi150.tkyjel' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-02-09T20:25:47.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:47 smithi150 conmon[35634]: cluster 2024-02-09T20:25:46.128058+0000 mon.smithi150 (mon.0) 679 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-09T20:25:47.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:47 smithi150 conmon[35634]: audit 2024-02-09T20:25:46.682908+0000 mon.smithi150 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:47.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:47 smithi157 conmon[41110]: audit 2024-02-09T20:25:46.127868+0000 mon.smithi150 (mon.0) 678 : audit [INF] from='client.? 172.21.15.150:0/3072922336' entity='client.rgw.foorgw.smithi150.tkyjel' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-02-09T20:25:47.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:47 smithi157 conmon[41110]: cluster 2024-02-09T20:25:46.128058+0000 mon.smithi150 (mon.0) 679 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-09T20:25:47.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:47 smithi157 conmon[41110]: audit 2024-02-09T20:25:46.682908+0000 mon.smithi150 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:48.399 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:48 smithi150 conmon[35634]: cluster 2024-02-09T20:25:47.138230+0000 mon.smithi150 (mon.0) 681 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-09T20:25:48.399 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:48 smithi150 conmon[35634]: cluster 2024-02-09T20:25:47.507960+0000 mgr.smithi150.owatov (mgr.14180) 187 : cluster [DBG] pgmap v163: 225 pgs: 14 creating+peering, 14 unknown, 197 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 1.7 KiB/s wr, 8 op/s 2024-02-09T20:25:48.399 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2024-02-09T20:25:48.399 INFO:teuthology.orchestra.run.smithi150.stdout: "bind": "/foouser", 2024-02-09T20:25:48.400 INFO:teuthology.orchestra.run.smithi150.stdout: "path": "/", 2024-02-09T20:25:48.400 INFO:teuthology.orchestra.run.smithi150.stdout: "cluster": "foo", 2024-02-09T20:25:48.400 INFO:teuthology.orchestra.run.smithi150.stdout: "mode": "RW", 2024-02-09T20:25:48.400 INFO:teuthology.orchestra.run.smithi150.stdout: "squash": "none" 2024-02-09T20:25:48.400 INFO:teuthology.orchestra.run.smithi150.stdout:} 2024-02-09T20:25:48.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:48 smithi157 conmon[41110]: cluster 2024-02-09T20:25:47.138230+0000 mon.smithi150 (mon.0) 681 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-09T20:25:48.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:48 smithi157 conmon[41110]: cluster 2024-02-09T20:25:47.507960+0000 mgr.smithi150.owatov (mgr.14180) 187 : cluster [DBG] pgmap v163: 225 pgs: 14 creating+peering, 14 unknown, 197 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 1.7 KiB/s wr, 8 op/s 2024-02-09T20:25:48.996 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-09T20:25:49.007 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-09T20:25:49.008 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:49.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:49 smithi150 conmon[35634]: audit 2024-02-09T20:25:48.281733+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:25:49.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:49 smithi150 conmon[35634]: ) 188 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:25:49.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:49 smithi157 conmon[41110]: audit 2024-02-09T20:25:48.281733+0000 mgr.smithi150.owatov (mgr.14180) 188 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:25:50.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:50 smithi150 conmon[35634]: cluster 2024-02-09T20:25:49.508859+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:25:50.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:50 smithi150 conmon[35634]: 189 : cluster [DBG] pgmap v164: 225 pgs: 12 creating+peering, 213 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.5 KiB/s wr, 13 op/s 2024-02-09T20:25:50.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:50 smithi157 conmon[41110]: cluster 2024-02-09T20:25:49.508859+0000 mgr.smithi150.owatov (mgr.14180) 189 : cluster [DBG] pgmap v164: 225 pgs: 12 creating+peering, 213 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.5 KiB/s wr, 13 op/s 2024-02-09T20:25:50.828 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:25:50.828 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:25:51.428 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:51 smithi150 conmon[35634]: audit 2024-02-09T20:25:50.823171+0000 mgr.smithi150.owatov (mgr.14180) 190 : 2024-02-09T20:25:51.429 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:51 smithi150 conmon[35634]: audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:51.445 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:25:51.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:51 smithi157 conmon[41110]: audit 2024-02-09T20:25:50.823171+0000 mgr.smithi150.owatov (mgr.14180) 190 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:52.446 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:52.479 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:52 smithi150 conmon[35634]: cluster 2024-02-09T20:25:51.509556+0000 mgr.smithi150.owatov (mgr.14180) 191 2024-02-09T20:25:52.479 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:52 smithi150 conmon[35634]: : cluster [DBG] pgmap v165: 225 pgs: 225 active+clean; 6.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 1.3 KiB/s wr, 22 op/s 2024-02-09T20:25:52.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:52 smithi157 conmon[41110]: cluster 2024-02-09T20:25:51.509556+0000 mgr.smithi150.owatov (mgr.14180) 191 : cluster [DBG] 2024-02-09T20:25:52.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:52 smithi157 conmon[41110]: pgmap v165: 225 pgs: 225 active+clean; 6.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 1.3 KiB/s wr, 22 op/s 2024-02-09T20:25:54.218 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:25:54.219 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:25:54.780 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:25:54.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:54 smithi150 conmon[35634]: cluster 2024-02-09T20:25:53.510208+0000 mgr.smithi150.owatov (mgr.14180) 192 : cluster [DBG] pgmap v166: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 767 B/s wr, 19 op/s 2024-02-09T20:25:54.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:54 smithi157 conmon[41110]: cluster 2024-02-09T20:25:53.510208+0000 mgr.smithi150.owatov (mgr.14180) 192 : cluster [DBG] pgmap v166: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 767 B/s wr, 19 op/s 2024-02-09T20:25:54.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:54 smithi157 conmon[41110]: 2024-02-09T20:25:55.781 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:55.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:55 smithi150 conmon[35634]: audit 2024-02-09T20:25:54.213639+0000 mgr.smithi150.owatov (mgr.14180) 193 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:55.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:55 smithi157 conmon[41110]: audit 2024-02-09T20:25:54.213639+0000 mgr.smithi150.owatov (mgr.14180) 193 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:55.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:55 smithi157 conmon[41110]: 2024-02-09T20:25:56.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:56 smithi150 conmon[35634]: cluster 2024-02-09T20:25:55.511246+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:25:56.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:56 smithi150 conmon[35634]: 14180) 194 : cluster [DBG] pgmap v167: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 654 B/s wr, 16 op/s 2024-02-09T20:25:56.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:56 smithi157 conmon[41110]: cluster 2024-02-09T20:25:55.511246+0000 mgr.smithi150.owatov (mgr.14180) 194 : cluster [DBG] pgmap v167: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 654 B/s wr, 16 op/s 2024-02-09T20:25:56.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:56 smithi157 conmon[41110]: 2024-02-09T20:25:57.554 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:25:57.554 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:25:57.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:57 smithi150 conmon[35634]: audit 2024-02-09T20:25:56.695141+0000 mon.smithi150 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:58.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:57 smithi157 conmon[41110]: audit 2024-02-09T20:25:56.695141+0000 mon.smithi150 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:25:58.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:57 smithi157 conmon[41110]: 2024-02-09T20:25:58.152 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:25:59.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:58 smithi150 conmon[35634]: cluster 2024-02-09T20:25:57.511863+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:25:59.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:58 smithi150 conmon[35634]: 195 : cluster [DBG] pgmap v168: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 394 B/s wr, 13 op/s 2024-02-09T20:25:59.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:25:58 smithi150 conmon[35634]: audit 2024-02-09T20:25:57.549550+0000 mgr.smithi150.owatov (mgr.14180) 196 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:59.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:58 smithi157 conmon[41110]: cluster 2024-02-09T20:25:57.511863+0000 mgr.smithi150.owatov (mgr.14180) 195 : cluster [DBG] pgmap v168: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 394 B/s wr, 13 op/s 2024-02-09T20:25:59.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:58 smithi157 conmon[41110]: audit 2024-02-09T20:25:57.549550+0000 mgr.smithi150.owatov (mgr.14180) 196 2024-02-09T20:25:59.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:25:58 smithi157 conmon[41110]: : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:59.153 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:00.927 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:26:00.927 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:26:01.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:00 smithi150 conmon[35634]: cluster 2024-02-09T20:25:59.512515+0000 mgr.smithi150.owatov (mgr.14180) 197 : cluster [DBG] pgmap v169: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 341 B/s wr, 11 op/s 2024-02-09T20:26:01.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:00 smithi157 conmon[41110]: cluster 2024-02-09T20:25:59.512515+0000 mgr.smithi150.owatov (mgr.14180) 197 : cluster [DBG] pgmap v169: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 341 B/s wr, 11 op/s 2024-02-09T20:26:01.545 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:26:01.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:01 smithi150 conmon[35634]: audit 2024-02-09T20:26:00.921386+0000 mgr.smithi150.owatov (mgr.14180) 198 : audit 2024-02-09T20:26:01.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:01 smithi150 conmon[35634]: [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:02.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:01 smithi157 conmon[41110]: audit 2024-02-09T20:26:00.921386+0000 mgr.smithi150.owatov (mgr.14180) 198 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:02.546 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:02.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:02 smithi150 conmon[35634]: cluster 2024-02-09T20:26:01.513465+0000 mgr.smithi150.owatov (mgr.14180) 199 : cluster [DBG] pgmap v170: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 255 B/s wr, 8 op/s 2024-02-09T20:26:03.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:02 smithi157 conmon[41110]: cluster 2024-02-09T20:26:01.513465+0000 mgr.smithi150.owatov (mgr.14180) 199 : cluster [DBG] pgmap v170: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 255 B/s wr, 8 op/s 2024-02-09T20:26:04.343 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:26:04.344 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:26:04.927 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:26:05.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:04 smithi150 conmon[35634]: cluster 2024-02-09T20:26:03.513979+0000 mgr.smithi150.owatov (mgr.14180) 200 : cluster [DBG] pgmap v171: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-09T20:26:05.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:04 smithi157 conmon[41110]: cluster 2024-02-09T20:26:03.513979+0000 mgr.smithi150.owatov (mgr.14180) 200 : cluster [DBG] pgmap v171: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-09T20:26:05.928 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:06.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:05 smithi150 conmon[35634]: audit 2024-02-09T20:26:04.338400+0000 mgr.smithi150.owatov (mgr.14180) 201 : audit 2024-02-09T20:26:06.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:05 smithi150 conmon[35634]: [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:06.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:05 smithi157 conmon[41110]: audit 2024-02-09T20:26:04.338400+0000 mgr.smithi150.owatov (mgr.14180) 201 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:07.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:06 smithi150 conmon[35634]: cluster 2024-02-09T20:26:05.514865+0000 mgr.smithi150.owatov (mgr.14180) 202 : cluster [DBG] 2024-02-09T20:26:07.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:06 smithi150 conmon[35634]: pgmap v172: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:07.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:06 smithi157 conmon[41110]: cluster 2024-02-09T20:26:05.514865+0000 mgr.smithi150.owatov (mgr.14180) 202 : cluster [DBG] pgmap v172: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:07.728 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:26:07.728 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:26:08.360 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:26:09.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:08 smithi150 conmon[35634]: cluster 2024-02-09T20:26:07.515452+0000 mgr.smithi150.owatov (mgr.14180) 203 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:09.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:08 smithi150 conmon[35634]: audit 2024-02-09T20:26:07.723022+0000 mgr.smithi150.owatov (mgr.14180) 204 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:09.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:08 smithi157 conmon[41110]: cluster 2024-02-09T20:26:07.515452+0000 mgr.smithi150.owatov (mgr.14180) 203 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:09.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:08 smithi157 conmon[41110]: audit 2024-02-09T20:26:07.723022+0000 mgr.smithi150.owatov (mgr.14180) 204 : 2024-02-09T20:26:09.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:08 smithi157 conmon[41110]: audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:09.361 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:10.880 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:10 smithi150 conmon[35634]: cluster 2024-02-09T20:26:09.516184+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:26:10.880 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:10 smithi150 conmon[35634]: 14180) 205 : cluster [DBG] pgmap v174: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:11.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:10 smithi157 conmon[41110]: cluster 2024-02-09T20:26:09.516184+0000 mgr.smithi150.owatov (mgr.14180) 205 : cluster [DBG] pgmap v174: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:11.201 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:26:11.201 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:26:11.769 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:26:12.769 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:13.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:12 smithi150 conmon[35634]: audit 2024-02-09T20:26:11.196573+0000 mgr.smithi150.owatov (mgr.14180) 206 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:13.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:12 smithi150 conmon[35634]: cluster 2024-02-09T20:26:11.516840+0000 mgr.smithi150.owatov (mgr.14180) 207 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-09T20:26:13.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:12 smithi157 conmon[41110]: audit 2024-02-09T20:26:11.196573+0000 mgr.smithi150.owatov (mgr.14180) 206 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:13.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:12 smithi157 conmon[41110]: cluster 2024-02-09T20:26:11.516840+0000 mgr.smithi150.owatov (mgr.14180) 207 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-09T20:26:14.478 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:26:14.478 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:26:14.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:14 smithi150 conmon[35634]: cluster 2024-02-09T20:26:13.517508+0000 mgr.smithi150.owatov (mgr.14180) 208 : cluster [DBG] pgmap v176: 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-09T20:26:15.059 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:26:15.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:14 smithi157 conmon[41110]: cluster 2024-02-09T20:26:13.517508+0000 mgr.smithi150.owatov (mgr.14180) 208 : cluster [DBG] pgmap v176: 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-09T20:26:16.060 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:16.089 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:15 smithi150 conmon[35634]: audit 2024-02-09T20:26:14.472789+0000 mgr.smithi150.owatov (mgr.14180) 209 : audit [DBG] 2024-02-09T20:26:16.089 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:15 smithi150 conmon[35634]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:16.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:15 smithi157 conmon[41110]: audit 2024-02-09T20:26:14.472789+0000 mgr.smithi150.owatov (mgr.14180) 209 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:17.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:16 smithi150 conmon[35634]: cluster 2024-02-09T20:26:15.518102+0000 mgr.smithi150.owatov ( 2024-02-09T20:26:17.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:16 smithi150 conmon[35634]: mgr.14180) 210 : cluster [DBG] pgmap v177: 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-09T20:26:17.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:16 smithi157 conmon[41110]: cluster 2024-02-09T20:26:15.518102+0000 mgr.smithi150.owatov (mgr.14180) 210 : cluster [DBG] pgmap v177: 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-09T20:26:17.879 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:26:17.879 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:26:18.459 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:26:19.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:18 smithi150 conmon[35634]: cluster 2024-02-09T20:26:17.518763+0000 mgr.smithi150.owatov (mgr.14180) 211 : cluster [DBG] pgmap v178: 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-09T20:26:19.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:18 smithi150 conmon[35634]: audit 2024-02-09T20:26:17.874731+0000 mgr.smithi150.owatov (mgr.14180) 212 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:19.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:18 smithi157 conmon[41110]: cluster 2024-02-09T20:26:17.518763+0000 mgr.smithi150.owatov (mgr.14180) 211 : cluster [DBG] pgmap v178: 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-09T20:26:19.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:18 smithi157 conmon[41110]: audit 2024-02-09T20:26:17.874731+0000 mgr.smithi150.owatov (mgr.14180) 212 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:19.461 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:20.947 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:20 smithi150 conmon[35634]: cluster 2024-02-09T20:26:19.519381+0000 mgr.smithi150.owatov (mgr.14180) 213 : cluster 2024-02-09T20:26:20.947 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:20 smithi150 conmon[35634]: [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-09T20:26:21.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:20 smithi157 conmon[41110]: cluster 2024-02-09T20:26:19.519381+0000 mgr.smithi150.owatov (mgr.14180) 213 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-09T20:26:21.270 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:26:21.270 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:26:21.851 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:26:22.852 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:23.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:22 smithi150 conmon[35634]: audit 2024-02-09T20:26:21.265860+0000 mgr.smithi150.owatov (mgr.14180) 214 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:23.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:22 smithi150 conmon[35634]: cluster 2024-02-09T20:26:21.520172+0000 mgr.smithi150.owatov (mgr.14180) 215 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-09T20:26:23.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:22 smithi157 conmon[41110]: audit 2024-02-09T20:26:21.265860+0000 mgr.smithi150.owatov (mgr.14180) 214 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:23.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:22 smithi157 conmon[41110]: cluster 2024- 2024-02-09T20:26:23.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:22 smithi157 conmon[41110]: 02-09T20:26:21.520172+0000 mgr.smithi150.owatov (mgr.14180) 215 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-09T20:26:24.734 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:26:24.734 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:26:25.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:24 smithi150 conmon[35634]: cluster 2024-02-09T20:26 2024-02-09T20:26:25.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:24 smithi150 conmon[35634]: :23.520975+0000 mgr.smithi150.owatov (mgr.14180) 216 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:25.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:24 smithi157 conmon[41110]: cluster 2024-02-09T20:26:23.520975+0000 mgr.smithi150.owatov (mgr.14180) 216 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:25.284 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:26:26.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:25 smithi150 conmon[35634]: audit 2024-02-09T20:26:24.729292+0000 mgr.smithi150.owatov (mgr.14180) 217 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:26.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:25 smithi157 conmon[41110]: audit 2024-02-09T20:26:24.729292+0000 mgr.smithi150.owatov (mgr.14180) 217 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:26.285 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:27.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:26 smithi150 conmon[35634]: cluster 2024-02-09T20:26:25.521623 2024-02-09T20:26:27.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:26 smithi150 conmon[35634]: +0000 mgr.smithi150.owatov (mgr.14180) 218 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:27.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:26 smithi157 conmon[41110]: cluster 2024-02-09T20:26:25.521623+0000 mgr.smithi150.owatov (mgr.14180) 218 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:28.072 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:26:28.072 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:26:28.659 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:26:29.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:28 smithi150 conmon[35634]: cluster 2024-02-09T20:26:27.522195+0000 mgr.smithi150.owatov (mgr.14180) 219 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:29.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:28 smithi150 conmon[35634]: audit 2024-02-09T20:26:28.067254+0000 mgr.smithi150.owatov (mgr.14180) 220 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:29.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:28 smithi157 conmon[41110]: cluster 2024-02-09T20:26:27.522195+0000 mgr.smithi150.owatov (mgr.14180) 219 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:29.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:28 smithi157 conmon[41110]: audit 2024-02-09T20:26:28.067254+0000 mgr.smithi150.owatov (mgr.14180) 220 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:29.660 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:30.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:30 smithi150 conmon[35634]: cluster 2024-02-09T20:26:29.522872+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:26:30.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:30 smithi150 conmon[35634]: ) 221 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:31.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:30 smithi157 conmon[41110]: cluster 2024-02-09T20:26:29.522872+0000 mgr.smithi150.owatov (mgr.14180) 221 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:31.589 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:26:31.590 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:26:32.207 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:26:33.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:32 smithi150 conmon[35634]: cluster 2024-02-09T20:26:31.523565+0000 mgr.smithi150.owatov (mgr.14180) 222 : cluster [DBG] pgmap v185: 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-09T20:26:33.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:32 smithi150 conmon[35634]: audit 2024-02-09T20:26:31.584706+0000 mgr.smithi150.owatov (mgr.14180) 223 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:33.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:32 smithi157 conmon[41110]: cluster 2024-02-09T20:26:31.523565+0000 mgr.smithi150.owatov (mgr.14180) 222 : cluster [DBG] pgmap v185: 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-09T20:26:33.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:32 smithi157 conmon[41110]: audit 2024-02-09T20:26:31.584706+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:26:33.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:32 smithi157 conmon[41110]: 223 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:33.209 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:35.083 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:26:35.083 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:26:35.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:34 smithi150 conmon[35634]: cluster 2024-02-09T20:26:33.524050+0000 mgr.smithi150.owatov (mgr.14180) 224 : cluster 2024-02-09T20:26:35.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:34 smithi150 conmon[35634]: [DBG] pgmap v186: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:35.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:34 smithi157 conmon[41110]: cluster 2024-02-09T20:26:33.524050+0000 mgr.smithi150.owatov (mgr.14180) 224 : cluster [DBG] pgmap v186: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:35.717 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:26:36.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:35 smithi150 conmon[35634]: audit 2024-02-09T20:26:35.077612+0000 mgr.smithi150.owatov (mgr.14180) 225 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:36.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:35 smithi157 conmon[41110]: audit 2024-02-09T20:26:35.077612+0000 mgr.smithi150.owatov (mgr.14180) 225 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:36.719 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:37.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:36 smithi150 conmon[35634]: cluster 2024-02-09T20:26:35.524932+0000 mgr.smithi150.owatov (mgr.14180) 226 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:37.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:36 smithi157 conmon[41110]: cluster 2024-02-09T20:26:35.524932+0000 mgr.smithi150.owatov (mgr.14180) 226 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:38.511 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:26:38.511 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:26:38.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:38 smithi150 conmon[35634]: cluster 2024-02-09T20:26:37.525702+0000 mgr.smithi150.owatov (mgr.14180) 227 2024-02-09T20:26:38.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:38 smithi150 conmon[35634]: : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:39.090 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:26:39.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:38 smithi157 conmon[41110]: cluster 2024-02-09T20:26:37.525702+0000 mgr.smithi150.owatov (mgr.14180) 227 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:40.091 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:40.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:39 smithi150 conmon[35634]: audit 2024-02-09T20:26:38.505880+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:26:40.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:39 smithi150 conmon[35634]: 228 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:40.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:39 smithi157 conmon[41110]: audit 2024-02-09T20:26:38.505880+0000 mgr.smithi150.owatov (mgr.14180) 228 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:41.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:40 smithi150 conmon[35634]: cluster 2024-02-09T20:26:39.526259+0000 mgr.smithi150.owatov (mgr.14180) 229 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:41.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:40 smithi157 conmon[41110]: cluster 2024-02-09T20:26:39.526259+0000 mgr.smithi150.owatov (mgr.14180) 229 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:41.868 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:26:41.869 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:26:42.381 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:26:43.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:42 smithi150 conmon[35634]: cluster 2024-02-09T20:26:41.526958+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:26:43.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:42 smithi150 conmon[35634]: 14180) 230 : cluster [DBG] pgmap v190: 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-09T20:26:43.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:42 smithi150 conmon[35634]: audit 2024-02-09T20:26:41.863798+0000 mgr.smithi150.owatov (mgr.14180) 231 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:43.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:42 smithi157 conmon[41110]: cluster 2024-02-09T20:26:41.526958+0000 mgr.smithi150.owatov (mgr.14180) 230 : cluster [DBG] pgmap v190: 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-09T20:26:43.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:42 smithi157 conmon[41110]: audit 2024-02-09T20:26:41.863798+0000 mgr.smithi150.owatov (mgr.14180) 231 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:43.382 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:44.833 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:44 smithi150 conmon[35634]: cluster 2024-02-09T20:26:43.527493+0000 mgr.smithi150.owatov (mgr.14180) 232 : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:45.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:44 smithi157 conmon[41110]: cluster 2024-02-09T20:26:43.527493+0000 mgr.smithi150.owatov (mgr.14180) 232 : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:45.183 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:26:45.183 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:26:45.807 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:26:46.808 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:47.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:46 smithi150 conmon[35634]: audit 2024-02-09T20:26:45.178712+0000 mgr.smithi150.owatov (mgr.14180) 233 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:47.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:46 smithi150 conmon[35634]: cluster 2024-02-09T20:26:45.528326+0000 mgr.smithi150.owatov (mgr.14180) 234 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:47.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:46 smithi157 conmon[41110]: audit 2024-02-09T20:26:45.178712+0000 mgr.smithi150.owatov (mgr.14180) 233 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:47.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:46 smithi157 conmon[41110]: cluster 2024-02-09T20:26:45.528326+0000 mgr.smithi150.owatov (mgr.14180) 234 : cluster 2024-02-09T20:26:47.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:46 smithi157 conmon[41110]: [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:48.650 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:26:48.650 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:26:49.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:48 smithi150 conmon[35634]: cluster 2024-02-09T20:26:47.529046+0000 mgr.smithi150.owatov (mgr.14180) 235 : cluster [DBG] pgmap v193: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:49.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:48 smithi157 conmon[41110]: cluster 2024-02-09T20:26:47.529046+0000 mgr.smithi150.owatov (mgr.14180) 235 : cluster [DBG] pgmap v193: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:49.272 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:26:50.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:49 smithi150 conmon[35634]: audit 2024-02-09T20:26:48.644343+0000 mgr.smithi150.owatov (mgr.14180) 236 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:50.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:49 smithi157 conmon[41110]: audit 2024-02-09T20:26:48.644343+0000 mgr.smithi150.owatov (mgr.14180) 236 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:50.273 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:51.039 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:50 smithi150 conmon[35634]: cluster 2024-02-09T20:26:49.529839+0000 mgr.smithi150.owatov (mgr.14180) 237 2024-02-09T20:26:51.039 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:50 smithi150 conmon[35634]: : cluster [DBG] pgmap v194: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:51.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:50 smithi157 conmon[41110]: cluster 2024-02-09T20:26:49.529839+0000 mgr.smithi150.owatov (mgr.14180) 237 : cluster [DBG] pgmap v194: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:52.098 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:26:52.098 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:26:52.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:51 smithi150 conmon[35634]: audit 2024-02-09T20:26:51.490415+0000 2024-02-09T20:26:52.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:51 smithi150 conmon[35634]: mon.smithi150 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1b", "id": [4, 6]}]: dispatch 2024-02-09T20:26:52.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:51 smithi150 conmon[35634]: audit 2024-02-09T20:26:51.490660+0000 mon.smithi150 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.9", "id": [5, 6]}]: dispatch 2024-02-09T20:26:52.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:51 smithi157 conmon[41110]: audit 2024-02-09T20:26:51.490415+0000 mon.smithi150 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1b", "id": [4, 6]}]: dispatch 2024-02-09T20:26:52.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:51 smithi157 conmon[41110]: audit 2024-02-09T20:26:52.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:51 smithi157 conmon[41110]: 2024-02-09T20:26:51.490660+0000 mon.smithi150 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.9", "id": [5, 6]}]: dispatch 2024-02-09T20:26:52.716 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:26:53.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:52 smithi150 conmon[35634]: cluster 2024-02-09T20:26:51.530540+0000 mgr.smithi150.owatov (mgr.14180) 238 : cluster [DBG] pgmap v195: 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-09T20:26:53.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:52 smithi150 conmon[35634]: audit 2024-02-09T20:26:51.821065+0000 mon.smithi150 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1b", "id": [4, 6]}]': finished 2024-02-09T20:26:53.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:52 smithi150 conmon[35634]: audit 2024-02-09T20:26:51.821142+0000 mon.smithi150 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.9", "id": [5, 6]}]': finished 2024-02-09T20:26:53.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:52 smithi150 conmon[35634]: cluster 2024-02-09T20:26:51.821197+0000 mon.smithi150 (mon.0) 687 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-09T20:26:53.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:52 smithi150 conmon[35634]: audit 2024-02-09T20:26:52.092896+0000 mgr.smithi150.owatov (mgr.14180) 239 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:53.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:52 smithi157 conmon[41110]: cluster 2024-02-09T20:26:51.530540+0000 mgr.smithi150.owatov (mgr.14180) 238 : cluster [DBG] pgmap v195: 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-09T20:26:53.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:52 smithi157 conmon[41110]: 2024-02-09T20:26:53.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:52 smithi157 conmon[41110]: audit 2024-02-09T20:26:51.821065+0000 mon.smithi150 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1b", "id": [4, 6]}]': finished 2024-02-09T20:26:53.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:52 smithi157 conmon[41110]: audit 2024-02-09T20:26:51.821142+0000 mon.smithi150 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.9", "id": [5, 6]}]': finished 2024-02-09T20:26:53.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:52 smithi157 conmon[41110]: cluster 2024-02-09T20:26:51.821197+0000 mon.smithi150 (mon. 2024-02-09T20:26:53.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:52 smithi157 conmon[41110]: 0) 687 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-09T20:26:53.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:52 smithi157 conmon[41110]: audit 2024- 2024-02-09T20:26:53.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:52 smithi157 conmon[41110]: 02-09T20:26:52.092896+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:26:53.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:52 smithi157 conmon[41110]: 14180) 239 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:53.717 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:54.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:53 smithi150 conmon[35634]: cluster 2024-02-09T20:26:52.822239+0000 2024-02-09T20:26:54.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:53 smithi150 conmon[35634]: mon.smithi150 (mon.0) 688 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-09T20:26:54.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:53 smithi157 conmon[41110]: cluster 2024-02-09T20:26:52.822239+0000 mon.smithi150 (mon.0) 688 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-09T20:26:55.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:54 smithi150 conmon[35634]: cluster 2024-02-09T20:26:53.531091+0000 mgr.smithi150.owatov (mgr.14180) 240 : 2024-02-09T20:26:55.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:54 smithi150 conmon[35634]: cluster [DBG] pgmap v198: 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-09T20:26:55.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:54 smithi157 conmon[41110]: cluster 2024-02-09T20:26:53.531091+0000 mgr.smithi150.owatov (mgr.14180) 240 : cluster [DBG] pgmap v198: 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-09T20:26:55.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:54 smithi157 conmon[41110]: 2024-02-09T20:26:55.527 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:26:55.528 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:26:56.087 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:26:57.088 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:57.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:56 smithi150 conmon[35634]: audit 2024-02-09T20:26:55.522868+0000 mgr.smithi150.owatov (mgr.14180) 241 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:57.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:56 smithi150 conmon[35634]: cluster 2024-02-09T20:26:55.531792+0000 mgr.smithi150.owatov (mgr.14180) 242 : cluster [DBG] pgmap v199: 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-09T20:26:57.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:56 smithi157 conmon[41110]: audit 2024-02-09T20:26:55.522868+0000 mgr.smithi150.owatov (mgr.14180) 241 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:57.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:56 smithi157 conmon[41110]: cluster 2024-02-09T20:26:55.531792+0000 mgr.smithi150.owatov (mgr.14180) 242 : cluster [DBG] pgmap v199: 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-09T20:26:58.872 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:26:58.872 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:26:59.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:58 smithi150 conmon[35634]: cluster 2024-02-09T20:26:57.532421+0000 mgr.smithi150.owatov (mgr.14180) 243 : cluster 2024-02-09T20:26:59.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:58 smithi150 conmon[35634]: [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-09T20:26:59.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:58 smithi157 conmon[41110]: cluster 2024-02-09T20:26:57.532421+0000 mgr.smithi150.owatov (mgr.14180) 243 : 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-09T20:26:59.420 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:27:00.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:26:59 smithi150 conmon[35634]: audit 2024-02-09T20:26:58.867469+0000 mgr.smithi150.owatov (mgr.14180) 244 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:00.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:26:59 smithi157 conmon[41110]: audit 2024-02-09T20:26:58.867469+0000 mgr.smithi150.owatov (mgr.14180) 244 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:00.421 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:01.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:00 smithi150 conmon[35634]: cluster 2024-02-09T20:26:59.532900+0000 mgr.smithi150.owatov (mgr.14180) 245 2024-02-09T20:27:01.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:00 smithi150 conmon[35634]: : cluster [DBG] pgmap v201: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:27:01.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:00 smithi157 conmon[41110]: cluster 2024-02-09T20:26:59.532900+0000 mgr.smithi150.owatov (mgr.14180) 245 : cluster [DBG] pgmap v201: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:27:02.274 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:27:02.275 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:27:02.878 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:27:03.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:02 smithi150 conmon[35634]: cluster 2024-02-09T20:27:01.533670+0000 mgr.smithi150.owatov (mgr.14180) 246 : cluster [DBG] pgmap v202: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 0 op/s 2024-02-09T20:27:03.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:02 smithi157 conmon[41110]: cluster 2024-02-09T20:27:01.533670+0000 mgr.smithi150.owatov (mgr.14180) 246 : cluster [DBG] pgmap v202: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 0 op/s 2024-02-09T20:27:03.880 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:04.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:03 smithi157 conmon[41110]: audit 2024-02-09T20:27:02.269080+0000 mgr.smithi150.owatov (mgr.14180) 247 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:04.329 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:03 smithi150 conmon[35634]: audit 2024-02-09T20:27:02.269080+0000 mgr.smithi150.owatov (mgr.14180) 247 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:05.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:04 smithi150 conmon[35634]: cluster 2024-02-09T20:27:03.534243+0000 mgr.smithi150.owatov (mgr.14180) 248 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-09T20:27:05.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:04 smithi157 conmon[41110]: cluster 2024-02-09T20:27:03.534243+0000 mgr.smithi150.owatov (mgr.14180) 248 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-09T20:27:05.651 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:27:05.651 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:27:06.210 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:27:07.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:06 smithi157 conmon[41110]: cluster 2024-02-09T20:27:05.534935+0000 mgr.smithi150.owatov (mgr.14180) 249 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:07.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:06 smithi157 conmon[41110]: audit 2024-02-09T20:27:05.646378+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:27:07.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:06 smithi157 conmon[41110]: 250 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:07.211 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:07.244 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:06 smithi150 conmon[35634]: cluster 2024-02-09T20:27:05.534935+0000 mgr.smithi150.owatov (mgr.14180) 249 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:07.244 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:06 smithi150 conmon[35634]: audit 2024-02-09T20:27:05.646378+0000 mgr.smithi150.owatov (mgr.14180) 250 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:09.038 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:27:09.038 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:27:09.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:08 smithi157 conmon[41110]: cluster 2024-02-09T20:27:07.535679+0000 mgr.smithi150.owatov (mgr.14180) 251 : cluster [DBG] pgmap v205: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:09.245 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:08 smithi150 conmon[35634]: cluster 2024-02-09T20:27:07.535679+0000 mgr.smithi150.owatov (mgr.14180) 251 : cluster [DBG] pgmap v205: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:09.611 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:27:10.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:09 smithi157 conmon[41110]: audit 2024-02-09T20:27:09.033241+0000 mgr.smithi150.owatov (mgr.14180) 252 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:10.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:09 smithi150 conmon[35634]: audit 2024-02-09T20:27:09.033241+0000 mgr.smithi150.owatov (mgr.14180) 252 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:10.612 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:11.061 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:10 smithi150 conmon[35634]: cluster 2024-02-09T20:27:09.536223+0000 mgr.smithi150.owatov (mgr.14180) 253 2024-02-09T20:27:11.061 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:10 smithi150 conmon[35634]: : 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-09T20:27:11.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:10 smithi157 conmon[41110]: cluster 2024-02-09T20:27:09.536223+0000 mgr.smithi150.owatov (mgr.14180) 253 : 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-09T20:27:12.435 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:27:12.436 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:27:13.061 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:27:13.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:12 smithi157 conmon[41110]: cluster 2024-02-09T20:27:11.536896+0000 mgr.smithi150.owatov (mgr.14180) 254 : cluster [DBG] pgmap v207: 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-09T20:27:13.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:12 smithi150 conmon[35634]: cluster 2024-02-09T20:27:11.536896+0000 mgr.smithi150.owatov (mgr.14180) 254 : 2024-02-09T20:27:13.384 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:12 smithi150 conmon[35634]: cluster [DBG] pgmap v207: 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-09T20:27:14.061 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:14.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:13 smithi157 conmon[41110]: audit 2024-02-09T20:27:12.430763+0000 mgr.smithi150.owatov (mgr.14180) 255 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:14.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:13 smithi150 conmon[35634]: audit 2024-02-09T20:27:12.430763+0000 mgr.smithi150.owatov (mgr.14180) 255 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:15.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:14 smithi157 conmon[41110]: cluster 2024-02-09T20:27:13.537625+0000 mgr.smithi150.owatov (mgr.14180) 256 : 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-09T20:27:15.312 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:14 smithi150 conmon[35634]: cluster 2024-02-09T20:27:13.537625+0000 mgr.smithi150.owatov (mgr.14180) 256 : 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-09T20:27:15.936 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:27:15.937 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:27:16.577 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:27:17.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:16 smithi157 conmon[41110]: cluster 2024-02-09T20:27:15.538196+0000 mgr.smithi150.owatov (mgr.14180) 257 : 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-09T20:27:17.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:16 smithi157 conmon[41110]: audit 2024-02-09T20:27:15.931589+0000 mgr.smithi150.owatov (mgr.14180) 258 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:17.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:16 smithi150 conmon[35634]: cluster 2024-02-09T20:27:15.538196+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:27:17.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:16 smithi150 conmon[35634]: 14180) 257 : 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-09T20:27:17.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:16 smithi150 conmon[35634]: audit 2024-02-09T20:27:15.931589+0000 mgr.smithi150.owatov (mgr.14180) 258 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:17.578 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:18.994 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:18 smithi150 conmon[35634]: cluster 2024-02-09T20:27:17.538914+0000 mgr.smithi150.owatov (mgr.14180) 259 : cluster [DBG] pgmap v210: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:19.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:18 smithi157 conmon[41110]: cluster 2024-02-09T20:27:17.538914+0000 mgr.smithi150.owatov (mgr.14180) 259 : cluster [DBG] pgmap v210: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:19.308 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:27:19.308 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:27:19.868 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:27:20.869 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:21.317 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:20 smithi150 conmon[35634]: audit 2024-02-09T20:27:19.303771+0000 mgr.smithi150.owatov (mgr.14180) 260 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:21.317 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:20 smithi150 conmon[35634]: cluster 2024-02-09T20:27:19.539715+0000 mgr.smithi150.owatov (mgr.14180) 261 : 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-09T20:27:21.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:20 smithi157 conmon[41110]: audit 2024-02-09T20:27:19.303771+0000 mgr.smithi150.owatov (mgr.14180) 260 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:21.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:20 smithi157 conmon[41110]: 2024-02-09T20:27:21.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:20 smithi157 conmon[41110]: cluster 2024-02-09T20:27:19.539715+0000 mgr.smithi150.owatov (mgr.14180) 261 : 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-09T20:27:22.674 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:27:22.674 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:27:23.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:22 smithi150 conmon[35634]: cluster 2024-02-09T20:27:21.540378+0000 mgr.smithi150.owatov (mgr.14180) 262 : cluster [DBG] pgmap v212: 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-09T20:27:23.234 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:27:23.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:22 smithi157 conmon[41110]: cluster 2024-02-09T20:27:21.540378+0000 mgr.smithi150.owatov (mgr.14180) 262 : cluster [DBG] pgmap v212: 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-09T20:27:23.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:22 smithi157 conmon[41110]: 2024-02-09T20:27:24.234 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:24.265 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:23 smithi150 conmon[35634]: audit 2024-02-09T20:27:22.669423+0000 mgr.smithi150.owatov (mgr.14180) 263 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:24.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:23 smithi157 conmon[41110]: audit 2024-02-09T20:27:22.669423+0000 mgr.smithi150.owatov (mgr.14180) 263 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:25.043 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:24 smithi150 conmon[35634]: cluster 2024-02-09T20:27:23.540890+0000 mgr.smithi150.owatov (mgr.14180) 264 : 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-09T20:27:25.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:24 smithi157 conmon[41110]: cluster 2024-02-09T20:27:23.540890+0000 mgr.smithi150.owatov (mgr.14180) 264 : 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-09T20:27:26.035 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:27:26.035 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:27:26.598 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:27:27.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:26 smithi150 conmon[35634]: cluster 2024-02-09T20:27:25.541585+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:27:27.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:26 smithi150 conmon[35634]: .14180) 265 : 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-09T20:27:27.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:26 smithi150 conmon[35634]: audit 2024-02-09T20:27:26.030161+0000 mgr.smithi150.owatov (mgr.14180) 266 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:27.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:26 smithi157 conmon[41110]: cluster 2024-02-09T20:27:25.541585+0000 mgr.smithi150.owatov (mgr.14180) 265 : 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-09T20:27:27.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:26 smithi157 conmon[41110]: audit 2024-02-09T20:27:26.030161+0000 mgr.smithi150.owatov (mgr.14180) 266 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:27.599 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:29.052 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:28 smithi150 conmon[35634]: cluster 2024-02-09T20:27:27.542391+0000 mgr.smithi150.owatov (mgr.14180) 267 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:29.364 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:27:29.365 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:27:29.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:28 smithi157 conmon[41110]: cluster 2024-02-09T20:27:27.542391+0000 mgr.smithi150.owatov (mgr.14180) 267 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:29.950 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:27:30.951 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:31.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:30 smithi150 conmon[35634]: audit 2024-02-09T20:27:29.360024+0000 mgr.smithi150.owatov (mgr.14180) 268 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:31.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:30 smithi150 conmon[35634]: cluster 2024-02-09T20:27:29.542977+0000 mgr.smithi150.owatov (mgr.14180) 269 : 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-09T20:27:31.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:30 smithi157 conmon[41110]: audit 2024-02-09T20:27:29.360024+0000 mgr.smithi150.owatov (mgr.14180) 268 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:31.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:30 smithi157 conmon[41110]: cluster 2024-02-09T20:27:29.542977+0000 mgr.smithi150.owatov (mgr.14180) 269 : 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-09T20:27:32.772 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:27:32.772 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:27:33.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:32 smithi150 conmon[35634]: cluster 2024-02-09T20:27:31.543708+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:27:33.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:32 smithi150 conmon[35634]: 14180) 270 : cluster [DBG] pgmap v217: 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-09T20:27:33.334 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:27:33.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:32 smithi157 conmon[41110]: cluster 2024-02-09T20:27:31.543708+0000 mgr.smithi150.owatov (mgr.14180) 270 : cluster [DBG] pgmap v217: 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-09T20:27:33.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:32 smithi157 conmon[41110]: 2024-02-09T20:27:34.335 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:34.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:33 smithi150 conmon[35634]: audit 2024-02-09T20:27:32.767073+0000 mgr.smithi150.owatov (mgr.14180) 271 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:34.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:33 smithi157 conmon[41110]: audit 2024-02-09T20:27:32.767073+0000 mgr.smithi150.owatov (mgr.14180) 271 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:35.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:34 smithi150 conmon[35634]: cluster 2024-02-09T20:27:33.544492+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:27:35.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:34 smithi150 conmon[35634]: 272 : 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-09T20:27:35.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:34 smithi157 conmon[41110]: cluster 2024-02-09T20:27:33.544492+0000 mgr.smithi150.owatov (mgr.14180) 272 : 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-09T20:27:36.145 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:27:36.145 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:27:36.716 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:27:37.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:36 smithi150 conmon[35634]: cluster 2024-02-09T20:27:35.545205+0000 mgr.smithi150.owatov (mgr.14180) 273 : 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-09T20:27:37.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:36 smithi157 conmon[41110]: cluster 2024-02-09T20:27:35.545205+0000 mgr.smithi150.owatov (mgr.14180) 273 : 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-09T20:27:37.717 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:38.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:37 smithi150 conmon[35634]: audit 2024-02-09T20:27:36.140484+0000 mgr.smithi150.owatov (mgr.14180) 274 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:38.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:37 smithi157 conmon[41110]: audit 2024-02-09T20:27:36.140484+0000 mgr.smithi150.owatov (mgr.14180) 274 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:39.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:38 smithi150 conmon[35634]: cluster 2024-02-09T20:27:37.546098 2024-02-09T20:27:39.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:38 smithi150 conmon[35634]: +0000 mgr.smithi150.owatov (mgr.14180) 275 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:39.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:38 smithi157 conmon[41110]: cluster 2024-02-09T20:27:37.546098+0000 mgr.smithi150.owatov (mgr.14180) 275 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:39.512 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:27:39.513 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:27:40.100 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:27:41.100 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:41.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:40 smithi150 conmon[35634]: audit 2024-02-09T20:27:39.508021+0000 mgr.smithi150.owatov (mgr.14180) 276 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:41.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:40 smithi150 conmon[35634]: cluster 2024-02-09T20:27:39.546775+0000 mgr.smithi150.owatov (mgr.14180) 277 : 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-09T20:27:41.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:40 smithi157 conmon[41110]: audit 2024-02-09T20:27:39.508021+0000 mgr.smithi150.owatov (mgr.14180) 276 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:41.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:40 smithi157 conmon[41110]: cluster 2024-02-09T20:27:39.546775+0000 mgr.smithi150.owatov (mgr.14180) 277 : 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-09T20:27:42.896 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:27:42.897 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:27:43.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:42 smithi150 conmon[35634]: cluster 2024-02-09T20:27:41.547655+0000 mgr.smithi150.owatov (mgr.14180) 278 : cluster [DBG] pgmap v222: 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-09T20:27:43.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:42 smithi157 conmon[41110]: cluster 2024-02-09T20:27:41.547655+0000 mgr.smithi150.owatov (mgr.14180) 278 : cluster [DBG] pgmap v222: 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-09T20:27:43.483 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:27:44.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:43 smithi150 conmon[35634]: audit 2024-02-09T20:27:42.891783+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:27:44.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:43 smithi150 conmon[35634]: ) 279 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:44.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:43 smithi157 conmon[41110]: audit 2024-02-09T20:27:42.891783+0000 mgr.smithi150.owatov (mgr.14180) 279 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:44.484 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:45.135 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:44 smithi157 conmon[41110]: cluster 2024-02-09T20:27:43.548362+0000 mgr.smithi150.owatov (mgr.14180) 280 : 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-09T20:27:45.290 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:44 smithi150 conmon[35634]: cluster 2024-02-09T20:27:43.548362+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:27:45.291 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:44 smithi150 conmon[35634]: 280 : 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-09T20:27:46.358 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:27:46.359 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:27:46.956 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:27:47.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:46 smithi150 conmon[35634]: cluster 2024-02-09T20:27:45.549026+0000 mgr.smithi150.owatov (mgr.14180) 281 : 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-09T20:27:47.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:46 smithi157 conmon[41110]: cluster 2024-02-09T20:27:45.549026+0000 mgr.smithi150.owatov (mgr.14180) 281 : 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-09T20:27:47.958 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:48.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:47 smithi150 conmon[35634]: audit 2024-02-09T20:27:46.353780+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:27:48.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:47 smithi150 conmon[35634]: 14180) 282 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:48.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:47 smithi157 conmon[41110]: audit 2024-02-09T20:27:46.353780+0000 mgr.smithi150.owatov (mgr.14180) 282 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:49.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:48 smithi150 conmon[35634]: cluster 2024-02-09T20:27:47.549834+0000 mgr.smithi150.owatov (mgr.14180) 283 : cluster 2024-02-09T20:27:49.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:48 smithi150 conmon[35634]: [DBG] pgmap v225: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:49.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:48 smithi157 conmon[41110]: cluster 2024-02-09T20:27:47.549834+0000 mgr.smithi150.owatov (mgr.14180) 283 : cluster [DBG] 2024-02-09T20:27:49.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:48 smithi157 conmon[41110]: pgmap v225: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:49.730 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:27:49.730 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:27:50.256 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:27:51.258 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:51.288 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:50 smithi150 conmon[35634]: cluster 2024-02-09T20:27:49.550335+0000 mgr.smithi150.owatov (mgr.14180) 284 : 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-09T20:27:51.291 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:50 smithi150 conmon[35634]: audit 2024-02-09T20:27:49.724699+0000 mgr.smithi150.owatov (mgr.14180) 285 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:51.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:50 smithi157 conmon[41110]: cluster 2024-02-09T20:27:49.550335+0000 mgr.smithi150.owatov (mgr.14180) 284 : 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-09T20:27:51.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:50 smithi157 conmon[41110]: audit 2024-02-09T20:27:49.724699+0000 mgr.smithi150.owatov (mgr.14180) 285 : 2024-02-09T20:27:51.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:50 smithi157 conmon[41110]: audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:53.047 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:27:53.047 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:27:53.223 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:52 smithi150 conmon[35634]: cluster 2024-02-09T20:27:51.551215+0000 mgr.smithi150.owatov (mgr.14180) 286 : cluster [DBG] pgmap v227: 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-09T20:27:53.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:52 smithi157 conmon[41110]: cluster 2024-02-09T20:27:51.551215+0000 mgr.smithi150.owatov (mgr.14180) 286 : cluster [DBG] pgmap v227: 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-09T20:27:53.632 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:27:54.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:53 smithi150 conmon[35634]: audit 2024-02-09T20:27:53.041313+0000 mgr.smithi150.owatov (mgr.14180) 287 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:54.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:53 smithi157 conmon[41110]: audit 2024-02-09T20:27:53.041313+0000 mgr.smithi150.owatov (mgr.14180) 287 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:54.633 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:55.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:54 smithi157 conmon[41110]: cluster 2024-02-09T20:27:53.551826+0000 mgr.smithi150.owatov (mgr.14180) 288 : cluster [DBG] pgmap v228: 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-09T20:27:55.234 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:54 smithi150 conmon[35634]: cluster 2024-02-09T20:27:53.551826+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:27:55.234 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:54 smithi150 conmon[35634]: 288 : cluster [DBG] pgmap v228: 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-09T20:27:56.337 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:27:56.337 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:27:56.906 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:27:57.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:56 smithi150 conmon[35634]: cluster 2024-02-09T20:27:55.552491+0000 mgr.smithi150.owatov (mgr.14180) 289 2024-02-09T20:27:57.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:56 smithi150 conmon[35634]: : cluster [DBG] pgmap v229: 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-09T20:27:57.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:56 smithi157 conmon[41110]: cluster 2024-02-09T20:27:55.552491+0000 mgr.smithi150.owatov (mgr.14180) 289 : cluster [DBG] pgmap v229: 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-09T20:27:57.907 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:58.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:57 smithi150 conmon[35634]: audit 2024-02-09T20:27:56.332645+0000 mgr.smithi150.owatov (mgr.14180) 290 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:58.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:57 smithi157 conmon[41110]: audit 2024-02-09T20:27:56.332645+0000 mgr.smithi150.owatov (mgr.14180) 290 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:59.266 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:58 smithi150 conmon[35634]: cluster 2024-02-09T20:27:57.553170+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:27:59.266 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:27:58 smithi150 conmon[35634]: ) 291 : cluster [DBG] pgmap v230: 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-09T20:27:59.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:27:58 smithi157 conmon[41110]: cluster 2024-02-09T20:27:57.553170+0000 mgr.smithi150.owatov (mgr.14180) 291 : cluster [DBG] pgmap v230: 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-09T20:27:59.628 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:27:59.629 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:28:00.164 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:28:01.165 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:01.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:00 smithi150 conmon[35634]: cluster 2024-02-09T20:27:59.553890+0000 mgr.smithi150.owatov (mgr.14180) 292 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:28:01.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:00 smithi150 conmon[35634]: audit 2024-02-09T20:27:59.623335+0000 mgr.smithi150.owatov (mgr.14180) 293 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:01.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:00 smithi157 conmon[41110]: cluster 2024-02-09T20:27:59.553890+0000 mgr.smithi150.owatov (mgr.14180) 292 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:28:01.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:00 smithi157 conmon[41110]: audit 2024-02-09T20:27:59.623335+0000 mgr.smithi150.owatov (mgr.14180) 293 : 2024-02-09T20:28:01.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:00 smithi157 conmon[41110]: audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:02.975 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:28:02.976 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:28:03.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:02 smithi150 conmon[35634]: cluster 2024-02-09T20:28:01.554673+0000 mgr.smithi150.owatov (mgr.14180) 294 : cluster [DBG] pgmap v232: 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-09T20:28:03.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:02 smithi157 conmon[41110]: cluster 2024-02-09T20:28:01.554673+0000 mgr.smithi150.owatov (mgr.14180) 294 : cluster [DBG] pgmap v232: 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-09T20:28:03.621 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:28:04.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:03 smithi150 conmon[35634]: audit 2024-02-09T20:28:02.970361+0000 mgr.smithi150.owatov (mgr.14180) 295 : audit [DBG] 2024-02-09T20:28:04.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:03 smithi150 conmon[35634]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:04.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:03 smithi157 conmon[41110]: audit 2024-02-09T20:28:02.970361+0000 mgr.smithi150.owatov (mgr.14180) 295 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:04.622 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:05.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:04 smithi157 conmon[41110]: cluster 2024-02-09T20:28:03.555172+0000 mgr.smithi150.owatov (mgr.14180) 296 : 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-09T20:28:05.239 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:04 smithi150 conmon[35634]: cluster 2024-02-09T20:28:03.555172+0000 mgr.smithi150.owatov (mgr.14180) 296 2024-02-09T20:28:05.239 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:04 smithi150 conmon[35634]: : 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-09T20:28:06.458 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:28:06.458 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [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.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:28:07.079 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:28:07.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:06 smithi150 conmon[35634]: cluster 2024-02-09T20:28:05.555841+0000 mgr.smithi150.owatov (mgr.14180) 297 : 2024-02-09T20:28:07.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:06 smithi150 conmon[35634]: 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-09T20:28:07.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:06 smithi157 conmon[41110]: cluster 2024-02-09T20:28:05.555841+0000 mgr.smithi150.owatov (mgr.14180) 297 : 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-09T20:28:08.081 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:08.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:07 smithi150 conmon[35634]: audit 2024-02-09T20:28:06.453259+0000 mgr.smithi150.owatov (mgr.14180) 298 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:08.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:07 smithi157 conmon[41110]: audit 2024-02-09T20:28:06.453259+0000 mgr.smithi150.owatov (mgr.14180) 298 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:09.268 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:08 smithi150 conmon[35634]: cluster 2024-02-09T20:28:07.556616+0000 mgr.smithi150.owatov (mgr.14180) 299 : cluster [DBG] 2024-02-09T20:28:09.268 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:08 smithi150 conmon[35634]: pgmap v235: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:09.268 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:08 smithi150 conmon[35634]: audit 2024-02-09T20:28:08.419356+0000 mon.smithi150 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi157.aqprcf"}]: dispatch 2024-02-09T20:28:09.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:08 smithi157 conmon[41110]: cluster 2024-02-09T20:28:07.556616+0000 mgr.smithi150.owatov (mgr.14180) 299 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:09.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:08 smithi157 conmon[41110]: audit 2024-02-09T20:28:08.419356+0000 mon.smithi150 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi157.aqprcf"}]: dispatch 2024-02-09T20:28:09.836 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:28:09.836 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:28:10.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: cephadm 2024-02-09T20:28:08.418764+0000 mgr.smithi150.owatov (mgr.14180) 300 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf 2024-02-09T20:28:10.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf 2024-02-09T20:28:10.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf 2024-02-09T20:28:10.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf 2024-02-09T20:28:10.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: Deploy daemon haproxy.nfs.foo.smithi157.aqprcf ... 2024-02-09T20:28:10.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:28:10.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:28:10.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:26: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-09T20:28:10.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:26: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-09T20:28:10.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:27:27Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:28:10.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: 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-09T20:28:10.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: 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-09T20:28:10.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:28:10.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: Traceback (most recent call last): 2024-02-09T20:28:10.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:28:10.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: yield (conn, connr) 2024-02-09T20:28:10.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:28:10.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: code, '\n'.join(err))) 2024-02-09T20:28:10.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: 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-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf 2024-02-09T20:28:10.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf 2024-02-09T20:28:10.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf 2024-02-09T20:28:10.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf 2024-02-09T20:28:10.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: Deploy daemon haproxy.nfs.foo.smithi157.aqprcf ... 2024-02-09T20:28:10.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:28:10.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:28:10.354 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:26: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-09T20:28:10.354 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:26: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-09T20:28:10.354 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:27:27Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:28:10.354 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: 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-09T20:28:10.354 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: 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-09T20:28:10.354 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:28:10.354 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:28:10.354 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: cephadm 2024-02-09T20:28:08.418982+0000 mgr.smithi150.owatov (mgr.14180) 301 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi157.aqprcf 2024-02-09T20:28:10.354 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: cephadm 2024-02-09T20:28:08.419980+0000 mgr.smithi150.owatov (mgr.14180) 302 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf 2024-02-09T20:28:10.354 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf 2024-02-09T20:28:10.354 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf 2024-02-09T20:28:10.354 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf 2024-02-09T20:28:10.354 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: Deploy daemon haproxy.nfs.foo.smithi157.aqprcf ... 2024-02-09T20:28:10.354 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:28:10.355 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:28:10.355 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:26: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-09T20:28:10.355 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:26: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-09T20:28:10.355 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:27:27Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:28:10.355 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: 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-09T20:28:10.355 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: 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-09T20:28:10.355 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:28:10.355 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:09 smithi150 conmon[35634]: cephadm 2024-02-09T20:28:08.421425+0000 mgr.smithi150.owatov (mgr.14180) 303 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.jthwtb on smithi150 2024-02-09T20:28:10.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: cephadm 2024-02-09T20:28:08.418764+0000 mgr.smithi150.owatov (mgr.14180) 300 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf 2024-02-09T20:28:10.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf 2024-02-09T20:28:10.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf 2024-02-09T20:28:10.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf 2024-02-09T20:28:10.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: Deploy daemon haproxy.nfs.foo.smithi157.aqprcf ... 2024-02-09T20:28:10.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:28:10.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:28:10.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:26: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-09T20:28:10.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:26: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-09T20:28:10.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:27:27Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:28:10.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: 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-09T20:28:10.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: 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-09T20:28:10.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:28:10.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: Traceback (most recent call last): 2024-02-09T20:28:10.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:28:10.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: yield (conn, connr) 2024-02-09T20:28:10.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:28:10.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: code, '\n'.join(err))) 2024-02-09T20:28:10.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: 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-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf 2024-02-09T20:28:10.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf 2024-02-09T20:28:10.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf 2024-02-09T20:28:10.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf 2024-02-09T20:28:10.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: Deploy daemon haproxy.nfs.foo.smithi157.aqprcf ... 2024-02-09T20:28:10.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:28:10.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:28:10.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:26: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-09T20:28:10.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:26: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-09T20:28:10.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:27:27Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:28:10.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: 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-09T20:28:10.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: 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-09T20:28:10.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:28:10.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:28:10.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: cephadm 2024-02-09T20:28:08.418982+0000 mgr.smithi150.owatov (mgr.14180) 301 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi157.aqprcf 2024-02-09T20:28:10.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: cephadm 2024-02-09T20:28:08.419980+0000 mgr.smithi150.owatov (mgr.14180) 302 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf 2024-02-09T20:28:10.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf 2024-02-09T20:28:10.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf 2024-02-09T20:28:10.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf 2024-02-09T20:28:10.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: Deploy daemon haproxy.nfs.foo.smithi157.aqprcf ... 2024-02-09T20:28:10.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:28:10.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:28:10.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:26: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-09T20:28:10.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:26: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-09T20:28:10.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:27:27Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:28:10.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: 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-09T20:28:10.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: 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-09T20:28:10.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:28:10.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:09 smithi157 conmon[41110]: cephadm 2024-02-09T20:28:08.421425+0000 mgr.smithi150.owatov (mgr.14180) 303 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.jthwtb on smithi150 2024-02-09T20:28:10.404 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:28:11.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:10 smithi150 conmon[35634]: cluster 2024-02-09T20:28:09.557151+0000 mgr.smithi150.owatov (mgr.14180) 304 : 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-09T20:28:11.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:10 smithi150 conmon[35634]: audit 2024-02-09T20:28:11.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:10 smithi150 conmon[35634]: 2024-02-09T20:28:09.830131+0000 mgr.smithi150.owatov (mgr.14180) 305 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:11.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:10 smithi157 conmon[41110]: cluster 2024-02-09T20:28:09.557151+0000 mgr.smithi150.owatov (mgr.14180) 304 : 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-09T20:28:11.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:10 smithi157 conmon[41110]: audit 2024-02-09T20:28: 2024-02-09T20:28:11.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:10 smithi157 conmon[41110]: 09.830131+0000 mgr.smithi150.owatov (mgr.14180) 305 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:11.405 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:13.228 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:28:13.228 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:28:13.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:13 smithi150 conmon[35634]: cluster 2024-02-09T20:28:11.557966+0000 mgr.smithi150.owatov (mgr.14180) 306 : cluster [DBG] pgmap v237: 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-09T20:28:13.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:13 smithi157 conmon[41110]: cluster 2024-02-09T20:28:11.557966+0000 mgr.smithi150.owatov (mgr.14180) 306 : cluster [DBG] pgmap v237: 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-09T20:28:13.761 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:28:14.762 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:15.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:15 smithi150 conmon[35634]: audit 2024-02-09T20:28:13.219302+0000 mgr.smithi150.owatov (mgr.14180) 307 : 2024-02-09T20:28:15.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:15 smithi150 conmon[35634]: audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:15.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:15 smithi150 conmon[35634]: cluster 2024-02-09T20:28:13.558615+0000 mgr.smithi150.owatov (mgr.14180) 308 : 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-09T20:28:15.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:15 smithi157 conmon[41110]: audit 2024-02-09T20:28:13.219302+0000 mgr.smithi150.owatov (mgr.14180) 307 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:15.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:15 smithi157 conmon[41110]: cluster 2024-02-09T20:28:13.558615+0000 mgr.smithi150.owatov (mgr.14180) 308 : 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-09T20:28:16.630 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:28:16.631 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:28:17.229 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:28:17.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:17 smithi150 conmon[35634]: cluster 2024-02-09T20:28:15.559314+0000 mgr.smithi150.owatov (mgr.14180) 309 : 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-09T20:28:17.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:17 smithi157 conmon[41110]: cluster 2024-02-09T20:28:15.559314+0000 mgr.smithi150.owatov (mgr.14180) 309 : 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-09T20:28:17.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:17 smithi157 conmon[41110]: 2024-02-09T20:28:18.230 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:18.264 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:18 smithi150 conmon[35634]: audit 2024-02-09T20:28:16.625092+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:28:18.264 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:18 smithi150 conmon[35634]: 310 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:18.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:18 smithi157 conmon[41110]: audit 2024-02-09T20:28:16.625092+0000 mgr.smithi150.owatov (mgr.14180) 310 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:18.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:18 smithi157 conmon[41110]: 2024-02-09T20:28:19.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:19 smithi150 conmon[35634]: cluster 2024-02-09T20:28:17.559920+0000 mgr.smithi150.owatov (mgr.14180) 311 : 2024-02-09T20:28:19.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:19 smithi150 conmon[35634]: cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:19.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:19 smithi157 conmon[41110]: cluster 2024-02-09T20:28:17.559920+0000 mgr.smithi150.owatov (mgr.14180) 311 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:20.043 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:28:20.043 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:28:20.643 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:28:21.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:21 smithi150 conmon[35634]: cluster 2024-02-09T20:28:19.560668+0000 mgr.smithi150.owatov (mgr.14180) 312 : 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-09T20:28:21.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:21 smithi150 conmon[35634]: audit 2024-02-09T20:28:20.037877+0000 mgr.smithi150.owatov (mgr.14180) 313 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:21.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:21 smithi157 conmon[41110]: cluster 2024-02-09T20:28:19.560668+0000 mgr.smithi150.owatov (mgr.14180) 312 : 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-09T20:28:21.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:21 smithi157 conmon[41110]: audit 2024-02-09T20:28:20.037877+0000 mgr.smithi150.owatov (mgr.14180) 313 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:21.644 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:23.245 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:23 smithi150 conmon[35634]: cluster 2024-02-09T20:28:21.561539+0000 2024-02-09T20:28:23.245 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:23 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14180) 314 : cluster [DBG] pgmap v242: 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-09T20:28:23.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:23 smithi157 conmon[41110]: cluster 2024-02-09T20:28:21.561539+0000 mgr.smithi150.owatov (mgr.14180) 314 : cluster [DBG] 2024-02-09T20:28:23.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:23 smithi157 conmon[41110]: pgmap v242: 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-09T20:28:23.621 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:28:23.622 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:28:24.201 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:28:25.202 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:25.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:25 smithi150 conmon[35634]: cluster 2024-02-09T20:28:23.562050+0000 mgr.smithi150.owatov (mgr.14180) 315 : 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-09T20:28:25.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:25 smithi150 conmon[35634]: audit 2024-02-09T20:28:23.616714+0000 mgr.smithi150.owatov (mgr.14180) 316 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:25.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:25 smithi157 conmon[41110]: cluster 2024-02-09T20:28:23.562050+0000 mgr.smithi150.owatov (mgr.14180) 315 : 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-09T20:28:25.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:25 smithi157 conmon[41110]: audit 2024-02-09T20:28:23.616714+0000 mgr.smithi150.owatov (mgr.14180) 316 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:27.004 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:28:27.004 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:28:27.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:27 smithi150 conmon[35634]: cluster 2024-02-09T20:28:25.562711+0000 mgr.smithi150.owatov (mgr.14180) 317 : 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-09T20:28:27.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:27 smithi157 conmon[41110]: cluster 2024-02-09T20:28:25.562711+0000 mgr.smithi150.owatov (mgr.14180) 317 : 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-09T20:28:27.542 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:28:28.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:28 smithi150 conmon[35634]: audit 2024-02-09T20:28:26.999273 2024-02-09T20:28:28.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:28 smithi150 conmon[35634]: +0000 mgr.smithi150.owatov (mgr.14180) 318 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:28.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:28 smithi157 conmon[41110]: audit 2024-02-09T20:28:26.999273+0000 mgr.smithi150.owatov (mgr.14180) 318 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:28.544 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:29.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:29 smithi150 conmon[35634]: cluster 2024-02-09T20:28:27.563441+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:28:29.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:29 smithi150 conmon[35634]: 319 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:29.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:29 smithi157 conmon[41110]: cluster 2024-02-09T20:28:27.563441+0000 mgr.smithi150.owatov (mgr.14180) 319 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:30.342 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:28:30.342 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:28:30.883 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:28:31.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:31 smithi150 conmon[35634]: cluster 2024-02-09T20:28:29.564073+0000 mgr.smithi150.owatov (mgr.14180) 320 : 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-09T20:28:31.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:31 smithi157 conmon[41110]: cluster 2024-02-09T20:28:29.564073+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:28:31.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:31 smithi157 conmon[41110]: 14180) 320 : 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-09T20:28:31.884 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:32.334 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:32 smithi150 conmon[35634]: audit 2024-02-09T20:28:30.336247+0000 mgr.smithi150.owatov (mgr.14180) 321 : audit 2024-02-09T20:28:32.334 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:32 smithi150 conmon[35634]: [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:32.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:32 smithi157 conmon[41110]: audit 2024-02-09T20:28:30.336247+0000 mgr.smithi150.owatov (mgr.14180) 321 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:33.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:33 smithi150 conmon[35634]: cluster 2024-02-09T20:28:31.564698+0000 mgr.smithi150.owatov (mgr.14180) 322 : cluster [DBG] pgmap v247: 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-09T20:28:33.344 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:33 smithi150 conmon[35634]: 2024-02-09T20:28:33.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:33 smithi157 conmon[41110]: cluster 2024-02-09T20:28:31.564698+0000 mgr.smithi150.owatov (mgr.14180) 322 : cluster [DBG] pgmap v247: 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-09T20:28:33.714 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:28:33.714 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:28:34.266 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:28:35.267 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:35.303 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:35 smithi150 conmon[35634]: cluster 2024-02-09T20:28:33.565212+0000 mgr.smithi150.owatov (mgr.14180) 323 : 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-09T20:28:35.303 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:35 smithi150 conmon[35634]: audit 2024-02-09T20:28:33.708708+0000 mgr.smithi150.owatov (mgr.14180) 324 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:35 smithi157 conmon[41110]: cluster 2024-02-09T20:28:33.565212+0000 mgr.smithi150.owatov (mgr.14180) 323 : 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-09T20:28:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:35 smithi157 conmon[41110]: audit 2024-02-09T20:28:33.708708+0000 mgr.smithi150.owatov 2024-02-09T20:28:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:35 smithi157 conmon[41110]: (mgr.14180) 324 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:37.042 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:28:37.043 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:28:37.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:37 smithi150 conmon[35634]: cluster 2024-02-09T20:28:35.565882+0000 mgr.smithi150.owatov (mgr.14180) 325 : 2024-02-09T20:28:37.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:37 smithi150 conmon[35634]: 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-09T20:28:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:37 smithi157 conmon[41110]: cluster 2024-02-09T20:28:35.565882+0000 mgr.smithi150.owatov (mgr.14180) 325 : 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-09T20:28:37.617 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:28:38.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:38 smithi150 conmon[35634]: audit 2024-02-09T20:28:37.037330+0000 mgr.smithi150.owatov (mgr.14180) 326 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:38.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:38 smithi157 conmon[41110]: audit 2024-02-09T20:28:37.037330+0000 mgr.smithi150.owatov (mgr.14180) 326 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:38.617 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:39.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:39 smithi150 conmon[35634]: cluster 2024-02-09T20:28:37.566633+0000 mgr.smithi150.owatov (mgr.14180) 327 : cluster [DBG] pgmap v250: 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-09T20:28:39.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:39 smithi157 conmon[41110]: cluster 2024-02-09T20:28:37.566633+0000 mgr.smithi150.owatov (mgr.14180) 327 : cluster [DBG] pgmap v250: 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-09T20:28:40.383 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:28:40.418 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:28:40.925 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:28:41.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:41 smithi150 conmon[35634]: cluster 2024-02-09T20:28:39.567138+0000 mgr.smithi150.owatov (mgr.14180) 328 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 85 B/s wr, 0 op/s 2024-02-09T20:28:41.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:41 smithi157 conmon[41110]: cluster 2024-02-09T20:28:39.567138+0000 mgr.smithi150.owatov (mgr.14180) 328 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 85 B/s wr, 0 op/s 2024-02-09T20:28:41.926 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:42.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:42 smithi150 conmon[35634]: audit 2024-02-09T20:28:40.377220+0000 mgr.smithi150.owatov (mgr.14180) 329 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:42.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:42 smithi157 conmon[41110]: audit 2024-02-09T20:28:40.377220+0000 mgr.smithi150.owatov (mgr.14180) 329 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:43.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:43 smithi150 conmon[35634]: cluster 2024-02-09T20:28: 2024-02-09T20:28:43.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:43 smithi150 conmon[35634]: 41.567933+0000 mgr.smithi150.owatov (mgr.14180) 330 : cluster [DBG] pgmap v252: 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-09T20:28:43.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:43 smithi157 conmon[41110]: cluster 2024-02-09T20:28:41.567933+0000 mgr.smithi150.owatov (mgr.14180) 330 : cluster [DBG] pgmap v252: 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-09T20:28:43.736 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:28:43.736 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:28:44.358 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:28:45.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:45 smithi150 conmon[35634]: cluster 2024-02-09T20:28:43.568479+0000 mgr.smithi150.owatov (mgr.14180) 331 : cluster [DBG] pgmap v253: 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-09T20:28:45.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:45 smithi150 conmon[35634]: audit 2024-02-09T20:28:43.731127+0000 mgr.smithi150.owatov (mgr.14180) 332 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:45.359 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:45.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:45 smithi157 conmon[41110]: cluster 2024-02-09T20:28:43.568479+0000 mgr.smithi150.owatov (mgr.14180) 331 : cluster [DBG] pgmap v253: 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-09T20:28:45.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:45 smithi157 conmon[41110]: audit 2024-02-09T20:28:43.731127+0000 mgr.smithi150.owatov (mgr.14180) 332 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:47.137 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:28:47.137 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:28:47.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:47 smithi150 conmon[35634]: cluster 2024-02-09T20:28:45.569256+0000 mgr.smithi150.owatov (mgr.14180) 333 : cluster [DBG] pgmap v254: 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-09T20:28:47.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:47 smithi157 conmon[41110]: cluster 2024-02-09T20:28:45.569256+0000 mgr.smithi150.owatov (mgr.14180) 333 : cluster [DBG] pgmap v254: 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-09T20:28:47.690 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:28:48.691 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:49.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:49 smithi150 conmon[35634]: audit 2024-02-09T20:28:47.131755+0000 mgr.smithi150.owatov (mgr.14180) 334 : audit [DBG] 2024-02-09T20:28:49.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:49 smithi150 conmon[35634]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:49.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:49 smithi150 conmon[35634]: cluster 2024-02-09T20:28:47.569838+0000 mgr.smithi150.owatov (mgr.14180) 335 : cluster [DBG] pgmap v255: 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-09T20:28:49.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:49 smithi157 conmon[41110]: audit 2024-02-09T20:28:47.131755+0000 mgr.smithi150.owatov (mgr.14180) 334 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:49.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:49 smithi157 conmon[41110]: cluster 2024-02-09T20:28:47.569838+0000 mgr.smithi150.owatov (mgr.14180) 335 : cluster 2024-02-09T20:28:49.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:49 smithi157 conmon[41110]: [DBG] pgmap v255: 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-09T20:28:50.448 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:28:50.448 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:28:51.014 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:28:51.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:51 smithi150 conmon[35634]: cluster 2024-02-09T20:28:49.570463+0000 mgr.smithi150.owatov (mgr.14180) 336 : cluster [DBG] pgmap v256: 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-09T20:28:51.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:51 smithi157 conmon[41110]: cluster 2024-02-09T20:28:49.570463+0000 mgr.smithi150.owatov (mgr.14180) 336 : cluster [DBG] pgmap v256: 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-09T20:28:52.015 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:52.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:52 smithi150 conmon[35634]: audit 2024-02-09T20:28:50.442473+0000 mgr.smithi150.owatov (mgr.14180) 337 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:52.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:52 smithi157 conmon[41110]: audit 2024-02-09T20:28:50.442473+0000 mgr.smithi150.owatov (mgr.14180) 337 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:53.254 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:53 smithi150 conmon[35634]: cluster 2024-02-09T20:28:51.571230+0000 mgr.smithi150.owatov (mgr.14180) 338 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-02-09T20:28:53.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:53 smithi157 conmon[41110]: cluster 2024-02-09T20:28:51.571230+0000 mgr.smithi150.owatov (mgr.14180) 338 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-02-09T20:28:53.859 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:28:53.859 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:28:54.464 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:28:55.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:55 smithi150 conmon[35634]: cluster 2024-02-09T20:28:53.571763+0000 mgr.smithi150.owatov (mgr.14180) 339 : 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-09T20:28:55.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:55 smithi150 conmon[35634]: audit 2024-02-09T20:28:53.853564+0000 mgr.smithi150.owatov (mgr.14180) 340 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:55.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:55 smithi157 conmon[41110]: cluster 2024-02-09T20:28:53.571763+0000 mgr.smithi150.owatov (mgr.14180) 339 : 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-09T20:28:55.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:55 smithi157 conmon[41110]: audit 2024-02-09T20:28:53.853564+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:28:55.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:55 smithi157 conmon[41110]: ) 340 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:55.465 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:57.222 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:28:57.222 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:28:57.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:57 smithi150 conmon[35634]: cluster 2024-02-09T20:28:55.572462+0000 mgr.smithi150.owatov (mgr.14180) 341 : 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-09T20:28:57.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:57 smithi157 conmon[41110]: cluster 2024-02-09T20:28:55.572462+0000 mgr.smithi150.owatov (mgr.14180) 341 : 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-09T20:28:57.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:57 smithi157 conmon[41110]: 2024-02-09T20:28:57.789 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:28:58.790 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:59.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:59 smithi150 conmon[35634]: audit 2024-02-09T20:28:57.216739+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:28:59.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:59 smithi150 conmon[35634]: ) 342 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:59.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:28:59 smithi150 conmon[35634]: cluster 2024-02-09T20:28:57.573115+0000 mgr.smithi150.owatov (mgr.14180) 343 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:59.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:59 smithi157 conmon[41110]: audit 2024-02-09T20:28:57.216739+0000 mgr.smithi150.owatov (mgr.14180) 342 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:59.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:59 smithi157 conmon[41110]: cluster 2024- 2024-02-09T20:28:59.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:28:59 smithi157 conmon[41110]: 02-09T20:28:57.573115+0000 mgr.smithi150.owatov (mgr.14180) 343 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:00.625 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:29:00.625 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:29:01.237 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:29:01.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:01 smithi157 conmon[41110]: cluster 2024-02-09T20:28:59.573734+0000 mgr.smithi150.owatov (mgr.14180) 344 : 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-09T20:29:01.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:01 smithi150 conmon[35634]: cluster 2024-02-09T20:28:59.573734+0000 mgr.smithi150.owatov (mgr.14180) 344 : 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-09T20:29:02.238 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:02.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:02 smithi157 conmon[41110]: audit 2024-02-09T20:29:00.619950+0000 mgr.smithi150.owatov (mgr.14180) 345 : audit [DBG] 2024-02-09T20:29:02.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:02 smithi157 conmon[41110]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:02.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:02 smithi150 conmon[35634]: audit 2024-02-09T20:29:00.619950+0000 mgr.smithi150.owatov (mgr.14180) 345 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:03.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:03 smithi150 conmon[35634]: cluster 2024-02-09T20:29:01.574439+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:29:03.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:03 smithi150 conmon[35634]: ) 346 : cluster [DBG] pgmap v262: 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-09T20:29:03.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:03 smithi157 conmon[41110]: cluster 2024-02-09T20:29:01.574439+0000 mgr.smithi150.owatov (mgr.14180) 346 : cluster [DBG] pgmap v262: 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-09T20:29:04.070 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:29:04.070 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:29:04.853 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:29:05.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:05 smithi157 conmon[41110]: cluster 2024-02-09T20:29:03.575039+0000 mgr.smithi150.owatov (mgr.14180) 347 : 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-09T20:29:05.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:05 smithi157 conmon[41110]: audit 2024-02-09T20:29:04.064692+0000 mgr.smithi150.owatov (mgr.14180) 348 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:05.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:05 smithi150 conmon[35634]: cluster 2024-02-09T20:29:03.575039+0000 mgr.smithi150.owatov (mgr.14180) 347 : 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-09T20:29:05.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:05 smithi150 conmon[35634]: audit 2024-02-09T20:29:04.064692+0000 mgr.smithi150.owatov (mgr.14180) 348 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:05.854 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:07.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:07 smithi150 conmon[35634]: cluster 2024-02-09T20:29:05.575893+0000 mgr.smithi150.owatov (mgr.14180) 349 : cluster 2024-02-09T20:29:07.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:07 smithi150 conmon[35634]: [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-09T20:29:07.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:07 smithi157 conmon[41110]: cluster 2024-02-09T20:29:05.575893+0000 mgr.smithi150.owatov (mgr.14180) 349 : 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-09T20:29:07.652 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:29:07.653 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:29:08.211 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:29:09.212 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:09.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:09 smithi157 conmon[41110]: cluster 2024-02-09T20:29:07.576664+0000 mgr.smithi150.owatov (mgr.14180) 350 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:09.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:09 smithi157 conmon[41110]: audit 2024-02-09T20:29:07.648199+0000 mgr.smithi150.owatov (mgr.14180) 351 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:09.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:09 smithi150 conmon[35634]: cluster 2024-02-09T20:29:07.576664+0000 mgr.smithi150.owatov (mgr.14180) 350 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:09.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:09 smithi150 conmon[35634]: audit 2024-02-09T20:29:07.648199+0000 mgr.smithi150.owatov (mgr.14180) 351 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:11.053 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:29:11.053 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:29:11.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:11 smithi150 conmon[35634]: cluster 2024-02-09T20:29:09.577504+0000 mgr.smithi150.owatov (mgr.14180) 352 : 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-09T20:29:11.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:11 smithi157 conmon[41110]: cluster 2024-02-09T20:29:09.577504+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:29:11.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:11 smithi157 conmon[41110]: ) 352 : 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-09T20:29:11.595 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:29:12.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:12 smithi157 conmon[41110]: audit 2024-02-09T20:29:11.047448+0000 mgr.smithi150.owatov (mgr.14180) 353 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:12.596 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:12.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:12 smithi150 conmon[35634]: audit 2024-02-09T20:29:11.047448+0000 mgr.smithi150.owatov (mgr.14180) 353 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:13.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:13 smithi150 conmon[35634]: cluster 2024-02-09T20:29:11.578201+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:29:13.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:13 smithi150 conmon[35634]: 14180) 354 : cluster [DBG] pgmap v267: 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-09T20:29:13.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:13 smithi157 conmon[41110]: cluster 2024-02-09T20:29:11.578201+0000 mgr.smithi150.owatov (mgr.14180) 354 : cluster [DBG] pgmap v267: 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-09T20:29:14.397 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:29:14.397 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:29:14.979 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:29:15.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:15 smithi150 conmon[35634]: cluster 2024-02-09T20:29:13.578767+0000 mgr.smithi150.owatov (mgr.14180) 355 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:15.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:15 smithi157 conmon[41110]: cluster 2024-02-09T20:29:13.578767+0000 mgr.smithi150.owatov (mgr.14180) 355 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:15.980 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:16.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:16 smithi150 conmon[35634]: audit 2024-02-09T20:29:14.391610+0000 mgr.smithi150.owatov (mgr.14180) 356 : audit [DBG] 2024-02-09T20:29:16.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:16 smithi150 conmon[35634]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:16.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:16 smithi157 conmon[41110]: audit 2024-02-09T20:29:14.391610+0000 mgr.smithi150.owatov (mgr.14180) 356 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:17.479 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:17 smithi150 conmon[35634]: cluster 2024-02-09T20:29:15.579620+0000 mgr.smithi150.owatov (mgr.14180) 357 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:17.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:17 smithi157 conmon[41110]: cluster 2024-02-09T20:29:15.579620+0000 mgr.smithi150.owatov (mgr.14180) 357 : cluster 2024-02-09T20:29:17.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:17 smithi157 conmon[41110]: [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:17.855 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:29:17.856 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:29:18.483 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:18 smithi150 conmon[35634]: cluster 2024-02-09T20:29:17.580175+0000 mgr.smithi150.owatov (mgr.14180) 358 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:18.484 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:18 smithi150 conmon[35634]: audit 2024-02-09T20:29:17.850934+0000 mgr.smithi150.owatov (mgr.14180) 359 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:18.505 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:29:18.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:18 smithi157 conmon[41110]: cluster 2024-02-09T20:29:17.580175+0000 mgr.smithi150.owatov (mgr.14180) 358 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:18.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:18 smithi157 conmon[41110]: audit 2024-02-09T20:29:17.850934+0000 mgr.smithi150.owatov (mgr.14180) 359 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:19.507 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:20.953 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:20 smithi150 conmon[35634]: cluster 2024-02-09T20:29:19.580800+0000 mgr.smithi150.owatov (mgr.14180) 360 2024-02-09T20:29:20.954 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:20 smithi150 conmon[35634]: : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:21.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:20 smithi157 conmon[41110]: cluster 2024-02-09T20:29:19.580800+0000 mgr.smithi150.owatov (mgr.14180) 360 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:21.321 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:29:21.321 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:29:21.852 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:29:22.853 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:23.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:22 smithi150 conmon[35634]: audit 2024-02-09T20:29:21.315709+0000 mgr.smithi150.owatov (mgr.14180) 361 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:23.100 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:22 smithi150 conmon[35634]: cluster 2024-02-09T20:29:21.581804+0000 mgr.smithi150.owatov (mgr.14180) 362 : cluster [DBG] pgmap v272: 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-09T20:29:23.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:22 smithi157 conmon[41110]: audit 2024-02-09T20:29:21.315709+0000 mgr.smithi150.owatov (mgr.14180) 361 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:23.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:22 smithi157 conmon[41110]: cluster 2024-02-09T20:29:21.581804+0000 mgr.smithi150.owatov (mgr.14180) 362 : cluster [DBG] pgmap v272: 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-09T20:29:24.662 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:29:24.662 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:29:25.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:24 smithi150 conmon[35634]: cluster 2024-02-09T20:29:23.582481+0000 mgr.smithi150.owatov (mgr.14180) 363 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:25.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:24 smithi157 conmon[41110]: cluster 2024-02-09T20:29:23.582481+0000 mgr.smithi150.owatov (mgr.14180) 363 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:25.302 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:29:26.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:25 smithi150 conmon[35634]: audit 2024-02-09T20:29:24.656963+0000 mgr.smithi150.owatov (mgr.14180) 364 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:26.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:25 smithi150 conmon[35634]: 2024-02-09T20:29:26.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:25 smithi157 conmon[41110]: audit 2024-02-09T20:29:24.656963+0000 mgr.smithi150.owatov (mgr.14180) 364 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:26.303 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:26.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:26 smithi150 conmon[35634]: cluster 2024-02-09T20:29:25.583260+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:29:26.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:26 smithi150 conmon[35634]: .14180) 365 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:27.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:26 smithi157 conmon[41110]: cluster 2024-02-09T20:29:25.583260+0000 mgr.smithi150.owatov (mgr.14180) 365 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:28.082 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:29:28.082 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:29:28.602 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:29:28.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:28 smithi150 conmon[35634]: cluster 2024-02-09T20:29:27.583923+0000 mgr.smithi150.owatov (mgr.14180) 366 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:28.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:28 smithi150 conmon[35634]: audit 2024-02-09T20:29:28.076384+0000 mgr.smithi150.owatov (mgr.14180) 367 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:29.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:28 smithi157 conmon[41110]: cluster 2024-02-09T20:29:27.583923+0000 mgr.smithi150.owatov (mgr.14180) 366 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:29.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:28 smithi157 conmon[41110]: audit 2024-02-09T20:29:28. 2024-02-09T20:29:29.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:28 smithi157 conmon[41110]: 076384+0000 mgr.smithi150.owatov (mgr.14180) 367 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:29.602 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:30.765 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:30 smithi150 conmon[35634]: cluster 2024-02-09T20:29: 2024-02-09T20:29:30.765 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:30 smithi150 conmon[35634]: 29.584675+0000 mgr.smithi150.owatov (mgr.14180) 368 : 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-09T20:29:31.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:30 smithi157 conmon[41110]: cluster 2024-02-09T20:29:29.584675+0000 mgr.smithi150.owatov (mgr.14180) 368 : 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-09T20:29:31.364 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:29:31.365 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:29:31.901 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:29:32.902 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:32.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:32 smithi150 conmon[35634]: audit 2024-02-09T20:29:31.359448+0000 mgr.smithi150.owatov (mgr.14180) 369 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:32.936 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:32 smithi150 conmon[35634]: cluster 2024-02-09T20:29:31.585438+0000 mgr.smithi150.owatov (mgr.14180) 370 : cluster [DBG] pgmap v277: 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-09T20:29:33.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:32 smithi157 conmon[41110]: audit 2024-02-09T20:29:31.359448+0000 mgr.smithi150.owatov (mgr.14180) 369 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:33.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:32 smithi157 conmon[41110]: cluster 2024-02-09T20:29:31.585438+0000 mgr.smithi150.owatov (mgr.14180) 370 : cluster [DBG] pgmap v277: 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-09T20:29:34.674 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:29:34.674 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:29:35.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:34 smithi150 conmon[35634]: cluster 2024-02-09T20:29:33.585950+0000 mgr.smithi150.owatov (mgr.14180) 371 : 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-09T20:29:35.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:34 smithi157 conmon[41110]: cluster 2024-02-09T20:29:33.585950+0000 mgr.smithi150.owatov (mgr.14180) 371 : 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-09T20:29:35.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:34 smithi157 conmon[41110]: 2024-02-09T20:29:35.274 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:29:36.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:35 smithi150 conmon[35634]: audit 2024-02-09T20:29:34.668829+0000 mgr.smithi150.owatov (mgr.14180) 372 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:36.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:35 smithi157 conmon[41110]: audit 2024-02-09T20:29:34.668829+0000 mgr.smithi150.owatov (mgr.14180) 372 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:36.275 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:36.922 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:36 smithi150 conmon[35634]: cluster 2024-02-09T20:29:35.586704+0000 mgr.smithi150.owatov (mgr.14180) 373 : 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-09T20:29:37.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:36 smithi157 conmon[41110]: cluster 2024-02-09T20:29:35.586704+0000 mgr.smithi150.owatov (mgr.14180) 373 : 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-09T20:29:38.108 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:29:38.108 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:29:38.658 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:29:39.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:38 smithi150 conmon[35634]: cluster 2024-02-09T20:29:37.587548+0000 mgr.smithi150.owatov (mgr.14180) 374 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:39.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:38 smithi150 conmon[35634]: audit 2024-02-09T20:29:38.103019+0000 mgr.smithi150.owatov (mgr.14180) 375 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:39.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:38 smithi157 conmon[41110]: cluster 2024-02-09T20:29:37.587548+0000 mgr.smithi150.owatov (mgr.14180) 374 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:39.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:38 smithi157 conmon[41110]: audit 2024-02-09T20:29:38.103019+0000 mgr.smithi150.owatov (mgr.14180) 375 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:39.658 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:40.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:40 smithi150 conmon[35634]: cluster 2024-02-09T20:29:39.588220+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:29:40.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:40 smithi150 conmon[35634]: .14180) 376 : 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-09T20:29:41.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:40 smithi157 conmon[41110]: cluster 2024-02-09T20:29:39.588220+0000 mgr.smithi150.owatov (mgr.14180) 376 : cluster [DBG] 2024-02-09T20:29:41.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:40 smithi157 conmon[41110]: 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-09T20:29:41.435 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:29:41.436 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:29:42.007 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:29:43.008 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:43.041 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:42 smithi150 conmon[35634]: audit 2024-02-09T20:29:41.430462+0000 mgr.smithi150.owatov (mgr.14180) 377 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:43.041 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:42 smithi150 conmon[35634]: cluster 2024-02-09T20:29:41.589090+0000 mgr.smithi150.owatov (mgr.14180) 378 : cluster [DBG] pgmap v282: 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-09T20:29:43.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:42 smithi157 conmon[41110]: audit 2024-02-09T20:29:41.430462+0000 mgr.smithi150.owatov (mgr.14180) 377 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:43.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:42 smithi157 conmon[41110]: cluster 2024-02-09T20:29:41.589090+0000 mgr.smithi150.owatov (mgr.14180) 378 : cluster 2024-02-09T20:29:43.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:42 smithi157 conmon[41110]: [DBG] pgmap v282: 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-09T20:29:44.827 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:29:44.828 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:29:44.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:44 smithi150 conmon[35634]: cluster 2024-02-09T20:29:43.589639+0000 mgr.smithi150.owatov (mgr.14180) 379 : 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-09T20:29:45.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:44 smithi157 conmon[41110]: cluster 2024-02-09T20:29:43.589639+0000 mgr.smithi150.owatov (mgr.14180) 379 : 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-09T20:29:45.466 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:29:45.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:45 smithi150 conmon[35634]: audit 2024-02-09T20:29:44.822282+0000 mgr.smithi150.owatov (mgr.14180) 380 : audit [DBG] 2024-02-09T20:29:45.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:45 smithi150 conmon[35634]: from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:46.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:45 smithi157 conmon[41110]: audit 2024-02-09T20:29:44.822282+0000 mgr.smithi150.owatov (mgr.14180) 380 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:46.467 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:46.954 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:46 smithi150 conmon[35634]: cluster 2024-02-09T20:29:45.590507+0000 mgr.smithi150.owatov ( 2024-02-09T20:29:46.954 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:46 smithi150 conmon[35634]: mgr.14180) 381 : 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-09T20:29:47.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:46 smithi157 conmon[41110]: cluster 2024-02-09T20:29:45.590507+0000 mgr.smithi150.owatov (mgr.14180) 381 : 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-09T20:29:48.234 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:29:48.234 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:29:48.806 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:29:49.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:48 smithi150 conmon[35634]: cluster 2024-02-09T20:29:47.591138+0000 mgr.smithi150.owatov (mgr.14180) 382 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:49.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:48 smithi157 conmon[41110]: cluster 2024-02-09T20:29:47.591138+0000 mgr.smithi150.owatov (mgr.14180) 382 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:49.807 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:50.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:49 smithi150 conmon[35634]: audit 2024-02-09T20:29:48.228912+0000 mgr.smithi150.owatov (mgr.14180) 383 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:50.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:49 smithi157 conmon[41110]: audit 2024-02-09T20:29:48.228912+0000 mgr.smithi150.owatov (mgr.14180) 383 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:51.004 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:50 smithi150 conmon[35634]: cluster 2024-02-09T20:29:49.591957+0000 mgr.smithi150.owatov (mgr.14180) 384 : 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-09T20:29:51.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:50 smithi157 conmon[41110]: cluster 2024-02-09T20:29:49.591957+0000 mgr.smithi150.owatov (mgr.14180) 384 : 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-09T20:29:51.597 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:29:51.597 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:29:52.205 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:29:53.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:52 smithi150 conmon[35634]: audit 2024-02-09T20:29:51.591304+0000 mgr.smithi150.owatov (mgr.14180) 385 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:53.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:52 smithi150 conmon[35634]: cluster 2024-02-09T20:29:51.592777+0000 mgr.smithi150.owatov (mgr.14180) 386 : cluster [DBG] pgmap v287: 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-09T20:29:53.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:52 smithi157 conmon[41110]: audit 2024-02-09T20:29:51.591304+0000 mgr.smithi150.owatov (mgr.14180) 385 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:53.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:52 smithi157 conmon[41110]: cluster 2024-02-09T20:29:53.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:52 smithi157 conmon[41110]: 2024-02-09T20:29:51.592777+0000 mgr.smithi150.owatov (mgr.14180) 386 : cluster [DBG] pgmap v287: 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-09T20:29:53.207 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:54.996 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:29:54.996 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:29:55.016 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:54 smithi150 conmon[35634]: cluster 2024-02-09T20:29:53.593351+0000 mgr.smithi150.owatov (mgr.14180) 387 : 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-09T20:29:55.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:54 smithi157 conmon[41110]: cluster 2024-02-09T20:29:53.593351+0000 mgr.smithi150.owatov (mgr.14180) 387 : 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-09T20:29:55.564 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:29:55.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:55 smithi150 conmon[35634]: audit 2024-02-09T20:29:54.990475+0000 mgr.smithi150.owatov (mgr.14180) 388 2024-02-09T20:29:55.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:55 smithi150 conmon[35634]: : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:56.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:55 smithi157 conmon[41110]: audit 2024-02-09T20:29:54.990475+0000 mgr.smithi150.owatov (mgr.14180) 388 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:56.565 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:57.014 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:56 smithi150 conmon[35634]: cluster 2024-02-09T20:29:55.594171+0000 mgr.smithi150.owatov (mgr.14180) 389 : 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-09T20:29:57.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:56 smithi157 conmon[41110]: cluster 2024-02-09T20:29:55.594171+0000 mgr.smithi150.owatov (mgr.14180) 389 : 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-09T20:29:58.326 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:29:58.326 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:29:58.890 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:29:59.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:58 smithi150 conmon[35634]: cluster 2024-02-09T20:29:57.594859+0000 mgr.smithi150.owatov (mgr.14180) 390 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:59.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:58 smithi157 conmon[41110]: cluster 2024-02-09T20:29:57.594859+0000 mgr.smithi150.owatov (mgr.14180) 390 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:59.890 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:00.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:59 smithi150 conmon[35634]: audit 2024-02-09T20:29:58.320245+0000 mgr.smithi150.owatov (mgr.14180) 391 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:00.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:29:59 smithi150 conmon[35634]: 2024-02-09T20:30:00.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:29:59 smithi157 conmon[41110]: audit 2024-02-09T20:29:58.320245+0000 mgr.smithi150.owatov (mgr.14180) 391 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:01.061 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:00 smithi150 conmon[35634]: cluster 2024-02-09T20:29:59.595483+0000 mgr.smithi150.owatov (mgr.14180) 392 : 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-09T20:30:01.061 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:00 smithi150 conmon[35634]: cluster 2024-02-09T20:30:00.000101+0000 mon.smithi150 (mon.0) 690 : cluster [INF] overall HEALTH_OK 2024-02-09T20:30:01.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:00 smithi157 conmon[41110]: cluster 2024-02-09T20:29:59.595483+0000 mgr.smithi150.owatov (mgr.14180) 392 : 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-09T20:30:01.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:00 smithi157 conmon[41110]: cluster 2024-02-09T20:30:00.000101+0000 mon.smithi150 (mon.0) 690 : cluster [INF] overall HEALTH_OK 2024-02-09T20:30:01.657 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:30:01.657 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:30:02.230 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:30:03.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:02 smithi150 conmon[35634]: cluster 2024-02-09T20:30:01.596346+0000 mgr.smithi150.owatov (mgr.14180) 393 : cluster [DBG] pgmap v292: 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-09T20:30:03.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:02 smithi150 conmon[35634]: audit 2024-02-09 2024-02-09T20:30:03.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:02 smithi150 conmon[35634]: T20:30:01.652254+0000 mgr.smithi150.owatov (mgr.14180) 394 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:03.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:02 smithi157 conmon[41110]: cluster 2024-02-09T20:30:01.596346+0000 mgr.smithi150.owatov (mgr.14180) 393 : cluster [DBG] pgmap v292: 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-09T20:30:03.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:02 smithi157 conmon[41110]: audit 2024-02-09T20:30:03.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:02 smithi157 conmon[41110]: 2024-02-09T20:30:01.652254+0000 mgr.smithi150.owatov (mgr.14180) 394 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:03.231 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:05.031 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:30:05.031 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:30:05.052 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:04 smithi150 conmon[35634]: cluster 2024-02-09T20:30:03.596847+0000 2024-02-09T20:30:05.052 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:04 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14180) 395 : 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-09T20:30:05.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:04 smithi157 conmon[41110]: cluster 2024-02-09T20:30:03.596847+0000 mgr.smithi150.owatov (mgr.14180) 395 : 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-09T20:30:05.614 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:30:05.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:05 smithi150 conmon[35634]: audit 2024-02-09T20:30:05.025990+0000 mgr.smithi150.owatov (mgr.14180) 396 2024-02-09T20:30:05.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:05 smithi150 conmon[35634]: : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:06.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:05 smithi157 conmon[41110]: audit 2024-02-09T20:30:05.025990+0000 mgr.smithi150.owatov (mgr.14180) 396 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:06.615 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:07.072 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:06 smithi150 conmon[35634]: cluster 2024-02-09T20:30:05.597532+0000 mgr.smithi150.owatov (mgr.14180) 397 : 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-09T20:30:07.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:06 smithi157 conmon[41110]: cluster 2024-02-09T20:30:05.597532+0000 mgr.smithi150.owatov (mgr.14180) 397 : 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-09T20:30:08.396 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:30:08.396 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:30:08.988 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:30:09.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:08 smithi150 conmon[35634]: cluster 2024-02-09T20:30:07.598084+0000 mgr.smithi150.owatov (mgr.14180) 398 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:09.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:08 smithi157 conmon[41110]: cluster 2024-02-09T20:30:07.598084+0000 mgr.smithi150.owatov (mgr.14180) 398 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:09.989 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:10.023 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:09 smithi150 conmon[35634]: audit 2024-02-09T20:30:08.390877+0000 mgr.smithi150.owatov (mgr.14180) 399 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:10.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:09 smithi157 conmon[41110]: audit 2024-02-09T20:30:08.390877+0000 mgr.smithi150.owatov (mgr.14180) 399 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:11.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:10 smithi150 conmon[35634]: cluster 2024-02-09T20:30:09.598721+0000 mgr.smithi150.owatov 2024-02-09T20:30:11.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:10 smithi150 conmon[35634]: (mgr.14180) 400 : 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-09T20:30:11.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:10 smithi157 conmon[41110]: cluster 2024-02-09T20:30:09.598721+0000 mgr.smithi150.owatov (mgr.14180) 400 : 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-09T20:30:11.750 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:30:11.750 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:30:12.327 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:30:13.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:12 smithi150 conmon[35634]: cluster 2024-02-09T20:30:11.599380+0000 mgr.smithi150.owatov (mgr.14180) 401 : cluster [DBG] pgmap v297: 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-09T20:30:13.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:12 smithi150 conmon[35634]: audit 2024-02-09T20:30:11.744800+0000 mgr.smithi150.owatov (mgr.14180) 402 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:13.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:12 smithi157 conmon[41110]: cluster 2024-02-09T20:30:11.599380+0000 mgr.smithi150.owatov (mgr.14180) 401 : cluster [DBG] pgmap v297: 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-09T20:30:13.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:12 smithi157 conmon[41110]: audit 2024-02-09T20:30:11.744800+0000 2024-02-09T20:30:13.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:12 smithi157 conmon[41110]: mgr.smithi150.owatov (mgr.14180) 402 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:13.328 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:14.809 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:14 smithi150 conmon[35634]: cluster 2024-02-09T20:30:13.599921+0000 mgr.smithi150.owatov (mgr.14180) 403 : 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-09T20:30:15.127 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:30:15.127 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:30:15.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:14 smithi157 conmon[41110]: cluster 2024-02-09T20:30:13.599921+0000 mgr.smithi150.owatov (mgr.14180) 403 : 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-09T20:30:15.661 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:30:16.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:15 smithi150 conmon[35634]: audit 2024-02-09T20:30:15.121379+0000 mgr.smithi150.owatov (mgr.14180) 404 : audit 2024-02-09T20:30:16.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:15 smithi150 conmon[35634]: [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:16.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:15 smithi157 conmon[41110]: audit 2024-02-09T20:30:15.121379+0000 mgr.smithi150.owatov (mgr.14180) 404 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:16.661 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:17.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:16 smithi150 conmon[35634]: cluster 2024-02-09T20:30:15.600695+0000 mgr.smithi150.owatov (mgr.14180) 405 : 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-09T20:30:17.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:16 smithi157 conmon[41110]: cluster 2024-02-09T20:30:15.600695+0000 mgr.smithi150.owatov (mgr.14180) 405 : 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-09T20:30:17.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:16 smithi157 conmon[41110]: 2024-02-09T20:30:18.514 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:30:18.514 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:30:19.119 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:30:19.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:18 smithi157 conmon[41110]: cluster 2024-02-09T20:30:17.601275+0000 mgr.smithi150.owatov (mgr.14180) 406 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:19.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:18 smithi150 conmon[35634]: cluster 2024-02-09T20:30:17.601275+0000 mgr.smithi150.owatov (mgr.14180) 406 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:20.120 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:20.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:19 smithi157 conmon[41110]: audit 2024-02-09T20:30:18.507109+0000 mgr.smithi150.owatov (mgr.14180) 407 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:20.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:19 smithi150 conmon[35634]: audit 2024-02-09T20:30:18.507109+0000 mgr.smithi150.owatov (mgr.14180) 407 : 2024-02-09T20:30:20.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:19 smithi150 conmon[35634]: audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:21.342 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:20 smithi150 conmon[35634]: cluster 2024-02-09T20:30:19.601844+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:30:21.342 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:20 smithi150 conmon[35634]: .14180) 408 : 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-09T20:30:21.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:20 smithi157 conmon[41110]: cluster 2024-02-09T20:30:19.601844+0000 mgr.smithi150.owatov (mgr.14180) 408 : cluster 2024-02-09T20:30:21.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:20 smithi157 conmon[41110]: [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-09T20:30:21.943 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:30:21.943 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:30:22.560 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:30:23.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:22 smithi150 conmon[35634]: cluster 2024-02-09T20:30:21.602746+0000 mgr.smithi150.owatov (mgr.14180) 409 : cluster [DBG] pgmap v302: 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-09T20:30:23.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:22 smithi150 conmon[35634]: audit 2024-02-09T20:30:21.936946+0000 mgr.smithi150.owatov (mgr.14180) 410 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:23.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:22 smithi157 conmon[41110]: cluster 2024-02-09T20:30:21.602746+0000 mgr.smithi150.owatov (mgr.14180) 409 : cluster [DBG] pgmap v302: 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-09T20:30:23.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:22 smithi157 conmon[41110]: audit 2024-02-09T20:30:21.936946+0000 mgr.smithi150.owatov (mgr.14180) 410 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:23.561 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:25.058 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:24 smithi150 conmon[35634]: cluster 2024-02-09T20:30:23.603644+0000 mgr.smithi150.owatov (mgr.14180) 411 : cluster [DBG] 2024-02-09T20:30:25.058 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:24 smithi150 conmon[35634]: 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-09T20:30:25.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:24 smithi157 conmon[41110]: cluster 2024-02-09T20:30:23.603644+0000 mgr.smithi150.owatov (mgr.14180) 411 : cluster 2024-02-09T20:30:25.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:24 smithi157 conmon[41110]: [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-09T20:30:25.390 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:30:25.390 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:30:25.943 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:30:26.945 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:27.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:26 smithi150 conmon[35634]: audit 2024-02-09T20:30:25.384867+0000 mgr.smithi150.owatov (mgr.14180) 412 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:27.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:26 smithi150 conmon[35634]: cluster 2024-02-09T20:30:25.604373+0000 mgr.smithi150.owatov (mgr.14180) 413 : 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-09T20:30:27.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:26 smithi157 conmon[41110]: audit 2024-02-09T20:30:25.384867+0000 mgr.smithi150.owatov (mgr.14180) 412 : audit [DBG] 2024-02-09T20:30:27.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:26 smithi157 conmon[41110]: from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:27.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:26 smithi157 conmon[41110]: cluster 2024-02-09T20:30:25.604373+0000 mgr.smithi150.owatov (mgr.14180) 413 : 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-09T20:30:28.778 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:30:28.778 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:30:29.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:28 smithi150 conmon[35634]: cluster 2024-02-09T20:30:27.604968+0000 mgr.smithi150.owatov (mgr.14180) 414 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:29.286 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:30:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:28 smithi157 conmon[41110]: cluster 2024-02-09T20:30:27.604968+0000 mgr.smithi150.owatov (mgr.14180) 414 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:30.286 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:30.320 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:29 smithi150 conmon[35634]: audit 2024-02-09T20:30:28.773278+0000 mgr.smithi150.owatov (mgr.14180) 415 : audit [DBG] 2024-02-09T20:30:30.320 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:29 smithi150 conmon[35634]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:30.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:29 smithi157 conmon[41110]: audit 2024-02-09T20:30:28.773278+0000 mgr.smithi150.owatov (mgr.14180) 415 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:31.085 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:30 smithi150 conmon[35634]: cluster 2024-02-09T20:30:29.605657+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:30:31.086 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:30 smithi150 conmon[35634]: ) 416 : 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-09T20:30:31.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:30 smithi157 conmon[41110]: cluster 2024-02-09T20:30:29.605657+0000 mgr.smithi150.owatov (mgr.14180) 416 : 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-09T20:30:32.084 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:30:32.084 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:30:32.703 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:30:33.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:32 smithi150 conmon[35634]: cluster 2024-02-09T20:30:31.606338+0000 mgr.smithi150.owatov (mgr.14180) 417 : cluster [DBG] pgmap v307: 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-09T20:30:33.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:32 smithi150 conmon[35634]: audit 2024-02-09T20:30:32.078647+0000 mgr.smithi150.owatov (mgr.14180) 418 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:33.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:32 smithi157 conmon[41110]: cluster 2024-02-09T20:30:31.606338+0000 mgr.smithi150.owatov (mgr.14180) 417 : cluster [DBG] pgmap v307: 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-09T20:30:33.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:32 smithi157 conmon[41110]: audit 2024-02-09T20:30:32.078647+0000 mgr.smithi150.owatov (mgr.14180) 418 : audit [DBG] 2024-02-09T20:30:33.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:32 smithi157 conmon[41110]: from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:33.703 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:35.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:34 smithi157 conmon[41110]: cluster 2024-02-09T20:30:33.607061+0000 mgr.smithi150.owatov (mgr.14180) 419 : 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-09T20:30:35.178 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:34 smithi150 conmon[35634]: cluster 2024-02-09T20:30:33.607061+0000 mgr.smithi150.owatov (mgr.14180) 419 : 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-09T20:30:35.178 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:34 smithi150 conmon[35634]: 2024-02-09T20:30:35.568 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:30:35.568 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:30:36.150 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:30:37.151 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:36 smithi150 conmon[35634]: audit 2024-02-09T20:30:35.562863+0000 mgr.smithi150.owatov (mgr.14180) 420 : audit [DBG] 2024-02-09T20:30:37.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:36 smithi150 conmon[35634]: from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:37.185 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:36 smithi150 conmon[35634]: cluster 2024-02-09T20:30:35.607887+0000 mgr.smithi150.owatov (mgr.14180) 421 : 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-09T20:30:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:36 smithi157 conmon[41110]: audit 2024-02-09T20:30:35.562863+0000 mgr.smithi150.owatov (mgr.14180) 420 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:36 smithi157 conmon[41110]: cluster 2024-02-09 2024-02-09T20:30:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:36 smithi157 conmon[41110]: T20:30:35.607887+0000 mgr.smithi150.owatov (mgr.14180) 421 : 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-09T20:30:38.917 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:30:38.918 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:30:39.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:38 smithi150 conmon[35634]: cluster 2024-02-09T20:30:37.608554+0000 mgr.smithi150.owatov (mgr.14180) 422 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:39.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:38 smithi157 conmon[41110]: cluster 2024-02-09T20:30:37.608554+0000 mgr.smithi150.owatov (mgr.14180) 422 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:39.528 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:30:40.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:39 smithi150 conmon[35634]: audit 2024-02-09T20:30:38.911419+0000 mgr.smithi150.owatov (mgr.14180) 423 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:40.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:39 smithi157 conmon[41110]: audit 2024-02-09T20:30:38.911419+0000 mgr.smithi150.owatov (mgr.14180) 423 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:40.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:39 smithi157 conmon[41110]: 2024-02-09T20:30:40.530 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:41.209 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:40 smithi150 conmon[35634]: cluster 2024-02-09T20:30:39.609125+0000 mgr.smithi150.owatov (mgr.14180) 424 : cluster [DBG] 2024-02-09T20:30:41.209 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:40 smithi150 conmon[35634]: 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-09T20:30:41.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:40 smithi157 conmon[41110]: cluster 2024-02-09T20:30:39.609125+0000 mgr.smithi150.owatov (mgr.14180) 424 : 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-09T20:30:42.419 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:30:42.420 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:18.257128Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:18.257270Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:18.257344Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:18.257417Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:18.257482Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-09T20:30:43.235 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: cluster 2024-02-09T20:30:41.609755+0000 mgr.smithi150.owatov (mgr.14180) 425 : cluster [DBG] pgmap v312: 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-09T20:30:43.236 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: cephadm 2024-02-09T20:30:41.998239+0000 mgr.smithi150.owatov (mgr.14180) 426 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb 2024-02-09T20:30:43.236 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb 2024-02-09T20:30:43.236 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb 2024-02-09T20:30:43.236 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb 2024-02-09T20:30:43.236 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: Deploy daemon haproxy.nfs.foo.smithi150.jthwtb ... 2024-02-09T20:30:43.236 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:30:43.236 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:30:43.236 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:28: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-09T20:30:43.236 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:29:23Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:30:43.236 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:30: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-09T20:30:43.236 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: 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-09T20:30:43.236 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: 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-09T20:30:43.236 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:30:43.237 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: Traceback (most recent call last): 2024-02-09T20:30:43.237 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:30:43.237 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: yield (conn, connr) 2024-02-09T20:30:43.237 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:30:43.237 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: code, '\n'.join(err))) 2024-02-09T20:30:43.237 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: 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-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb 2024-02-09T20:30:43.237 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb 2024-02-09T20:30:43.237 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb 2024-02-09T20:30:43.237 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb 2024-02-09T20:30:43.237 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: Deploy daemon haproxy.nfs.foo.smithi150.jthwtb ... 2024-02-09T20:30:43.237 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:30:43.237 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:30:43.237 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:28: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-09T20:30:43.238 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:29:23Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:30:43.238 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:30: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-09T20:30:43.238 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: 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-09T20:30:43.238 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: 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-09T20:30:43.238 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:30:43.238 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:30:43.238 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: cephadm 2024-02-09T20:30:41.998481+0000 mgr.smithi150.owatov (mgr.14180) 427 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.jthwtb 2024-02-09T20:30:43.238 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: audit 2024-02-09T20:30:41.998864+0000 mon.smithi150 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.jthwtb"}]: dispatch 2024-02-09T20:30:43.239 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: cephadm 2024-02-09T20:30:41.999743+0000 mgr.smithi150.owatov (mgr.14180) 428 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb 2024-02-09T20:30:43.239 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb 2024-02-09T20:30:43.239 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb 2024-02-09T20:30:43.239 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb 2024-02-09T20:30:43.239 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: Deploy daemon haproxy.nfs.foo.smithi150.jthwtb ... 2024-02-09T20:30:43.239 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:30:43.239 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:30:43.239 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:28: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-09T20:30:43.239 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:29:23Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:30:43.239 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:30: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-09T20:30:43.239 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: 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-09T20:30:43.239 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: 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-09T20:30:43.239 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:30:43.239 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: audit 2024-02-09T20:30:42.005922+0000 mon.smithi150 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:30:43.240 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: cephadm 2024-02-09T20:30:42.006440+0000 mgr.smithi150.owatov (mgr.14180) 429 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:30:43.240 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: cephadm 2024-02-09T20:30:42.007888+0000 mgr.smithi150.owatov (mgr.14180) 430 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:30:43.240 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: cluster 2024-02-09T20:30:42.008563+0000 mgr.smithi150.owatov (mgr.14180) 431 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-09T20:30:43.240 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:42 smithi150 conmon[35634]: audit 2024-02-09T20:30:42.008762+0000 mon.smithi150 (mon.0) 693 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:30:43.254 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:30:43.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: cluster 2024-02-09T20:30:41.609755+0000 mgr.smithi150.owatov (mgr.14180) 425 : cluster [DBG] pgmap v312: 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-09T20:30:43.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: 2024-02-09T20:30:43.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: cephadm 2024-02-09T20:30:41.998239+0000 mgr.smithi150.owatov (mgr.14180) 426 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb 2024-02-09T20:30:43.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb 2024-02-09T20:30:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb 2024-02-09T20:30:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb 2024-02-09T20:30:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: Deploy daemon haproxy.nfs.foo.smithi150.jthwtb ... 2024-02-09T20:30:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:30:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:30:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:28: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-09T20:30:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:29:23Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:30:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:30: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-09T20:30:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: 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-09T20:30:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: 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-09T20:30:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:30:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: Traceback (most recent call last): 2024-02-09T20:30:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:30:43.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: yield (conn, connr) 2024-02-09T20:30:43.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:30:43.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: code, '\n'.join(err))) 2024-02-09T20:30:43.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: 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-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb 2024-02-09T20:30:43.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb 2024-02-09T20:30:43.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb 2024-02-09T20:30:43.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb 2024-02-09T20:30:43.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: Deploy daemon haproxy.nfs.foo.smithi150.jthwtb ... 2024-02-09T20:30:43.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:30:43.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:30:43.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:28: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-09T20:30:43.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:29:23Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:30:43.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:30: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-09T20:30:43.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: 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-09T20:30:43.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: 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-09T20:30:43.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:30:43.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:30:43.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: cephadm 2024-02-09T20:30:41.998481+0000 mgr.smithi150.owatov (mgr.14180) 427 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.jthwtb 2024-02-09T20:30:43.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: audit 2024-02-09T20:30:41.998864+0000 mon.smithi150 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.jthwtb"}]: dispatch 2024-02-09T20:30:43.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: cephadm 2024-02-09T20:30:41.999743+0000 mgr.smithi150.owatov (mgr.14180) 428 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb 2024-02-09T20:30:43.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb 2024-02-09T20:30:43.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb 2024-02-09T20:30:43.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb 2024-02-09T20:30:43.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: Deploy daemon haproxy.nfs.foo.smithi150.jthwtb ... 2024-02-09T20:30:43.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:30:43.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:30:43.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:28: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-09T20:30:43.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:29:23Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:30:43.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:30: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-09T20:30:43.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: 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-09T20:30:43.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: 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-09T20:30:43.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:30:43.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: audit 2024-02-09T20:30:42.005922+0000 mon.smithi150 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:30:43.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: cephadm 2024-02-09T20:30:42.006440+0000 mgr.smithi150.owatov (mgr.14180) 429 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:30:43.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: cephadm 2024-02-09T20:30:42.007888+0000 mgr.smithi150.owatov (mgr.14180) 430 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:30:43.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: cluster 2024-02-09T20:30:42.008563+0000 mgr.smithi150.owatov (mgr.14180) 431 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-09T20:30:43.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:42 smithi157 conmon[41110]: audit 2024-02-09T20:30:42.008762+0000 mon.smithi150 (mon.0) 693 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:30:44.255 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:44.284 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:43 smithi150 conmon[35634]: audit 2024-02-09T20:30:42.413485+0000 mgr.smithi150.owatov (mgr.14180) 432 : audit 2024-02-09T20:30:44.284 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:43 smithi150 conmon[35634]: [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:44.284 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:43 smithi150 conmon[35634]: cluster 2024-02-09T20:30:43.003313+0000 mon.smithi150 (mon.0) 694 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-09T20:30:44.284 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:43 smithi150 conmon[35634]: audit 2024-02-09T20:30:43.712850+0000 mon.smithi150 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:30:44.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:43 smithi157 conmon[41110]: audit 2024-02-09T20:30:42.413485+0000 mgr.smithi150.owatov (mgr.14180) 432 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:44.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:43 smithi157 conmon[41110]: cluster 2024-02-09T20:30: 2024-02-09T20:30:44.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:43 smithi157 conmon[41110]: 43.003313+0000 mon.smithi150 (mon.0) 694 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-09T20:30:44.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:43 smithi157 conmon[41110]: audit 2024-02-09T20:30:43.712850+0000 mon.smithi150 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:30:45.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:44 smithi150 conmon[35634]: cluster 2024-02-09T20:30:44.009197+0000 mgr.smithi150.owatov (mgr.14180) 433 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-09T20:30:45.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:44 smithi157 conmon[41110]: cluster 2024-02-09T20:30:44.009197+0000 mgr.smithi150.owatov (mgr.14180) 433 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-09T20:30:46.416 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:30:46.417 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:25:21.832385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:25:21.832521Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:25:21.832643Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:25:21.832273Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:25:21.832083Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:25:21.832774Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:25:21.833010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:25:21.832895Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 1, "size": 2}}] 2024-02-09T20:30:47.186 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:30:47.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:47 smithi150 conmon[35634]: cluster 2024-02-09T20:30:46.009962+0000 mgr.smithi150.owatov (mgr.14180) 434 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-09T20:30:47.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:47 smithi150 conmon[35634]: audit 2024-02-09T20:30:46.962928+0000 mon.smithi150 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:30:47.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:47 smithi157 conmon[41110]: cluster 2024-02-09T20:30:46.009962+0000 mgr.smithi150.owatov (mgr.14180) 434 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-09T20:30:47.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:47 smithi157 conmon[41110]: audit 2024-02-09T20:30:46.962928+0000 mon.smithi150 (mon.0) 696 : 2024-02-09T20:30:47.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:47 smithi157 conmon[41110]: audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:30:48.188 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:48.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:48 smithi157 conmon[41110]: audit 2024-02-09T20:30:46.411332+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:30:48.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:48 smithi157 conmon[41110]: ) 435 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:48.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:48 smithi157 conmon[41110]: audit 2024-02-09T20:30:47.114899+0000 mon.smithi150 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:30:48.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:48 smithi157 conmon[41110]: audit 2024-02-09T20:30:47.436556+0000 mon.smithi150 (mon.0) 698 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:30:48.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:48 smithi157 conmon[41110]: audit 2024-02-09T20:30:47.437145+0000 mon.smithi150 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:30:48.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:48 smithi157 conmon[41110]: audit 2024-02-09T20:30:47.691340+0000 mon.smithi150 (mon. 2024-02-09T20:30:48.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:48 smithi157 conmon[41110]: 0) 700 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:30:48.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:48 smithi157 conmon[41110]: audit 2024-02-09T20:30:47.696439+0000 mon.smithi150 (mon.0) 701 : audit [INF] 2024-02-09T20:30:48.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:48 smithi157 conmon[41110]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:30:48.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:48 smithi157 conmon[41110]: audit 2024-02-09T20:30 2024-02-09T20:30:48.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:48 smithi157 conmon[41110]: :47.701245+0000 mon.smithi150 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:30:48.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:48 smithi157 conmon[41110]: audit 2024-02-09T20 2024-02-09T20:30:48.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:48 smithi157 conmon[41110]: :30:47.706395+0000 mon.smithi150 (mon.0) 703 : 2024-02-09T20:30:48.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:48 smithi157 conmon[41110]: audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:30:48.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:48 smithi157 conmon[41110]: audit 2024-02-09T20:30:48.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:48 smithi157 conmon[41110]: 2024-02-09T20:30:47.714594+0000 mon.smithi150 (mon.0) 2024-02-09T20:30:48.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:48 smithi157 conmon[41110]: 704 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:30:48.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:48 smithi150 conmon[35634]: audit 2024-02-09T20:30:46.411332+0000 mgr.smithi150.owatov (mgr.14180) 435 : audit [DBG] 2024-02-09T20:30:48.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:48 smithi150 conmon[35634]: from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:48.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:48 smithi150 conmon[35634]: audit 2024-02-09T20:30:47.114899+0000 mon.smithi150 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:30:48.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:48 smithi150 conmon[35634]: audit 2024-02-09T20:30:47 2024-02-09T20:30:48.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:48 smithi150 conmon[35634]: .436556+0000 mon.smithi150 (mon.0) 698 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:30:48.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:48 smithi150 conmon[35634]: audit 2024-02-09T20:30:47.437145+0000 mon.smithi150 (mon.0) 699 : audit 2024-02-09T20:30:48.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:48 smithi150 conmon[35634]: [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:30:48.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:48 smithi150 conmon[35634]: audit 2024-02-09T20:30:47.691340+0000 mon.smithi150 (mon 2024-02-09T20:30:48.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:48 smithi150 conmon[35634]: .0) 700 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:30:48.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:48 smithi150 conmon[35634]: audit 2024-02-09T20:30:48.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:48 smithi150 conmon[35634]: 2024-02-09T20:30:47.696439+0000 mon.smithi150 (mon.0 2024-02-09T20:30:48.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:48 smithi150 conmon[35634]: ) 701 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:30:48.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:48 smithi150 conmon[35634]: audit 2024-02-09T20:30 2024-02-09T20:30:48.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:48 smithi150 conmon[35634]: :47.701245+0000 mon.smithi150 (mon.0) 702 : 2024-02-09T20:30:48.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:48 smithi150 conmon[35634]: audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:30:48.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:48 smithi150 conmon[35634]: audit 2024-02-09T20:30:47 2024-02-09T20:30:48.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:48 smithi150 conmon[35634]: .706395+0000 mon.smithi150 (mon.0) 703 : audit 2024-02-09T20:30:48.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:48 smithi150 conmon[35634]: [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:30:48.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:48 smithi150 conmon[35634]: audit 2024-02-09T20:30:48.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:48 smithi150 conmon[35634]: 2024-02-09T20:30:47.714594+0000 mon.smithi150 (mon 2024-02-09T20:30:48.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:48 smithi150 conmon[35634]: .0) 704 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:30:49.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:49 smithi150 conmon[35634]: cephadm 2024-02-09T20:30:47.440290+0000 mgr.smithi150.owatov (mgr.14180) 436 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-09T20:30:49.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:49 smithi150 conmon[35634]: cluster 2024-02-09T20:30:47.702383+0000 mgr.smithi150.owatov (mgr.14180) 437 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-09T20:30:49.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:49 smithi150 conmon[35634]: cephadm 2024-02-09T20:30:47.718328+0000 mgr.smithi150.owatov (mgr.14180) 438 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi157.vcwttl on smithi157 2024-02-09T20:30:49.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:49 smithi150 conmon[35634]: cluster 2024-02-09T20:30:48.699505+0000 mon.smithi150 (mon.0) 705 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-09T20:30:49.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:49 smithi150 conmon[35634]: cluster 2024-02-09T20:30:48.699532+0000 mon.smithi150 (mon.0) 706 : cluster [INF] Cluster is now healthy 2024-02-09T20:30:49.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:49 smithi157 conmon[41110]: cephadm 2024-02-09T20:30:47.440290+0000 mgr.smithi150.owatov (mgr.14180) 436 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-09T20:30:49.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:49 smithi157 conmon[41110]: cluster 2024-02-09T20:30:47.702383+0000 mgr.smithi150.owatov (mgr.14180) 437 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-09T20:30:49.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:49 smithi157 conmon[41110]: cephadm 2024-02-09T20:30:47.718328+0000 mgr.smithi150.owatov (mgr.14180) 438 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi157.vcwttl on smithi157 2024-02-09T20:30:49.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:49 smithi157 conmon[41110]: cluster 2024-02-09T 2024-02-09T20:30:49.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:49 smithi157 conmon[41110]: 20:30:48.699505+0000 mon.smithi150 (mon.0) 705 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-09T20:30:49.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:49 smithi157 conmon[41110]: cluster 2024-02-09T20:30:48.699532+0000 mon.smithi150 (mon.0) 706 : cluster [INF] Cluster is now healthy 2024-02-09T20:30:49.973 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:30:49.973 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:30:50.582 INFO:tasks.cephadm:nfs.foo has 1/1 2024-02-09T20:30:50.582 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-09T20:30:50.594 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-02-09T20:30:50.594 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:51.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:51 smithi150 conmon[35634]: cluster 2024-02-09T20:30:49.702980+0000 mgr.smithi150.owatov (mgr.14180) 439 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 101 B/s wr, 1 op/s 2024-02-09T20:30:51.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:51 smithi150 conmon[35634]: audit 2024-02-09T20:30:49.967190+0000 mgr.smithi150.owatov (mgr.14180) 440 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:51.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:51 smithi157 conmon[41110]: cluster 2024-02-09T20:30:49.702980+0000 mgr.smithi150.owatov (mgr.14180) 439 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 101 B/s wr, 1 op/s 2024-02-09T20:30:51.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:51 smithi157 conmon[41110]: audit 2024-02-09T20:30:49.967190+0000 mgr.smithi150.owatov (mgr.14180) 440 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:52.377 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:30:52.378 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:30:52.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:53.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:53 smithi150 conmon[35634]: cluster 2024-02-09T20:30:51.703680+0000 mgr.smithi150.owatov (mgr.14180) 441 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 202 B/s wr, 2 op/s 2024-02-09T20:30:53.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:53 smithi157 conmon[41110]: cluster 2024-02-09T20:30:51.703680+0000 mgr.smithi150.owatov (mgr.14180) 441 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 202 B/s wr, 2 op/s 2024-02-09T20:30:53.958 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:54.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:54 smithi150 conmon[35634]: audit 2024-02-09T20:30:52.371891+0000 mgr.smithi150.owatov (mgr.14180) 442 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:54.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:54 smithi157 conmon[41110]: audit 2024-02-09T20:30:52.371891+0000 mgr.smithi150.owatov (mgr.14180) 442 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:54.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:54 smithi157 conmon[41110]: 2024-02-09T20:30:55.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:55 smithi157 conmon[41110]: cluster 2024-02-09T20:30:53.704457+0000 mgr.smithi150.owatov (mgr.14180) 443 : cluster 2024-02-09T20:30:55.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:55 smithi157 conmon[41110]: [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 175 B/s wr, 2 op/s 2024-02-09T20:30:55.385 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:55 smithi150 conmon[35634]: cluster 2024-02-09T20:30:53.704457+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:30:55.385 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:55 smithi150 conmon[35634]: .14180) 443 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 175 B/s wr, 2 op/s 2024-02-09T20:30:55.741 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:30:55.741 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:30:56.313 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:57.314 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:57.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:57 smithi150 conmon[35634]: cluster 2024-02-09T20:30:55.705188+0000 mgr.smithi150.owatov (mgr.14180) 444 : cluster 2024-02-09T20:30:57.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:57 smithi150 conmon[35634]: [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 175 B/s wr, 2 op/s 2024-02-09T20:30:57.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:57 smithi150 conmon[35634]: audit 2024-02-09T20:30:55.735335+0000 mgr.smithi150.owatov (mgr.14180) 445 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:57.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:57 smithi157 conmon[41110]: cluster 2024-02-09T20:30:55.705188+0000 mgr.smithi150.owatov (mgr.14180) 444 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 175 B/s wr, 2 op/s 2024-02-09T20:30:57.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:57 smithi157 conmon[41110]: audit 2024-02-09T20:30:55.735335+0000 2024-02-09T20:30:57.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:57 smithi157 conmon[41110]: mgr.smithi150.owatov (mgr.14180) 445 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:59.121 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:30:59.121 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:30:59.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:30:59 smithi150 conmon[35634]: cluster 2024-02-09T20:30:57.705904+0000 mgr.smithi150.owatov (mgr.14180) 446 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 175 B/s wr, 2 op/s 2024-02-09T20:30:59.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:30:59 smithi157 conmon[41110]: cluster 2024-02-09T20:30:57.705904+0000 mgr.smithi150.owatov (mgr.14180) 446 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 175 B/s wr, 2 op/s 2024-02-09T20:30:59.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:00.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:00 smithi150 conmon[35634]: audit 2024-02-09T20:30:59.115678+0000 mgr.smithi150.owatov (mgr.14180) 447 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:00.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:00 smithi157 conmon[41110]: audit 2024-02-09T20:30:59.115678+0000 mgr.smithi150.owatov (mgr.14180) 447 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:00.701 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:01.540 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:01 smithi150 conmon[35634]: cluster 2024-02-09T20:30:59.706460 2024-02-09T20:31:01.540 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:01 smithi150 conmon[35634]: +0000 mgr.smithi150.owatov (mgr.14180) 448 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 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-09T20:31:01.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:01 smithi157 conmon[41110]: cluster 2024-02-09T20:30:59.706460+0000 mgr.smithi150.owatov (mgr.14180) 448 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 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-09T20:31:02.471 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:31:02.471 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:31:03.040 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:03.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:03 smithi150 conmon[35634]: cluster 2024-02-09T20:31:01.707360+0000 mgr.smithi150.owatov (mgr.14180) 449 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-09T20:31:03.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:03 smithi157 conmon[41110]: cluster 2024-02-09T20:31:01.707360+0000 mgr.smithi150.owatov (mgr.14180) 449 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-09T20:31:04.041 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:04.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:04 smithi150 conmon[35634]: audit 2024-02-09T20:31:02.464939+0000 mgr.smithi150.owatov (mgr.14180) 450 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:04.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:04 smithi157 conmon[41110]: audit 2024-02-09T20:31:02.464939+0000 mgr.smithi150.owatov (mgr.14180) 450 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:05.449 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:05 smithi150 conmon[35634]: cluster 2024-02-09T20:31:03.707967+0000 mgr.smithi150.owatov (mgr.14180) 451 : cluster 2024-02-09T20:31:05.449 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:05 smithi150 conmon[35634]: [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-02-09T20:31:05.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:05 smithi157 conmon[41110]: cluster 2024-02-09T20:31:03.707967+0000 mgr.smithi150.owatov (mgr.14180) 451 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-02-09T20:31:05.806 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:31:05.806 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:31:06.329 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:06.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:06 smithi150 conmon[35634]: cluster 2024-02-09T20:31:05.708652+0000 mgr.smithi150.owatov (mgr.14180) 452 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:06.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:06 smithi150 conmon[35634]: audit 2024-02-09T20:31:05.800817+0000 mgr.smithi150.owatov (mgr.14180) 453 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:06.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:06 smithi157 conmon[41110]: cluster 2024-02-09T20:31:05.708652+0000 mgr.smithi150.owatov (mgr.14180) 452 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:06.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:06 smithi157 conmon[41110]: audit 2024-02-09T20:31:05.800817+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:31:06.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:06 smithi157 conmon[41110]: ) 453 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:07.330 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:08.804 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:08 smithi150 conmon[35634]: cluster 2024-02-09T20:31:07.709576+0000 mgr.smithi150.owatov ( 2024-02-09T20:31:08.804 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:08 smithi150 conmon[35634]: mgr.14180) 454 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:09.133 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:31:09.133 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:31:09.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:08 smithi157 conmon[41110]: cluster 2024-02-09T20:31:07.709576+0000 mgr.smithi150.owatov (mgr.14180) 454 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:09.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:10.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:09 smithi150 conmon[35634]: audit 2024-02-09T20:31:09.127622+0000 mgr.smithi150.owatov (mgr.14180) 455 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:10.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:09 smithi157 conmon[41110]: audit 2024-02-09T20:31:09.127622+0000 mgr.smithi150.owatov (mgr.14180) 455 : audit [DBG] 2024-02-09T20:31:10.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:09 smithi157 conmon[41110]: from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:10.784 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:11.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:10 smithi150 conmon[35634]: cluster 2024-02-09T20:31:09.710338+0000 mgr.smithi150.owatov (mgr.14180) 456 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:11.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:10 smithi157 conmon[41110]: cluster 2024-02-09T20:31:09.710338+0000 mgr.smithi150.owatov (mgr.14180) 456 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:12.554 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:31:12.554 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:31:12.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:12 smithi150 conmon[35634]: cluster 2024-02-09T20:31:11.710973+0000 mgr.smithi150.owatov (mgr.14180) 457 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:13.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:13.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:12 smithi157 conmon[41110]: cluster 2024-02-09T20:31:11.710973+0000 mgr.smithi150.owatov (mgr.14180) 457 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:14.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:13 smithi150 conmon[35634]: audit 2024-02-09T20:31:12.548769+0000 mgr.smithi150.owatov (mgr.14180) 458 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:14.132 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:14.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:13 smithi157 conmon[41110]: audit 2024-02-09T20:31:12.548769+0000 mgr.smithi150.owatov (mgr.14180) 458 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:14.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:14 smithi150 conmon[35634]: cluster 2024-02-09T20:31:13.711730+0000 mgr.smithi150.owatov (mgr.14180) 459 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:15.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:14 smithi157 conmon[41110]: cluster 2024-02-09T20:31:13.711730+0000 mgr.smithi150.owatov (mgr.14180) 459 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:15.971 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:31:15.971 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:31:16.555 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:17.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:16 smithi150 conmon[35634]: cluster 2024-02-09T20:31:15.712374+0000 mgr.smithi150.owatov (mgr.14180) 460 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:17.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:16 smithi150 conmon[35634]: audit 2024-02-09T20:31:15.965216+0000 mgr.smithi150.owatov (mgr.14180) 461 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:17.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:16 smithi157 conmon[41110]: cluster 2024-02-09T20:31:15.712374+0000 mgr.smithi150.owatov (mgr.14180) 460 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:17.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:16 smithi157 conmon[41110]: audit 2024-02-09T20:31:15.965216+0000 mgr.smithi150.owatov (mgr.14180) 461 2024-02-09T20:31:17.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:16 smithi157 conmon[41110]: : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:17.556 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:18.989 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:18 smithi150 conmon[35634]: cluster 2024-02-09T20:31:17.712981+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:31:18.989 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:18 smithi150 conmon[35634]: 462 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:19.135 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:18 smithi157 conmon[41110]: cluster 2024-02-09T20:31:17.712981+0000 mgr.smithi150.owatov (mgr.14180) 462 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:19.303 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:31:19.303 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:31:19.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:20.813 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:21.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:20 smithi150 conmon[35634]: audit 2024-02-09T20:31:19.298190+0000 mgr.smithi150.owatov (mgr.14180) 463 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:21.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:20 smithi150 conmon[35634]: cluster 2024-02-09T20:31:19.713776+0000 mgr.smithi150.owatov (mgr.14180) 464 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:21.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:20 smithi157 conmon[41110]: audit 2024-02-09T20:31:19.298190+0000 mgr.smithi150.owatov (mgr.14180) 463 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:21.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:20 smithi157 conmon[41110]: cluster 2024-02-09T20:31:21.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:20 smithi157 conmon[41110]: 2024-02-09T20:31:19.713776+0000 mgr.smithi150.owatov (mgr.14180) 464 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:22.607 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:31:22.608 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:31:23.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:22 smithi150 conmon[35634]: cluster 2024-02-09T20:31:21.714546+0000 mgr.smithi150.owatov (mgr.14180) 465 : cluster [DBG] 2024-02-09T20:31:23.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:22 smithi150 conmon[35634]: pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:23.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:22 smithi157 conmon[41110]: cluster 2024-02-09T20:31:21.714546+0000 mgr.smithi150.owatov (mgr.14180) 465 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:23.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:24.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:23 smithi150 conmon[35634]: audit 2024-02-09T20:31:22.602048+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:31:24.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:23 smithi150 conmon[35634]: 14180) 466 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:24.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:23 smithi157 conmon[41110]: audit 2024-02-09T20:31:22.602048+0000 mgr.smithi150.owatov (mgr.14180) 466 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:24.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:23 smithi157 conmon[41110]: 2024-02-09T20:31:24.171 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:24.995 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:24 smithi150 conmon[35634]: cluster 2024-02-09T20:31:23.715083+0000 mgr.smithi150.owatov (mgr.14180) 467 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:25.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:24 smithi157 conmon[41110]: cluster 2024-02-09T20:31:23.715083+0000 mgr.smithi150.owatov (mgr.14180) 467 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:25.953 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:31:25.953 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:31:26.544 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:27.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:26 smithi150 conmon[35634]: cluster 2024-02-09T20:31:25.715774+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:31:27.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:26 smithi150 conmon[35634]: 14180) 468 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:27.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:26 smithi150 conmon[35634]: audit 2024-02-09T20:31:25.947351+0000 mgr.smithi150.owatov (mgr.14180) 469 : audit 2024-02-09T20:31:27.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:26 smithi150 conmon[35634]: [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:27.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:26 smithi157 conmon[41110]: cluster 2024-02-09T20:31:25.715774+0000 mgr.smithi150.owatov (mgr.14180) 468 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:27.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:26 smithi157 conmon[41110]: audit 2024-02-09T20: 2024-02-09T20:31:27.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:26 smithi157 conmon[41110]: 31:25.947351+0000 mgr.smithi150.owatov (mgr.14180) 469 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:27.545 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:28.973 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:28 smithi150 conmon[35634]: cluster 2024-02-09T20:31:27.716332+0000 mgr.smithi150.owatov (mgr.14180) 470 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:29.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:28 smithi157 conmon[41110]: cluster 2024-02-09T20:31:27.716332+0000 mgr.smithi150.owatov (mgr.14180) 470 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:29.291 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:31:29.292 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:31:29.828 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:30.829 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:31.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:30 smithi150 conmon[35634]: audit 2024-02-09T20:31:29.286305+0000 mgr.smithi150.owatov (mgr.14180) 471 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:31.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:30 smithi150 conmon[35634]: cluster 2024-02-09T20:31:29.717057+0000 mgr.smithi150.owatov (mgr.14180) 472 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:31.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:30 smithi157 conmon[41110]: audit 2024-02-09T20:31:29.286305+0000 mgr.smithi150.owatov (mgr.14180) 471 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:31.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:30 smithi157 conmon[41110]: cluster 2024-02-09T20:31 2024-02-09T20:31:31.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:30 smithi157 conmon[41110]: :29.717057+0000 mgr.smithi150.owatov (mgr.14180) 472 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:32.553 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:31:32.553 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:31:32.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:32 smithi150 conmon[35634]: cluster 2024-02-09T20:31:31.717794+0000 mgr.smithi150.owatov (mgr.14180) 473 2024-02-09T20:31:32.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:32 smithi150 conmon[35634]: : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:33.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:32 smithi157 conmon[41110]: cluster 2024-02-09T20:31:31.717794+0000 mgr.smithi150.owatov (mgr.14180) 473 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:33.184 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:34.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:33 smithi150 conmon[35634]: audit 2024-02-09T20:31:32.547455+0000 mgr.smithi150.owatov (mgr.14180) 474 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:34.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:33 smithi157 conmon[41110]: audit 2024-02-09T20:31:32.547455+0000 mgr.smithi150.owatov (mgr.14180) 474 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:34.185 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:35.002 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:34 smithi150 conmon[35634]: cluster 2024-02-09T20:31:33.718324+0000 2024-02-09T20:31:35.002 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:34 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14180) 475 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:35.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:34 smithi157 conmon[41110]: cluster 2024-02-09T20:31:33.718324+0000 mgr.smithi150.owatov (mgr.14180) 475 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:36.005 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:31:36.005 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:31:36.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:37.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:36 smithi150 conmon[35634]: cluster 2024-02-09T20:31:35.719048+0000 mgr.smithi150.owatov (mgr.14180) 476 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:37.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:36 smithi150 conmon[35634]: audit 2024-02-09T20:31:35.999872+0000 mgr.smithi150.owatov (mgr.14180) 477 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:37.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:36 smithi157 conmon[41110]: cluster 2024-02-09T20:31:35.719048+0000 mgr.smithi150.owatov (mgr.14180) 476 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:37.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:36 smithi157 conmon[41110]: audit 2024-02-09T20:31:35.999872+0000 2024-02-09T20:31:37.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:36 smithi157 conmon[41110]: mgr.smithi150.owatov (mgr.14180) 477 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:37.570 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:39.026 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:38 smithi150 conmon[35634]: cluster 2024-02-09T20:31:37.719684+0000 mgr.smithi150.owatov ( 2024-02-09T20:31:39.026 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:38 smithi150 conmon[35634]: mgr.14180) 478 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:39.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:38 smithi157 conmon[41110]: cluster 2024-02-09T20:31:37.719684+0000 mgr.smithi150.owatov (mgr.14180) 478 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:39.340 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:31:39.340 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:31:39.918 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:40.919 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:41.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:40 smithi150 conmon[35634]: audit 2024-02-09T20:31:39.335212+0000 mgr.smithi150.owatov (mgr.14180) 479 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:41.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:40 smithi150 conmon[35634]: cluster 2024-02-09T20:31:39.720256+0000 mgr.smithi150.owatov (mgr.14180) 480 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:41.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:40 smithi157 conmon[41110]: audit 2024-02-09T20:31:39.335212+0000 mgr.smithi150.owatov (mgr.14180) 479 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:41.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:40 smithi157 conmon[41110]: cluster 2024-02-09T20:31:39.720256+0000 2024-02-09T20:31:41.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:40 smithi157 conmon[41110]: mgr.smithi150.owatov (mgr.14180) 480 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:42.765 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:31:42.765 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:31:43.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:42 smithi150 conmon[35634]: cluster 2024-02-09T20:31:41.721083+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:31:43.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:42 smithi150 conmon[35634]: ) 481 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:43.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:42 smithi157 conmon[41110]: cluster 2024-02-09T20:31:41.721083+0000 mgr.smithi150.owatov (mgr.14180) 481 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:43.317 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:44.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:43 smithi150 conmon[35634]: audit 2024-02-09T20:31:42.759653+0000 mgr.smithi150.owatov (mgr.14180) 482 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:44.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:43 smithi157 conmon[41110]: audit 2024-02-09T20:31:42.759653+0000 mgr.smithi150.owatov (mgr.14180) 482 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:44.318 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:45.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:44 smithi150 conmon[35634]: cluster 2024-02-09T20:31:43.721825+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:31:45.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:44 smithi150 conmon[35634]: 483 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:45.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:44 smithi157 conmon[41110]: cluster 2024-02-09T20:31:43.721825+0000 mgr.smithi150.owatov (mgr.14180) 483 : cluster 2024-02-09T20:31:45.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:44 smithi157 conmon[41110]: [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:46.117 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:31:46.118 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:31:46.692 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:47.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:46 smithi150 conmon[35634]: cluster 2024-02-09T20:31:45.722643+0000 mgr.smithi150.owatov (mgr.14180) 484 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:47.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:46 smithi150 conmon[35634]: audit 2024-02-09T20:31:46.112205+0000 mgr.smithi150.owatov (mgr.14180) 485 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:47.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:46 smithi157 conmon[41110]: cluster 2024-02-09T20:31:45.722643+0000 mgr.smithi150.owatov (mgr.14180) 484 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:47.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:46 smithi157 conmon[41110]: audit 2024- 2024-02-09T20:31:47.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:46 smithi157 conmon[41110]: 02-09T20:31:46.112205+0000 mgr.smithi150.owatov (mgr.14180) 485 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:47.692 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:49.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:48 smithi150 conmon[35634]: cluster 2024-02-09T20:31:47.723364+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:31:49.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:48 smithi150 conmon[35634]: 486 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:49.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:48 smithi157 conmon[41110]: cluster 2024-02-09T20:31:47.723364+0000 mgr.smithi150.owatov (mgr.14180) 486 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:49.367 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:31:49.367 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:31:49.919 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:50.921 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:51.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:50 smithi157 conmon[41110]: audit 2024-02-09T20:31:49.361684+0000 mgr.smithi150.owatov (mgr.14180) 487 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:51.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:50 smithi157 conmon[41110]: 2024-02-09T20:31:51.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:50 smithi157 conmon[41110]: cluster 2024-02-09T20:31:49.724183+0000 mgr.smithi150.owatov (mgr.14180) 488 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:51.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:50 smithi150 conmon[35634]: audit 2024-02-09T20:31:49.361684+0000 mgr.smithi150.owatov (mgr.14180) 487 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:51.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:50 smithi150 conmon[35634]: cluster 2024-02-09T20:31:49.724183+0000 mgr.smithi150.owatov (mgr.14180) 488 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:52.705 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:31:52.705 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:31:53.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:52 smithi150 conmon[35634]: cluster 2024-02-09T20:31:51.724981+0000 mgr.smithi150.owatov (mgr.14180) 489 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:53.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:52 smithi157 conmon[41110]: cluster 2024-02-09T20:31:51.724981+0000 mgr.smithi150.owatov (mgr.14180) 489 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:53.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:54.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:53 smithi157 conmon[41110]: audit 2024-02-09T20:31:52.699470+0000 mgr.smithi150.owatov (mgr.14180) 490 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:54.268 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:54.301 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:53 smithi150 conmon[35634]: audit 2024-02-09T20:31:52.699470+0000 mgr.smithi150.owatov (mgr.14180) 490 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:54.301 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:53 smithi150 conmon[35634]: 2024-02-09T20:31:55.075 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:54 smithi150 conmon[35634]: cluster 2024-02-09T20:31:53.725555+0000 mgr.smithi150.owatov (mgr.14180) 491 : cluster 2024-02-09T20:31:55.075 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:54 smithi150 conmon[35634]: [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:55.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:54 smithi157 conmon[41110]: cluster 2024-02-09T20:31:53.725555+0000 mgr.smithi150.owatov (mgr.14180) 491 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:56.111 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:31:56.112 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:31:56.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:57.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:56 smithi150 conmon[35634]: cluster 2024-02-09T20:31:55.726280+0000 mgr.smithi150.owatov (mgr.14180) 492 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:57.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:56 smithi150 conmon[35634]: audit 2024-02-09T20:31:57.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:56 smithi150 conmon[35634]: 2024-02-09T20:31:56.105965+0000 mgr.smithi150.owatov (mgr.14180) 493 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:57.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:56 smithi157 conmon[41110]: cluster 2024-02-09T20:31:55.726280+0000 mgr.smithi150.owatov (mgr.14180) 492 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:57.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:56 smithi157 conmon[41110]: audit 2024-02-09T20:31:56.105965+0000 mgr.smithi150.owatov (mgr.14180) 493 2024-02-09T20:31:57.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:56 smithi157 conmon[41110]: : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:57.667 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:59.106 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:58 smithi150 conmon[35634]: cluster 2024-02-09T20:31:57.727003+0000 mgr.smithi150.owatov 2024-02-09T20:31:59.106 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:31:58 smithi150 conmon[35634]: (mgr.14180) 494 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:59.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:31:58 smithi157 conmon[41110]: cluster 2024-02-09T20:31:57.727003+0000 mgr.smithi150.owatov (mgr.14180) 494 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:59.457 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:31:59.457 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:32:00.032 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:01.033 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:01.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:00 smithi157 conmon[41110]: audit 2024-02-09T20:31:59.451262+0000 mgr.smithi150.owatov (mgr.14180) 495 : audit [DBG] 2024-02-09T20:32:01.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:00 smithi157 conmon[41110]: from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:01.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:00 smithi157 conmon[41110]: cluster 2024-02-09T20:31:59.727572+0000 mgr.smithi150.owatov (mgr.14180) 496 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:01.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:00 smithi150 conmon[35634]: audit 2024-02-09T20:31:59.451262+0000 mgr.smithi150.owatov (mgr.14180) 495 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:01.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:00 smithi150 conmon[35634]: cluster 2024-02-09T20:31:59.727572+0000 mgr.smithi150.owatov (mgr.14180) 496 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:02.798 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:32:02.798 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:32:03.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:02 smithi150 conmon[35634]: cluster 2024-02-09T20:32:01.728467+0000 mgr.smithi150.owatov (mgr.14180) 497 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:03.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:02 smithi157 conmon[41110]: cluster 2024-02-09T20:32:01.728467+0000 mgr.smithi150.owatov (mgr.14180) 497 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:03.357 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:04.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:03 smithi150 conmon[35634]: audit 2024-02-09T20:32:02.792299+0000 mgr.smithi150.owatov (mgr.14180) 498 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:04.358 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:04.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:03 smithi157 conmon[41110]: audit 2024-02-09T20:32:02.792299+0000 mgr.smithi150.owatov (mgr.14180) 498 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:05.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:04 smithi150 conmon[35634]: cluster 2024-02-09T20:32:03.728948+0000 mgr.smithi150.owatov (mgr.14180) 499 : cluster [DBG] 2024-02-09T20:32:05.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:04 smithi150 conmon[35634]: pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:05.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:04 smithi157 conmon[41110]: cluster 2024-02-09T20:32:03.728948+0000 mgr.smithi150.owatov (mgr.14180) 499 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:06.121 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:32:06.122 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:32:06.707 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:07.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:06 smithi150 conmon[35634]: cluster 2024-02-09T20:32:05.729742+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:32:07.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:06 smithi150 conmon[35634]: 500 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:07.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:06 smithi150 conmon[35634]: audit 2024-02-09T20:32:06.116245+0000 mgr.smithi150.owatov (mgr.14180) 501 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:07.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:06 smithi157 conmon[41110]: cluster 2024-02-09T20:32:05.729742+0000 mgr.smithi150.owatov (mgr.14180) 500 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:07.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:06 smithi157 conmon[41110]: audit 2024-02-09T20:32:06.116245+0000 2024-02-09T20:32:07.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:06 smithi157 conmon[41110]: mgr.smithi150.owatov (mgr.14180) 501 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:07.707 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:09.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:08 smithi150 conmon[35634]: cluster 2024-02-09T20:32:07.730458+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:32:09.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:08 smithi150 conmon[35634]: ) 502 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:09.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:08 smithi157 conmon[41110]: cluster 2024-02-09T20:32:07.730458+0000 mgr.smithi150.owatov (mgr.14180) 502 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:09.487 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:32:09.487 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:32:10.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:11.031 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:11.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:10 smithi150 conmon[35634]: audit 2024-02-09T20:32:09.481575+0000 mgr.smithi150.owatov (mgr.14180) 503 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:11.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:10 smithi150 conmon[35634]: cluster 2024-02-09T20:32:09.730992+0000 mgr.smithi150.owatov (mgr.14180) 504 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:11.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:10 smithi157 conmon[41110]: audit 2024-02-09T20:32:09.481575+0000 mgr.smithi150.owatov (mgr.14180) 503 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:11.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:10 smithi157 conmon[41110]: cluster 2024-02-09T20:32:09.730992+0000 mgr.smithi150.owatov (mgr.14180) 504 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:12.805 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:32:12.805 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:32:13.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:12 smithi150 conmon[35634]: cluster 2024-02-09T20:32:11.731887+0000 mgr.smithi150.owatov 2024-02-09T20:32:13.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:12 smithi150 conmon[35634]: (mgr.14180) 505 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:13.337 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:13.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:12 smithi157 conmon[41110]: cluster 2024-02-09T20:32:11.731887+0000 mgr.smithi150.owatov (mgr.14180) 505 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:14.338 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:14.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:13 smithi150 conmon[35634]: audit 2024-02-09T20:32:12.799643+0000 mgr.smithi150.owatov (mgr.14180) 506 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:14.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:13 smithi157 conmon[41110]: audit 2024-02-09T20:32:12.799643+0000 mgr.smithi150.owatov (mgr.14180) 506 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:15.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:14 smithi150 conmon[35634]: cluster 2024-02-09T20:32:13.732416+0000 2024-02-09T20:32:15.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:14 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14180) 507 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:15.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:14 smithi157 conmon[41110]: cluster 2024-02-09T20:32:13.732416+0000 mgr.smithi150.owatov (mgr.14180) 507 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:16.090 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:32:16.090 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:32:16.671 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:17.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:16 smithi150 conmon[35634]: cluster 2024-02-09T20:32:15.733080+0000 mgr.smithi150.owatov (mgr.14180) 508 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:17.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:16 smithi150 conmon[35634]: audit 2024-02-09T20:32:16.084842+0000 mgr.smithi150.owatov (mgr.14180) 509 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:17.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:16 smithi157 conmon[41110]: cluster 2024-02-09T20:32:15.733080+0000 mgr.smithi150.owatov (mgr.14180) 508 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:17.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:16 smithi157 conmon[41110]: audit 2024-02-09T20:32:16.084842+0000 mgr.smithi150.owatov (mgr.14180) 509 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:17.673 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:19.057 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:18 smithi150 conmon[35634]: cluster 2024-02-09T20:32:17.733823+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:32:19.057 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:18 smithi150 conmon[35634]: 510 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:19.378 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:32:19.379 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:32:19.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:18 smithi157 conmon[41110]: cluster 2024-02-09T20:32:17.733823+0000 mgr.smithi150.owatov (mgr.14180) 510 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:19.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:20.923 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:21.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:20 smithi150 conmon[35634]: audit 2024-02-09T20:32:19.373611+0000 mgr.smithi150.owatov (mgr.14180) 511 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:21.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:20 smithi150 conmon[35634]: cluster 2024-02-09T20:32:19.734586+0000 mgr.smithi150.owatov (mgr.14180) 512 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:21.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:20 smithi157 conmon[41110]: audit 2024-02-09T20:32:19.373611+0000 mgr.smithi150.owatov (mgr.14180) 511 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:21.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:20 smithi157 conmon[41110]: cluster 2024-02-09T20:32:19.734586+0000 mgr.smithi150.owatov (mgr.14180) 512 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:22.710 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:32:22.711 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:32:23.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:22 smithi150 conmon[35634]: cluster 2024-02-09T20:32:21.735338+0000 mgr.smithi150.owatov (mgr.14180) 513 : cluster 2024-02-09T20:32:23.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:22 smithi150 conmon[35634]: [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:23.303 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:23.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:22 smithi157 conmon[41110]: cluster 2024-02-09T20:32:21.735338+0000 mgr.smithi150.owatov (mgr.14180) 513 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:24.305 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:24.335 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:23 smithi150 conmon[35634]: audit 2024-02-09T20:32:22.705147+0000 mgr.smithi150.owatov (mgr.14180) 514 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:24.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:23 smithi157 conmon[41110]: audit 2024-02-09T20:32:22.705147+0000 mgr.smithi150.owatov (mgr.14180) 514 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:25.071 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:24 smithi150 conmon[35634]: cluster 2024-02-09T20:32:23.736056+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:32:25.071 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:24 smithi150 conmon[35634]: 14180) 515 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:25.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:24 smithi157 conmon[41110]: cluster 2024-02-09T20:32:23.736056+0000 mgr.smithi150.owatov (mgr.14180) 515 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:26.144 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:32:26.144 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:32:26.754 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:27.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:26 smithi150 conmon[35634]: cluster 2024-02-09T20:32:25.736879+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:32:27.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:26 smithi150 conmon[35634]: .14180) 516 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:27.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:26 smithi150 conmon[35634]: audit 2024-02-09T20:32:26.138818+0000 mgr.smithi150.owatov (mgr.14180) 517 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:27.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:26 smithi157 conmon[41110]: cluster 2024-02-09T20:32:25.736879+0000 mgr.smithi150.owatov (mgr.14180) 516 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:27.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:26 smithi157 conmon[41110]: audit 2024-02-09T20:32:26.138818+0000 mgr.smithi150.owatov (mgr.14180) 517 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:27.756 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:29.196 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:28 smithi150 conmon[35634]: cluster 2024-02-09T20:32:27.737647+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:32:29.196 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:28 smithi150 conmon[35634]: 518 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:28 smithi157 conmon[41110]: cluster 2024-02-09T20:32:27.737647+0000 mgr.smithi150.owatov (mgr.14180) 518 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:29.526 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:32:29.526 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:32:30.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:31.096 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:31.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:30 smithi150 conmon[35634]: audit 2024-02-09T20:32:29.520731+0000 mgr.smithi150.owatov (mgr.14180) 519 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:31.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:30 smithi150 conmon[35634]: cluster 2024-02-09T20:32:29.738190+0000 mgr.smithi150.owatov (mgr.14180) 520 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:31.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:30 smithi157 conmon[41110]: audit 2024-02-09T20:32:29.520731+0000 mgr.smithi150.owatov (mgr.14180) 519 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:31.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:30 smithi157 conmon[41110]: cluster 2024-02-09T20:32:29.738190+0000 mgr.smithi150.owatov (mgr.14180) 520 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:32.918 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:32:32.918 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:32:33.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:32 smithi150 conmon[35634]: cluster 2024-02-09T20:32:31.738909+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:32:33.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:32 smithi150 conmon[35634]: .14180) 521 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:33.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:32 smithi157 conmon[41110]: cluster 2024-02-09T20:32:31.738909+0000 mgr.smithi150.owatov (mgr.14180) 521 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:33.623 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:34.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:33 smithi150 conmon[35634]: audit 2024-02-09T20:32:32.912624+0000 mgr.smithi150.owatov (mgr.14180) 522 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:34.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:33 smithi157 conmon[41110]: audit 2024-02-09T20:32:32.912624+0000 mgr.smithi150.owatov (mgr.14180) 522 : audit 2024-02-09T20:32:34.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:33 smithi157 conmon[41110]: [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:34.625 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:35.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:34 smithi157 conmon[41110]: cluster 2024-02-09T20:32:33.739707+0000 mgr.smithi150.owatov (mgr.14180) 523 : 2024-02-09T20:32:35.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:34 smithi157 conmon[41110]: cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:35.258 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:34 smithi150 conmon[35634]: cluster 2024-02-09T20:32:33.739707+0000 mgr.smithi150.owatov 2024-02-09T20:32:35.258 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:34 smithi150 conmon[35634]: (mgr.14180) 523 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:36.413 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:32:36.414 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:32:37.042 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:37.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:36 smithi150 conmon[35634]: cluster 2024-02-09T20:32:35.740396+0000 mgr.smithi150.owatov (mgr.14180) 524 : cluster [DBG] 2024-02-09T20:32:37.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:36 smithi150 conmon[35634]: pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:37.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:36 smithi157 conmon[41110]: cluster 2024-02-09T20:32:35.740396+0000 mgr.smithi150.owatov (mgr.14180) 524 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:36 smithi157 conmon[41110]: 2024-02-09T20:32:38.044 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:38.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:37 smithi150 conmon[35634]: audit 2024-02-09T20:32:36.408049+0000 mgr.smithi150.owatov (mgr.14180) 525 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:38.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:37 smithi157 conmon[41110]: audit 2024-02-09T20:32:36.408049+0000 mgr.smithi150.owatov (mgr.14180) 525 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:39.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:38 smithi150 conmon[35634]: cluster 2024-02-09T20:32:37.741075+0000 mgr.smithi150.owatov (mgr.14180) 526 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:39.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:38 smithi157 conmon[41110]: cluster 2024-02-09T20:32:37.741075+0000 mgr.smithi150.owatov (mgr.14180) 526 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:39.835 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:32:39.835 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:32:40.411 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:41.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:40 smithi150 conmon[35634]: cluster 2024-02-09T20:32:39.741671+0000 mgr.smithi150.owatov (mgr.14180) 527 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:41.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:40 smithi150 conmon[35634]: audit 2024-02-09T20:32:39.830108+0000 mgr.smithi150.owatov (mgr.14180) 528 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:41.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:40 smithi157 conmon[41110]: cluster 2024-02-09T20:32:39.741671+0000 mgr.smithi150.owatov (mgr.14180) 527 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:41.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:40 smithi157 conmon[41110]: audit 2024-02-09T20:32:39.830108+0000 mgr.smithi150.owatov (mgr.14180) 528 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:41.412 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:43.215 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:32:43.215 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:32:43.236 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:42 smithi150 conmon[35634]: cluster 2024-02-09T20:32:41.742612+0000 mgr.smithi150.owatov (mgr.14180) 529 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:43.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:42 smithi157 conmon[41110]: cluster 2024-02-09T20:32:41.742612+0000 mgr.smithi150.owatov (mgr.14180) 529 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:43.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:44.793 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:45.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:44 smithi150 conmon[35634]: audit 2024-02-09T20:32:43.209549+0000 mgr.smithi150.owatov (mgr.14180) 530 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:45.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:44 smithi150 conmon[35634]: cluster 2024-02-09T20:32:43.743308+0000 mgr.smithi150.owatov (mgr.14180) 531 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:45.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:44 smithi157 conmon[41110]: audit 2024-02-09T20:32:43.209549+0000 mgr.smithi150.owatov (mgr.14180) 530 : 2024-02-09T20:32:45.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:44 smithi157 conmon[41110]: audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:45.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:44 smithi157 conmon[41110]: cluster 2024-02-09T20:32:43.743308+0000 mgr.smithi150.owatov (mgr.14180) 531 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:45.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:44 smithi157 conmon[41110]: 2024-02-09T20:32:46.591 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:32:46.591 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:32:47.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:46 smithi150 conmon[35634]: cluster 2024-02-09T20:32:45.744029+0000 2024-02-09T20:32:47.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:46 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14180) 532 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:47.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:47.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:46 smithi157 conmon[41110]: cluster 2024-02-09T20:32:45.744029+0000 mgr.smithi150.owatov (mgr.14180) 532 : cluster [DBG] 2024-02-09T20:32:47.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:46 smithi157 conmon[41110]: pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:48.220 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:48.254 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:47 smithi150 conmon[35634]: audit 2024-02-09T20:32:46.585880+0000 mgr.smithi150.owatov (mgr.14180) 533 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:48.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:47 smithi157 conmon[41110]: audit 2024-02-09T20:32:46.585880+0000 mgr.smithi150.owatov (mgr.14180) 533 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:48.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:47 smithi157 conmon[41110]: 2024-02-09T20:32:49.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:48 smithi150 conmon[35634]: cluster 2024-02-09T20:32:47.744652+0000 mgr.smithi150.owatov (mgr.14180) 534 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:49.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:48 smithi157 conmon[41110]: cluster 2024-02-09T20:32:47.744652+0000 mgr.smithi150.owatov (mgr.14180) 534 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:49.930 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:32:49.931 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:32:50.517 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:51.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:50 smithi150 conmon[35634]: cluster 2024-02-09T20:32:49.745216+0000 mgr.smithi150.owatov (mgr.14180) 535 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:51.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:50 smithi150 conmon[35634]: audit 2024-02-09T20:32:49.925216+0000 mgr.smithi150.owatov (mgr.14180) 536 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:51.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:50 smithi157 conmon[41110]: cluster 2024-02-09T20:32:49.745216+0000 mgr.smithi150.owatov (mgr.14180) 535 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:51.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:50 smithi157 conmon[41110]: audit 2024-02-09T20:32:49.925216+0000 mgr.smithi150.owatov (mgr.14180) 536 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:51.518 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:53.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:52 smithi150 conmon[35634]: cluster 2024-02-09T20:32:51.745874+0000 mgr.smithi150.owatov (mgr.14180) 537 : cluster [DBG] 2024-02-09T20:32:53.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:52 smithi150 conmon[35634]: pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:53.369 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:32:53.369 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:32:53.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:52 smithi157 conmon[41110]: cluster 2024-02-09T20:32:51.745874+0000 mgr.smithi150.owatov (mgr.14180) 537 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:53.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:52 smithi157 conmon[41110]: 2024-02-09T20:32:53.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:54.993 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:55.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:54 smithi150 conmon[35634]: audit 2024-02-09T20:32:53.363668+0000 mgr.smithi150.owatov (mgr.14180) 538 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:55.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:54 smithi150 conmon[35634]: cluster 2024-02-09T20:32:53.746450+0000 mgr.smithi150.owatov (mgr.14180) 539 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:55.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:54 smithi157 conmon[41110]: audit 2024-02-09T20:32:53.363668+0000 mgr.smithi150.owatov (mgr.14180) 538 : audit [DBG] 2024-02-09T20:32:55.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:54 smithi157 conmon[41110]: from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:55.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:54 smithi157 conmon[41110]: cluster 2024-02-09T20:32:53.746450+0000 mgr.smithi150.owatov (mgr.14180) 539 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:56.807 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:32:56.807 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:32:57.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:56 smithi150 conmon[35634]: cluster 2024-02-09T20:32:55.747146+0000 mgr.smithi150.owatov (mgr.14180) 540 : cluster [DBG] 2024-02-09T20:32:57.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:56 smithi150 conmon[35634]: pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:57.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:56 smithi157 conmon[41110]: cluster 2024-02-09T20:32:55.747146+0000 mgr.smithi150.owatov (mgr.14180) 540 : cluster [DBG] 2024-02-09T20:32:57.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:56 smithi157 conmon[41110]: pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:57.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:58.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:57 smithi150 conmon[35634]: audit 2024-02-09T20:32:56.802025+0000 mgr.smithi150.owatov (mgr.14180) 541 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:58.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:57 smithi157 conmon[41110]: audit 2024-02-09T20:32:56.802025+0000 mgr.smithi150.owatov (mgr.14180) 541 : audit [DBG] 2024-02-09T20:32:58.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:57 smithi157 conmon[41110]: from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:58.459 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:59.266 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:58 smithi150 conmon[35634]: cluster 2024-02-09T20:32:57.747759+0000 mgr.smithi150.owatov (mgr.14180) 542 : cluster [DBG] 2024-02-09T20:32:59.267 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:32:58 smithi150 conmon[35634]: pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:59.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:58 smithi157 conmon[41110]: cluster 2024-02-09T20:32:57.747759+0000 mgr.smithi150.owatov (mgr.14180) 542 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:59.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:32:58 smithi157 conmon[41110]: 2024-02-09T20:33:00.289 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:33:00.289 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:33:00.858 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:01.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:01 smithi150 conmon[35634]: cluster 2024-02-09T20:32:59.748344+0000 mgr.smithi150.owatov (mgr.14180) 543 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:01.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:01 smithi157 conmon[41110]: cluster 2024-02-09T20:32:59.748344+0000 mgr.smithi150.owatov (mgr.14180) 543 : cluster [DBG] 2024-02-09T20:33:01.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:01 smithi157 conmon[41110]: pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:01.858 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:02.315 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:02 smithi150 conmon[35634]: audit 2024-02-09T20:33:00.283833+0000 mgr.smithi150.owatov (mgr.14180) 544 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:02.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:02 smithi157 conmon[41110]: audit 2024-02-09T20:33:00.283833+0000 mgr.smithi150.owatov (mgr.14180) 544 : audit [DBG] 2024-02-09T20:33:02.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:02 smithi157 conmon[41110]: from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:03.300 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:03 smithi150 conmon[35634]: cluster 2024-02-09T20:33:01.749068+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:33:03.300 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:03 smithi150 conmon[35634]: .14180) 545 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:03.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:03 smithi157 conmon[41110]: cluster 2024-02-09T20:33:01.749068+0000 mgr.smithi150.owatov (mgr.14180) 545 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:03.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:03 smithi157 conmon[41110]: 2024-02-09T20:33:03.675 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:33:03.676 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:33:04.290 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:05.291 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:05.326 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:05 smithi150 conmon[35634]: audit 2024-02-09T20:33:03.670259+0000 mgr.smithi150.owatov (mgr.14180) 546 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:05.326 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:05 smithi150 conmon[35634]: cluster 2024-02-09T20:33:03.749619+0000 mgr.smithi150.owatov (mgr.14180) 547 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:05.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:05 smithi157 conmon[41110]: audit 2024-02-09T20:33:03.670259+0000 mgr.smithi150.owatov (mgr.14180) 546 : audit [DBG] 2024-02-09T20:33:05.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:05 smithi157 conmon[41110]: from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:05.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:05 smithi157 conmon[41110]: cluster 2024-02-09T20:33:03.749619+0000 mgr.smithi150.owatov (mgr.14180) 547 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:07.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:07 smithi150 conmon[35634]: cluster 2024-02-09T20:33:05.750242+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:33:07.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:07 smithi150 conmon[35634]: 548 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:07.169 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:33:07.170 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:33:07.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:07 smithi157 conmon[41110]: cluster 2024-02-09T20:33:05.750242+0000 mgr.smithi150.owatov (mgr.14180) 548 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:07.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:07 smithi157 conmon[41110]: 2024-02-09T20:33:07.755 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:08.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:08 smithi150 conmon[35634]: audit 2024-02-09T20:33:07.164546+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:33:08.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:08 smithi150 conmon[35634]: .14180) 549 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:08.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:08 smithi157 conmon[41110]: audit 2024-02-09T20:33:07.164546+0000 mgr.smithi150.owatov (mgr.14180) 549 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:08.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:08 smithi157 conmon[41110]: 2024-02-09T20:33:08.756 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:09.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:09 smithi150 conmon[35634]: cluster 2024-02-09T20:33:07.750858+0000 mgr.smithi150.owatov (mgr.14180) 550 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:09.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:09 smithi157 conmon[41110]: cluster 2024-02-09T20:33:07.750858+0000 mgr.smithi150.owatov (mgr.14180) 550 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:10.545 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:33:10.546 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:33:11.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:11.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:11 smithi150 conmon[35634]: cluster 2024-02-09T20:33:09.751451 2024-02-09T20:33:11.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:11 smithi150 conmon[35634]: +0000 mgr.smithi150.owatov (mgr.14180) 551 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:11.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:11 smithi157 conmon[41110]: cluster 2024-02-09T20:33:09.751451+0000 mgr.smithi150.owatov (mgr.14180) 551 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:11.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:11 smithi157 conmon[41110]: 2024-02-09T20:33:12.142 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:12.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:12 smithi150 conmon[35634]: audit 2024-02-09T20:33:10.540251+0000 mgr.smithi150.owatov (mgr.14180) 552 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:12.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:12 smithi157 conmon[41110]: audit 2024-02-09T20:33:10.540251+0000 mgr.smithi150.owatov (mgr.14180) 552 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:12.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:12 smithi157 conmon[41110]: 2024-02-09T20:33:13.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:13 smithi150 conmon[35634]: cluster 2024-02-09T20:33:11.752295+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:33:13.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:13 smithi150 conmon[35634]: ) 553 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:13.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:13 smithi157 conmon[41110]: cluster 2024-02-09T20:33:11.752295+0000 mgr.smithi150.owatov (mgr.14180) 553 : 2024-02-09T20:33:13.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:13 smithi157 conmon[41110]: cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:13.955 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:33:13.955 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:33:14.597 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:15.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:15 smithi150 conmon[35634]: cluster 2024-02-09T20:33:13.752946+0000 mgr.smithi150.owatov (mgr.14180) 554 : cluster 2024-02-09T20:33:15.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:15 smithi150 conmon[35634]: [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:15.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:15 smithi150 conmon[35634]: audit 2024-02-09T20:33:13.949966+0000 mgr.smithi150.owatov (mgr.14180) 555 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:15.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:15 smithi157 conmon[41110]: cluster 2024-02-09T20:33:13.752946+0000 mgr.smithi150.owatov (mgr.14180) 554 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:15.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:15 smithi157 conmon[41110]: audit 2024-02-09T20:33:15.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:15 smithi157 conmon[41110]: 2024-02-09T20:33:13.949966+0000 mgr.smithi150.owatov (mgr.14180) 555 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:15.598 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:17.176 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:17 smithi150 conmon[35634]: cluster 2024-02-09T20:33:15.753800+0000 mgr.smithi150.owatov (mgr.14180) 556 2024-02-09T20:33:17.177 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:17 smithi150 conmon[35634]: : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:17.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:17 smithi157 conmon[41110]: cluster 2024-02-09T20:33:15.753800+0000 mgr.smithi150.owatov (mgr.14180) 556 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:17.505 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:33:17.505 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:23.962554Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:33:18.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:19.106 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:19.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:19 smithi150 conmon[35634]: audit 2024-02-09T20:33:17.499810+0000 mgr.smithi150.owatov (mgr.14180) 557 2024-02-09T20:33:19.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:19 smithi150 conmon[35634]: : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:19.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:19 smithi150 conmon[35634]: cluster 2024-02-09T20:33:17.754866+0000 mgr.smithi150.owatov (mgr.14180) 558 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:19.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:19 smithi157 conmon[41110]: audit 2024-02-09T20:33:17.499810+0000 mgr.smithi150.owatov (mgr.14180) 557 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:19.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:19 smithi157 conmon[41110]: cluster 2024-02-09T20:33:17.754866 2024-02-09T20:33:19.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:19 smithi157 conmon[41110]: +0000 mgr.smithi150.owatov (mgr.14180) 558 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:20.962 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:33:20.962 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:33:21.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:21 smithi150 conmon[35634]: cluster 2024-02-09T20:33:19.755543+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:33:21.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:21 smithi150 conmon[35634]: ) 559 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:21.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:21 smithi150 conmon[35634]: audit 2024-02-09T20:33:20.932925+0000 mon.smithi150 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi157.vcwttl"}]: dispatch 2024-02-09T20:33:21.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:21 smithi157 conmon[41110]: cluster 2024-02-09T20:33:19.755543+0000 mgr.smithi150.owatov (mgr.14180) 559 : cluster [DBG] 2024-02-09T20:33:21.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:21 smithi157 conmon[41110]: pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:21.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:21 smithi157 conmon[41110]: audit 2024-02-09T20:33:20.932925+0000 mon.smithi150 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi157.vcwttl"}]: dispatch 2024-02-09T20:33:21.586 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:22.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: cephadm 2024-02-09T20:33:20.932327+0000 mgr.smithi150.owatov (mgr.14180) 560 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl 2024-02-09T20:33:22.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl 2024-02-09T20:33:22.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl 2024-02-09T20:33:22.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl 2024-02-09T20:33:22.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: Deploy daemon haproxy.nfs.foo.smithi157.vcwttl ... 2024-02-09T20:33:22.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:22.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:33:22.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:31:24Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:22.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:32:01Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:22.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:32:40Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:22.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: 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-09T20:33:22.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: 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-09T20:33:22.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:22.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: Traceback (most recent call last): 2024-02-09T20:33:22.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:33:22.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: yield (conn, connr) 2024-02-09T20:33:22.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:33:22.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: code, '\n'.join(err))) 2024-02-09T20:33:22.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: 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-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl 2024-02-09T20:33:22.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl 2024-02-09T20:33:22.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl 2024-02-09T20:33:22.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl 2024-02-09T20:33:22.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: Deploy daemon haproxy.nfs.foo.smithi157.vcwttl ... 2024-02-09T20:33:22.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:22.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:33:22.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:31:24Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:22.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:32:01Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:22.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:32:40Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:22.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: 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-09T20:33:22.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: 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-09T20:33:22.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:33:22.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:22.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: cephadm 2024-02-09T20:33:20.932572+0000 mgr.smithi150.owatov (mgr.14180) 561 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi157.vcwttl 2024-02-09T20:33:22.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: cephadm 2024-02-09T20:33:20.933528+0000 mgr.smithi150.owatov (mgr.14180) 562 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl 2024-02-09T20:33:22.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl 2024-02-09T20:33:22.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl 2024-02-09T20:33:22.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl 2024-02-09T20:33:22.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: Deploy daemon haproxy.nfs.foo.smithi157.vcwttl ... 2024-02-09T20:33:22.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:22.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:33:22.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:31:24Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:22.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:32:01Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:22.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:32:40Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:22.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: 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-09T20:33:22.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: 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-09T20:33:22.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:22.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: cephadm 2024-02-09T20:33:20.934917+0000 mgr.smithi150.owatov (mgr.14180) 563 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.newnhd on smithi150 2024-02-09T20:33:22.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:22 smithi150 conmon[35634]: audit 2024-02-09T20:33:20.956324+0000 mgr.smithi150.owatov (mgr.14180) 564 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:22.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: cephadm 2024-02-09T20:33:20.932327+0000 mgr.smithi150.owatov (mgr.14180) 560 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl 2024-02-09T20:33:22.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl 2024-02-09T20:33:22.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl 2024-02-09T20:33:22.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl 2024-02-09T20:33:22.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: Deploy daemon haproxy.nfs.foo.smithi157.vcwttl ... 2024-02-09T20:33:22.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:22.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:33:22.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:31:24Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:22.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:32:01Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:22.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:32:40Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:22.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: 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-09T20:33:22.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: 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-09T20:33:22.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:22.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: Traceback (most recent call last): 2024-02-09T20:33:22.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:33:22.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: yield (conn, connr) 2024-02-09T20:33:22.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:33:22.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: code, '\n'.join(err))) 2024-02-09T20:33:22.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: 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-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl 2024-02-09T20:33:22.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl 2024-02-09T20:33:22.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl 2024-02-09T20:33:22.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl 2024-02-09T20:33:22.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: Deploy daemon haproxy.nfs.foo.smithi157.vcwttl ... 2024-02-09T20:33:22.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:22.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:33:22.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:31:24Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:22.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:32:01Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:22.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:32:40Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:22.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: 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-09T20:33:22.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: 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-09T20:33:22.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:33:22.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:22.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: cephadm 2024-02-09T20:33:20.932572+0000 mgr.smithi150.owatov (mgr.14180) 561 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi157.vcwttl 2024-02-09T20:33:22.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: cephadm 2024-02-09T20:33:20.933528+0000 mgr.smithi150.owatov (mgr.14180) 562 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl 2024-02-09T20:33:22.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl 2024-02-09T20:33:22.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl 2024-02-09T20:33:22.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl 2024-02-09T20:33:22.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: Deploy daemon haproxy.nfs.foo.smithi157.vcwttl ... 2024-02-09T20:33:22.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:22.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:33:22.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:31:24Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:22.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:32:01Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:22.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:32:40Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:22.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: 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-09T20:33:22.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: 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-09T20:33:22.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:22.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: cephadm 2024-02-09T20:33:20.934917+0000 mgr.smithi150.owatov (mgr.14180) 563 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.newnhd on smithi150 2024-02-09T20:33:22.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:22 smithi157 conmon[41110]: audit 2024-02-09T20:33:20.956324+0000 mgr.smithi150.owatov (mgr.14180) 564 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:22.587 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:23.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:23 smithi150 conmon[35634]: cluster 2024-02-09T20:33 2024-02-09T20:33:23.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:23 smithi150 conmon[35634]: :21.756123+0000 mgr.smithi150.owatov (mgr.14180) 565 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:23.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:23 smithi157 conmon[41110]: cluster 2024-02-09T20:33:21.756123+0000 mgr.smithi150.owatov (mgr.14180) 565 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:23.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:23 smithi157 conmon[41110]: 2024-02-09T20:33:24.422 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:33:24.422 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:33:25.021 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:25.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:25 smithi150 conmon[35634]: cluster 2024-02-09T20:33:23.756890+0000 mgr.smithi150.owatov (mgr.14180) 566 2024-02-09T20:33:25.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:25 smithi150 conmon[35634]: : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:25.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:25 smithi157 conmon[41110]: cluster 2024-02-09T20:33:23.756890+0000 mgr.smithi150.owatov (mgr.14180) 566 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:26.022 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:26.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:26 smithi150 conmon[35634]: audit 2024-02-09T20:33:24.417094+0000 mgr.smithi150.owatov (mgr.14180) 567 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:26.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:26 smithi157 conmon[41110]: audit 2024-02-09T20:33:24.417094+0000 mgr.smithi150.owatov (mgr.14180) 567 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:27.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:27 smithi150 conmon[35634]: cluster 2024-02-09T20:33:25.757613+0000 mgr.smithi150.owatov (mgr.14180) 568 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:27.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:27 smithi157 conmon[41110]: cluster 2024-02-09T20:33:25.757613+0000 mgr.smithi150.owatov (mgr.14180) 568 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:27.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:27 smithi157 conmon[41110]: 2024-02-09T20:33:27.821 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:33:27.821 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:33:28.586 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:29.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:29 smithi150 conmon[35634]: cluster 2024-02-09T20:33:27.758206+0000 mgr.smithi150.owatov (mgr.14180) 569 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:29.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:29 smithi150 conmon[35634]: audit 2024-02-09T20:33:27.815707+0000 mgr.smithi150.owatov (mgr.14180) 570 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:29 smithi157 conmon[41110]: cluster 2024-02-09T20:33:27.758206+0000 mgr.smithi150.owatov (mgr.14180) 569 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:29 smithi157 conmon[41110]: audit 2024-02-09T20:33:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:29 smithi157 conmon[41110]: 2024-02-09T20:33:27.815707+0000 mgr.smithi150.owatov (mgr.14180) 570 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:29.588 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:31.343 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:33:31.343 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:33:31.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:31 smithi150 conmon[35634]: cluster 2024-02-09T20:33:29.758815+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:33:31.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:31 smithi150 conmon[35634]: 571 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:31.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:31 smithi157 conmon[41110]: cluster 2024-02-09T20:33:29.758815+0000 mgr.smithi150.owatov (mgr.14180) 571 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:31.953 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:32.954 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:33.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:33 smithi150 conmon[35634]: audit 2024-02-09T20:33:31.337004+0000 mgr.smithi150.owatov (mgr.14180) 572 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:33.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:33 smithi150 conmon[35634]: cluster 2024-02-09T20:33:31.759539+0000 mgr.smithi150.owatov (mgr.14180) 573 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:33.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:33 smithi157 conmon[41110]: audit 2024-02-09T20:33:31.337004+0000 mgr.smithi150.owatov (mgr.14180) 572 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:33.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:33 smithi157 conmon[41110]: 2024-02-09T20:33:33.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:33 smithi157 conmon[41110]: cluster 2024-02-09T20:33:31.759539+0000 mgr.smithi150.owatov (mgr.14180) 573 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:34.819 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:33:34.819 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:33:35.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:35 smithi150 conmon[35634]: cluster 2024-02-09T20:33:33.760065+0000 mgr.smithi150.owatov (mgr.14180) 574 : cluster 2024-02-09T20:33:35.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:35 smithi150 conmon[35634]: [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:35.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:35 smithi157 conmon[41110]: cluster 2024-02-09T20:33:33.760065+0000 mgr.smithi150.owatov (mgr.14180) 574 : cluster [DBG] 2024-02-09T20:33:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:35 smithi157 conmon[41110]: pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:35.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:36.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:36 smithi150 conmon[35634]: audit 2024-02-09T20:33:34.813192+0000 mgr.smithi150.owatov (mgr.14180) 575 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:36.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:36 smithi157 conmon[41110]: audit 2024-02-09T20:33:34.813192+0000 mgr.smithi150.owatov (mgr.14180) 575 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:36.394 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:37.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:37 smithi150 conmon[35634]: cluster 2024-02-09T20:33:35.760796+0000 mgr.smithi150.owatov (mgr.14180) 576 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:37 smithi157 conmon[41110]: cluster 2024-02-09T20:33:35.760796+0000 mgr.smithi150.owatov (mgr.14180) 576 : cluster [DBG] 2024-02-09T20:33:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:37 smithi157 conmon[41110]: pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:38.191 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:33:38.191 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:33:38.793 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:39.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:39 smithi150 conmon[35634]: cluster 2024-02-09T20:33:37.761456+0000 mgr.smithi150.owatov (mgr.14180) 577 : cluster 2024-02-09T20:33:39.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:39 smithi150 conmon[35634]: [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:39.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:39 smithi157 conmon[41110]: cluster 2024-02-09T20:33:37.761456+0000 mgr.smithi150.owatov (mgr.14180) 577 : cluster 2024-02-09T20:33:39.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:39 smithi157 conmon[41110]: [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:39.795 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:40.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:40 smithi150 conmon[35634]: audit 2024-02-09T20:33:38.185552+0000 mgr.smithi150.owatov (mgr.14180) 578 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:40.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:40 smithi157 conmon[41110]: audit 2024-02-09T20:33:38.185552+0000 mgr.smithi150.owatov (mgr.14180) 578 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:41.332 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:41 smithi150 conmon[35634]: cluster 2024-02-09T20:33:39.762347+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:33:41.332 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:41 smithi150 conmon[35634]: .14180) 579 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:41.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:41 smithi157 conmon[41110]: cluster 2024-02-09T20:33:39.762347+0000 mgr.smithi150.owatov (mgr.14180) 579 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:41.642 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:33:41.642 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:33:42.226 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:43.227 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:43.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:43 smithi157 conmon[41110]: audit 2024-02-09T20:33:41.636570+0000 mgr.smithi150.owatov (mgr.14180) 580 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:43.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:43 smithi157 conmon[41110]: 2024-02-09T20:33:43.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:43 smithi157 conmon[41110]: cluster 2024-02-09T20:33:41.762924+0000 mgr.smithi150.owatov (mgr.14180) 581 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:43.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:43 smithi150 conmon[35634]: audit 2024-02-09T20:33:41.636570+0000 mgr.smithi150.owatov (mgr.14180) 580 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:43.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:43 smithi150 conmon[35634]: cluster 2024-02-09T20:33:41.762924+0000 mgr.smithi150.owatov (mgr.14180) 581 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:45.075 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:33:45.075 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:33:45.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:45 smithi157 conmon[41110]: cluster 2024-02-09T20:33:43.763589+0000 mgr.smithi150.owatov (mgr.14180) 582 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:45.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:45 smithi150 conmon[35634]: cluster 2024-02-09T20:33:43.763589+0000 mgr.smithi150.owatov (mgr.14180) 582 2024-02-09T20:33:45.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:45 smithi150 conmon[35634]: : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:45.692 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:46.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:46 smithi150 conmon[35634]: audit 2024-02-09T20:33:45.069531+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:33:46.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:46 smithi150 conmon[35634]: 583 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:46.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:46 smithi157 conmon[41110]: audit 2024-02-09T20:33:45.069531+0000 mgr.smithi150.owatov (mgr.14180) 583 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:46.692 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:47.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:47 smithi157 conmon[41110]: cluster 2024-02-09T20:33:45.764307+0000 mgr.smithi150.owatov (mgr.14180) 584 : cluster [DBG] 2024-02-09T20:33:47.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:47 smithi157 conmon[41110]: pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:47.459 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:47 smithi150 conmon[35634]: cluster 2024-02-09T20:33:45.764307+0000 mgr.smithi150.owatov (mgr.14180) 584 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:48.418 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:33:48.418 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:33:49.025 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:49.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:49 smithi150 conmon[35634]: cluster 2024-02-09T20:33:47.764962+0000 mgr.smithi150.owatov (mgr.14180) 585 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:49.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:49 smithi157 conmon[41110]: cluster 2024-02-09T20:33:47.764962+0000 mgr.smithi150.owatov (mgr.14180) 585 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:50.026 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:50.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:50 smithi150 conmon[35634]: audit 2024-02-09T20:33:48.412821+0000 mgr.smithi150.owatov (mgr.14180) 586 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:50.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:50 smithi157 conmon[41110]: audit 2024-02-09T20:33:48.412821+0000 mgr.smithi150.owatov (mgr.14180) 586 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:51.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:51 smithi157 conmon[41110]: cluster 2024-02-09T20:33:49.765627+0000 mgr.smithi150.owatov (mgr.14180) 587 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:51.486 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:51 smithi150 conmon[35634]: cluster 2024-02-09T20:33:49.765627+0000 mgr.smithi150.owatov (mgr.14180) 587 : cluster 2024-02-09T20:33:51.486 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:51 smithi150 conmon[35634]: [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:51.872 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:33:51.873 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:33:52.483 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:53.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:53 smithi157 conmon[41110]: cluster 2024-02-09T20:33:51.766395+0000 mgr.smithi150.owatov (mgr.14180) 588 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:53.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:53 smithi157 conmon[41110]: audit 2024-02-09T20:33:51.866910+0000 mgr.smithi150.owatov (mgr.14180) 589 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:53.485 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:53.518 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:53 smithi150 conmon[35634]: cluster 2024-02-09T20:33:51.766395+0000 mgr.smithi150.owatov (mgr.14180) 588 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:53.518 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:53 smithi150 conmon[35634]: audit 2024-02-09T20:33:51.866910+0000 mgr.smithi150.owatov (mgr.14180) 589 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:55.310 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:33:55.310 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:33:55.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:55 smithi157 conmon[41110]: cluster 2024-02-09T20:33:53.767065+0000 mgr.smithi150.owatov (mgr.14180) 590 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:55.475 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:55 smithi150 conmon[35634]: cluster 2024-02-09T20:33:53.767065+0000 mgr.smithi150.owatov (mgr.14180) 590 : cluster 2024-02-09T20:33:55.475 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:55 smithi150 conmon[35634]: [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:55.866 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:56.867 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:57.316 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:57 smithi150 conmon[35634]: audit 2024-02-09T20:33:55.304360+0000 mgr.smithi150.owatov (mgr.14180) 591 : audit [DBG] 2024-02-09T20:33:57.316 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:57 smithi150 conmon[35634]: from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:57.316 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:57 smithi150 conmon[35634]: cluster 2024-02-09T20:33:55.767909+0000 mgr.smithi150.owatov (mgr.14180) 592 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:57.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:57 smithi157 conmon[41110]: audit 2024-02-09T20:33:55.304360+0000 mgr.smithi150.owatov (mgr.14180) 591 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:57.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:57 smithi157 conmon[41110]: cluster 2024-02-09T20:33:55.767909+0000 mgr.smithi150.owatov (mgr.14180) 592 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:58.588 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:33:58.588 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:33:59.159 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:59.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:33:59 smithi150 conmon[35634]: cluster 2024-02-09T20:33:57.768644+0000 mgr.smithi150.owatov (mgr.14180) 593 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:59.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:33:59 smithi157 conmon[41110]: cluster 2024-02-09T20:33:57.768644+0000 mgr.smithi150.owatov (mgr.14180) 593 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:00.161 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:00.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:00 smithi150 conmon[35634]: audit 2024-02-09T20:33:58.582457+0000 mgr.smithi150.owatov (mgr.14180) 594 : audit 2024-02-09T20:34:00.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:00 smithi150 conmon[35634]: [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:00.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:00 smithi157 conmon[41110]: audit 2024-02-09T20:33:58.582457+0000 mgr.smithi150.owatov (mgr.14180) 594 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:01.304 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:01 smithi150 conmon[35634]: cluster 2024-02-09T20:33:59.769370+0000 mgr.smithi150.owatov (mgr.14180) 595 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:01.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:01 smithi157 conmon[41110]: cluster 2024-02-09T20:33:59.769370+0000 mgr.smithi150.owatov (mgr.14180) 595 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:01.898 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:34:01.898 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:34:02.506 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:03.508 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:03.541 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:03 smithi150 conmon[35634]: cluster 2024-02-09T20:34:01.770104+0000 mgr.smithi150.owatov (mgr.14180) 596 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:03.541 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:03 smithi150 conmon[35634]: audit 2024-02-09T20:34:01.892688+0000 mgr.smithi150.owatov (mgr.14180) 597 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:03.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:03 smithi157 conmon[41110]: cluster 2024-02-09T20:34:01.770104+0000 mgr.smithi150.owatov (mgr.14180) 596 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:03.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:03 smithi157 conmon[41110]: audit 2024-02-09T20:34:01.892688+0000 mgr.smithi150.owatov (mgr.14180) 597 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:05.287 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:34:05.287 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:34:05.466 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:05 smithi150 conmon[35634]: cluster 2024-02-09T20:34:03.770626+0000 mgr.smithi150.owatov (mgr.14180) 598 : 2024-02-09T20:34:05.466 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:05 smithi150 conmon[35634]: cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:05.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:05 smithi157 conmon[41110]: cluster 2024-02-09T20:34:03.770626+0000 mgr.smithi150.owatov (mgr.14180) 598 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:05.833 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:06.834 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:07.447 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:07 smithi150 conmon[35634]: audit 2024-02-09T20:34:05.281322+0000 mgr.smithi150.owatov (mgr.14180) 599 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:07.447 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:07 smithi150 conmon[35634]: cluster 2024-02-09T20:34:07.447 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:07 smithi150 conmon[35634]: 2024-02-09T20:34:05.771242+0000 mgr.smithi150.owatov (mgr.14180) 600 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:07.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:07 smithi157 conmon[41110]: audit 2024-02-09T20:34:05.281322+0000 mgr.smithi150.owatov (mgr.14180) 599 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:07.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:07 smithi157 conmon[41110]: cluster 2024-02-09T20:34:05. 2024-02-09T20:34:07.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:07 smithi157 conmon[41110]: 771242+0000 mgr.smithi150.owatov (mgr.14180) 600 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:08.603 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:34:08.604 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:34:09.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:09.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:09 smithi150 conmon[35634]: cluster 2024-02-09T20:34:07.771850+0000 mgr.smithi150.owatov (mgr.14180) 601 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:09.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:09 smithi157 conmon[41110]: cluster 2024-02-09T20:34:07.771850+0000 mgr.smithi150.owatov (mgr.14180) 601 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:10.125 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:10.573 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:10 smithi150 conmon[35634]: audit 2024-02-09T20:34:08.598050+0000 mgr.smithi150.owatov (mgr.14180) 602 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:10.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:10 smithi157 conmon[41110]: audit 2024-02-09T20:34:08.598050+0000 mgr.smithi150.owatov (mgr.14180) 602 : audit [DBG] 2024-02-09T20:34:10.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:10 smithi157 conmon[41110]: from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:11.320 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:11 smithi150 conmon[35634]: cluster 2024-02-09T20:34:09.772524+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:34:11.320 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:11 smithi150 conmon[35634]: ) 603 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:11.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:11 smithi157 conmon[41110]: cluster 2024-02-09T20:34:09.772524+0000 mgr.smithi150.owatov (mgr.14180) 603 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:11.927 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:34:11.928 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:34:12.489 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:13.490 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:13.524 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:13 smithi150 conmon[35634]: cluster 2024-02-09T20:34:11.773153+0000 mgr.smithi150.owatov (mgr.14180) 604 : cluster 2024-02-09T20:34:13.525 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:13 smithi150 conmon[35634]: [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:13.525 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:13 smithi150 conmon[35634]: audit 2024-02-09T20:34:11.922156+0000 mgr.smithi150.owatov (mgr.14180) 605 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:13.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:13 smithi157 conmon[41110]: cluster 2024-02-09T20:34:11.773153+0000 mgr.smithi150.owatov (mgr.14180) 604 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:13.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:13 smithi157 conmon[41110]: audit 2024-02-09T20:34:11.922156+0000 mgr.smithi150.owatov (mgr.14180) 605 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:15.298 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:34:15.298 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:34:15.489 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:15 smithi150 conmon[35634]: cluster 2024-02-09T20:34:13.773642+0000 mgr.smithi150.owatov (mgr.14180) 606 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:15.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:15 smithi157 conmon[41110]: cluster 2024-02-09T20:34:13.773642+0000 mgr.smithi150.owatov (mgr.14180) 606 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:15.890 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:16.891 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:17.346 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:17 smithi150 conmon[35634]: audit 2024-02-09T20:34:15.292554+0000 mgr.smithi150.owatov (mgr.14180) 607 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:17.347 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:17 smithi150 conmon[35634]: cluster 2024-02-09T20:34:15.774535+0000 mgr.smithi150.owatov (mgr.14180) 608 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:17.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:17 smithi157 conmon[41110]: audit 2024-02-09T20:34:15.292554+0000 mgr.smithi150.owatov (mgr.14180) 607 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:17.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:17 smithi157 conmon[41110]: cluster 2024-02-09T20:34:15.774535+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:34:17.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:17 smithi157 conmon[41110]: 608 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:18.725 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:34:18.725 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:34:19.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:19.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:19 smithi150 conmon[35634]: cluster 2024-02-09T20:34:17.775334+0000 mgr.smithi150.owatov (mgr.14180) 609 : cluster [DBG] 2024-02-09T20:34:19.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:19 smithi150 conmon[35634]: pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:19.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:19 smithi157 conmon[41110]: cluster 2024-02-09T20:34:17.775334+0000 mgr.smithi150.owatov (mgr.14180) 609 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:20.290 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:20.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:20 smithi150 conmon[35634]: audit 2024-02-09T20:34:18.719733+0000 mgr.smithi150.owatov (mgr.14180) 610 : audit [DBG] 2024-02-09T20:34:20.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:20 smithi150 conmon[35634]: from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:20.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:20 smithi157 conmon[41110]: audit 2024-02-09T20:34:18.719733+0000 mgr.smithi150.owatov (mgr.14180) 610 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:21.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:21 smithi150 conmon[35634]: cluster 2024-02-09T20:34:19.776253+0000 mgr.smithi150.owatov (mgr.14180) 611 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:21.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:21 smithi157 conmon[41110]: cluster 2024-02-09T20:34:19.776253+0000 mgr.smithi150.owatov (mgr.14180) 611 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:22.135 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:34:22.135 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:34:22.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:22 smithi150 conmon[35634]: cluster 2024-02-09T20:34:21.777139+0000 mgr.smithi150.owatov (mgr.14180) 612 : 2024-02-09T20:34:22.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:22 smithi150 conmon[35634]: cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:22.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:22 smithi150 conmon[35634]: audit 2024-02-09T20:34:22.129550+0000 mgr.smithi150.owatov (mgr.14180) 613 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:22.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:22 smithi157 conmon[41110]: cluster 2024-02-09T20:34:21.777139+0000 mgr.smithi150.owatov (mgr.14180) 612 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:22.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:22 smithi157 conmon[41110]: audit 2024-02-09T20:34:22.129550+0000 mgr.smithi150.owatov (mgr.14180) 613 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:22.720 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:23.721 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:25.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:24 smithi150 conmon[35634]: cluster 2024-02-09T20:34:23.777755+0000 mgr.smithi150.owatov (mgr.14180) 614 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:25.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:24 smithi157 conmon[41110]: cluster 2024-02-09T20:34:23.777755+0000 mgr.smithi150.owatov (mgr.14180) 614 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:25.543 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:34:25.543 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:34:26.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:27.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:26 smithi150 conmon[35634]: audit 2024-02-09T20:34:25.538065+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:34:27.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:26 smithi150 conmon[35634]: ) 615 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:27.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:26 smithi150 conmon[35634]: cluster 2024-02-09T20:34:25.778717+0000 mgr.smithi150.owatov (mgr.14180) 616 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:27.131 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:27.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:26 smithi157 conmon[41110]: audit 2024-02-09T20:34:25.538065+0000 mgr.smithi150.owatov (mgr.14180) 615 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:27.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:26 smithi157 conmon[41110]: cluster 2024-02-09T20:34:27.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:26 smithi157 conmon[41110]: 2024-02-09T20:34:25.778717+0000 mgr.smithi150.owatov (mgr.14180) 616 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:28.976 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:34:28.976 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:34:28.997 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:28 smithi150 conmon[35634]: cluster 2024-02-09T20:34:27.779320+0000 mgr.smithi150.owatov (mgr.14180) 617 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:29.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:28 smithi157 conmon[41110]: cluster 2024-02-09T20:34:27.779320+0000 mgr.smithi150.owatov (mgr.14180) 617 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:29.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:30.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:29 smithi150 conmon[35634]: audit 2024-02-09T20:34:28.970094+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:34:30.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:29 smithi150 conmon[35634]: 14180) 618 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:30.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:29 smithi157 conmon[41110]: audit 2024-02-09T20:34:28.970094+0000 mgr.smithi150.owatov (mgr.14180) 618 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:30.529 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:31.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:30 smithi150 conmon[35634]: cluster 2024-02-09T20:34:29.779945+0000 mgr.smithi150.owatov (mgr.14180) 619 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:31.136 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:30 smithi157 conmon[41110]: cluster 2024-02-09T20:34:29.779945+0000 mgr.smithi150.owatov (mgr.14180) 619 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:32.307 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:34:32.308 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:34:32.863 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:33.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:32 smithi150 conmon[35634]: cluster 2024-02-09T20:34:31.780628+0000 mgr.smithi150.owatov 2024-02-09T20:34:33.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:32 smithi150 conmon[35634]: (mgr.14180) 620 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:33.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:32 smithi157 conmon[41110]: cluster 2024-02-09T20:34:31.780628+0000 mgr.smithi150.owatov (mgr.14180) 620 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:33.864 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:34.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:33 smithi157 conmon[41110]: audit 2024-02-09T20:34:32.302150+0000 mgr.smithi150.owatov (mgr.14180) 621 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:34.328 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:33 smithi150 conmon[35634]: audit 2024-02-09T20:34:32.302150+0000 mgr.smithi150.owatov (mgr.14180) 621 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:35.067 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:34 smithi150 conmon[35634]: cluster 2024-02-09T20:34:33.781162+0000 mgr.smithi150.owatov (mgr.14180) 622 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:35.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:34 smithi157 conmon[41110]: cluster 2024-02-09T20:34:33.781162+0000 mgr.smithi150.owatov (mgr.14180) 622 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:35.676 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:34:35.677 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:34:36.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:37.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:36 smithi157 conmon[41110]: audit 2024-02-09T20:34:35.670873+0000 mgr.smithi150.owatov (mgr.14180) 623 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:37.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:36 smithi157 conmon[41110]: cluster 2024-02-09T20:34:35.781884+0000 mgr.smithi150.owatov (mgr.14180) 624 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:37.245 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:37.273 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:36 smithi150 conmon[35634]: audit 2024-02-09T20:34:35.670873+0000 mgr.smithi150.owatov (mgr.14180) 623 : audit 2024-02-09T20:34:37.273 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:36 smithi150 conmon[35634]: [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:37.274 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:36 smithi150 conmon[35634]: cluster 2024-02-09T20:34:35.781884+0000 mgr.smithi150.owatov (mgr.14180) 624 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:39.030 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:34:39.031 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:34:39.055 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:38 smithi150 conmon[35634]: cluster 2024-02-09T20:34:37.782448+0000 mgr.smithi150.owatov (mgr.14180) 625 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:39.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:38 smithi157 conmon[41110]: cluster 2024-02-09T20:34:37.782448+0000 mgr.smithi150.owatov (mgr.14180) 625 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:39.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:40.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:39 smithi150 conmon[35634]: audit 2024-02-09T20:34:39.025036+0000 mgr.smithi150.owatov (mgr.14180) 626 : audit 2024-02-09T20:34:40.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:39 smithi150 conmon[35634]: [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:40.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:39 smithi157 conmon[41110]: audit 2024-02-09T20:34:39.025036+0000 mgr.smithi150.owatov (mgr.14180) 626 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:40.663 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:41.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:40 smithi150 conmon[35634]: cluster 2024-02-09T20:34:39.783071+0000 mgr.smithi150.owatov (mgr.14180) 627 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:41.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:40 smithi157 conmon[41110]: cluster 2024-02-09T20:34:39.783071+0000 mgr.smithi150.owatov (mgr.14180) 627 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:42.474 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:34:42.474 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:34:43.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:43.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:42 smithi157 conmon[41110]: cluster 2024-02-09T20:34:41.783888+0000 mgr.smithi150.owatov (mgr.14180) 628 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:43.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:42 smithi150 conmon[35634]: cluster 2024-02-09T20:34:41.783888+0000 mgr.smithi150.owatov (mgr.14180) 628 : cluster [DBG] 2024-02-09T20:34:43.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:42 smithi150 conmon[35634]: pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:44.052 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:44.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:43 smithi157 conmon[41110]: audit 2024-02-09T20:34:42.468701+0000 mgr.smithi150.owatov (mgr.14180) 629 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:44.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:43 smithi150 conmon[35634]: audit 2024-02-09T20:34:42.468701+0000 mgr.smithi150.owatov (mgr.14180) 629 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:45.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:44 smithi157 conmon[41110]: cluster 2024-02-09T20:34:43.784572+0000 mgr.smithi150.owatov (mgr.14180) 630 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:45.224 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:44 smithi150 conmon[35634]: cluster 2024-02-09T20:34:43.784572+0000 mgr.smithi150.owatov (mgr.14180) 630 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:45.802 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:34:45.803 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:34:46.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:47.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:46 smithi150 conmon[35634]: cluster 2024-02-09T20:34:45.785274+0000 mgr.smithi150.owatov (mgr.14180) 631 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:47.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:46 smithi150 conmon[35634]: 2024-02-09T20:34:47.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:46 smithi150 conmon[35634]: audit 2024-02-09T20:34:45.797274+0000 mgr.smithi150.owatov (mgr.14180) 632 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:47.352 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:47.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:46 smithi157 conmon[41110]: cluster 2024-02-09T20:34:45.785274+0000 mgr.smithi150.owatov (mgr.14180) 631 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:47.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:46 smithi157 conmon[41110]: audit 2024-02-09T20:34:45.797274+0000 mgr.smithi150.owatov (mgr.14180) 632 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:49.094 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:34:49.095 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:34:49.318 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:48 smithi150 conmon[35634]: cluster 2024-02-09T20:34:47.785865+0000 mgr.smithi150.owatov (mgr.14180) 633 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:49.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:48 smithi157 conmon[41110]: cluster 2024-02-09T20:34:47.785865+0000 mgr.smithi150.owatov (mgr.14180) 633 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:49.686 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:50.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:49 smithi150 conmon[35634]: audit 2024-02-09T20:34:49.088826+0000 mgr.smithi150.owatov (mgr.14180) 634 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:50.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:49 smithi157 conmon[41110]: audit 2024-02-09T20:34:49.088826+0000 mgr.smithi150.owatov (mgr.14180) 634 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:50.687 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:51.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:50 smithi150 conmon[35634]: cluster 2024-02-09T20:34:49.786415+0000 mgr.smithi150.owatov (mgr.14180) 635 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:51.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:50 smithi157 conmon[41110]: cluster 2024-02-09T20:34:49.786415+0000 mgr.smithi150.owatov (mgr.14180) 635 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:52.468 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:34:52.468 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:34:53.042 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:53.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:52 smithi150 conmon[35634]: cluster 2024-02-09T20:34:51.787115+0000 mgr.smithi150.owatov (mgr.14180) 636 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:53.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:52 smithi157 conmon[41110]: cluster 2024-02-09T20:34:51.787115+0000 mgr.smithi150.owatov (mgr.14180) 636 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:54.043 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:54.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:53 smithi150 conmon[35634]: audit 2024-02-09T20:34:52.462546+0000 mgr.smithi150.owatov (mgr.14180) 637 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:54.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:53 smithi157 conmon[41110]: audit 2024-02-09T20:34:52.462546+0000 mgr.smithi150.owatov (mgr.14180) 637 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:55.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:54 smithi150 conmon[35634]: cluster 2024-02-09T20:34:53.787773+0000 mgr.smithi150.owatov (mgr.14180) 638 : cluster 2024-02-09T20:34:55.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:54 smithi150 conmon[35634]: [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:55.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:54 smithi157 conmon[41110]: cluster 2024-02-09T20:34:53.787773+0000 mgr.smithi150.owatov (mgr.14180) 638 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:55.848 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:34:55.849 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:34:56.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:57.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:56 smithi150 conmon[35634]: cluster 2024-02-09T20:34:55.788439+0000 mgr.smithi150.owatov (mgr.14180) 639 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:57.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:56 smithi150 conmon[35634]: audit 2024-02-09T20:34:55.843098+0000 mgr.smithi150.owatov (mgr.14180) 640 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:57.377 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:57.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:56 smithi157 conmon[41110]: cluster 2024-02-09T20:34:55.788439+0000 mgr.smithi150.owatov (mgr.14180) 639 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:57.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:56 smithi157 conmon[41110]: audit 2024-02-09T20:34:55.843098+0000 mgr.smithi150.owatov (mgr.14180) 640 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:59.216 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:34:59.217 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:34:59.237 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:58 smithi150 conmon[35634]: cluster 2024-02-09T20:34:57.789050+0000 mgr.smithi150.owatov ( 2024-02-09T20:34:59.237 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:34:58 smithi150 conmon[35634]: mgr.14180) 641 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:59.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:34:58 smithi157 conmon[41110]: cluster 2024-02-09T20:34:57.789050+0000 mgr.smithi150.owatov (mgr.14180) 641 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:59.784 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:00.784 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:01.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:00 smithi150 conmon[35634]: audit 2024-02-09T20:34:59.211045+0000 mgr.smithi150.owatov (mgr.14180) 642 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:01.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:00 smithi150 conmon[35634]: cluster 2024-02-09T20:34:59.789723+0000 mgr.smithi150.owatov (mgr.14180) 643 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:01.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:00 smithi157 conmon[41110]: audit 2024-02-09T20:34:59.211045+0000 mgr.smithi150.owatov (mgr.14180) 642 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:01.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:00 smithi157 conmon[41110]: cluster 2024-02-09T20: 2024-02-09T20:35:01.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:00 smithi157 conmon[41110]: 34:59.789723+0000 mgr.smithi150.owatov (mgr.14180) 643 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:02.593 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:35:02.593 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:35:03.159 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:03.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:02 smithi150 conmon[35634]: cluster 2024-02-09T20:35:01.790488+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:35:03.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:02 smithi150 conmon[35634]: ) 644 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:03.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:02 smithi157 conmon[41110]: cluster 2024-02-09T20:35:01.790488+0000 mgr.smithi150.owatov (mgr.14180) 644 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:04.160 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:04.193 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:03 smithi150 conmon[35634]: audit 2024-02-09T20:35:02.587552+0000 mgr.smithi150.owatov (mgr.14180) 645 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:04.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:03 smithi157 conmon[41110]: audit 2024-02-09T20:35:02.587552+0000 mgr.smithi150.owatov (mgr.14180) 645 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:05.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:04 smithi157 conmon[41110]: cluster 2024-02-09T20:35:03.791293+0000 mgr.smithi150.owatov (mgr.14180) 646 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:05.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:04 smithi150 conmon[35634]: cluster 2024-02-09T20:35:03.791293+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:35:05.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:04 smithi150 conmon[35634]: ) 646 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:06.017 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:35:06.017 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:35:06.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:07.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:06 smithi150 conmon[35634]: cluster 2024-02-09T20:35:05.791972+0000 mgr.smithi150.owatov (mgr.14180) 647 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:07.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:06 smithi150 conmon[35634]: audit 2024-02-09T20:35:06.011595+0000 mgr.smithi150.owatov (mgr.14180) 648 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:07.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:06 smithi157 conmon[41110]: cluster 2024-02-09T20:35:05.791972+0000 mgr.smithi150.owatov (mgr.14180) 647 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:07.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:06 smithi157 conmon[41110]: audit 2024-02-09T20:35:07.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:06 smithi157 conmon[41110]: 2024-02-09T20:35:06.011595+0000 mgr.smithi150.owatov (mgr.14180) 648 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:07.633 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:09.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:08 smithi150 conmon[35634]: cluster 2024-02-09T20:35:07.792589+0000 mgr.smithi150.owatov (mgr.14180) 649 2024-02-09T20:35:09.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:08 smithi150 conmon[35634]: : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:09.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:08 smithi157 conmon[41110]: cluster 2024-02-09T20:35:07.792589+0000 mgr.smithi150.owatov (mgr.14180) 649 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:09.388 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:35:09.388 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:35:09.925 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:10.925 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:11.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:10 smithi150 conmon[35634]: audit 2024-02-09T20:35:09.382902+0000 mgr.smithi150.owatov (mgr.14180) 650 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:11.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:10 smithi150 conmon[35634]: cluster 2024-02-09T20:35:09.793326+0000 mgr.smithi150.owatov (mgr.14180) 651 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:11.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:10 smithi157 conmon[41110]: audit 2024-02-09T20:35:09.382902+0000 mgr.smithi150.owatov (mgr.14180) 650 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:11.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:10 smithi157 conmon[41110]: cluster 2024-02-09T20:35:09.793326+0000 mgr.smithi150.owatov (mgr.14180) 651 2024-02-09T20:35:11.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:10 smithi157 conmon[41110]: : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:12.718 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:35:12.719 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:35:13.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:12 smithi150 conmon[35634]: cluster 2024-02-09T20:35:11.794014+0000 mgr.smithi150.owatov (mgr.14180) 652 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:13.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:12 smithi150 conmon[35634]: 2024-02-09T20:35:13.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:13.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:12 smithi157 conmon[41110]: cluster 2024-02-09T20:35:11.794014+0000 mgr.smithi150.owatov (mgr.14180) 652 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:14.334 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:14.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:13 smithi150 conmon[35634]: audit 2024-02-09T20:35:12.712952+0000 mgr.smithi150.owatov (mgr.14180) 653 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:14.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:13 smithi157 conmon[41110]: audit 2024-02-09T20:35:12.712952+0000 mgr.smithi150.owatov (mgr.14180) 653 : audit 2024-02-09T20:35:14.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:13 smithi157 conmon[41110]: [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:15.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:14 smithi150 conmon[35634]: cluster 2024-02-09T20:35:13.794607+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:35:15.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:14 smithi150 conmon[35634]: ) 654 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:15.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:14 smithi157 conmon[41110]: cluster 2024-02-09T20:35:13.794607+0000 mgr.smithi150.owatov (mgr.14180) 654 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:16.093 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:35:16.094 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:35:16.689 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:17.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:16 smithi150 conmon[35634]: cluster 2024-02-09T20:35:15.795432+0000 mgr.smithi150.owatov (mgr.14180) 655 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:17.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:16 smithi150 conmon[35634]: audit 2024-02- 2024-02-09T20:35:17.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:16 smithi150 conmon[35634]: 09T20:35:16.088126+0000 mgr.smithi150.owatov (mgr.14180) 656 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:17.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:16 smithi157 conmon[41110]: cluster 2024-02-09T20:35:15.795432+0000 mgr.smithi150.owatov (mgr.14180) 655 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:17.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:16 smithi157 conmon[41110]: audit 2024-02-09T20:35:16.088126+0000 mgr.smithi150.owatov (mgr.14180) 656 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:17.690 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:19.129 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:18 smithi150 conmon[35634]: cluster 2024-02-09T20:35:17.796051+0000 mgr.smithi150.owatov (mgr.14180) 657 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:19.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:18 smithi157 conmon[41110]: cluster 2024-02-09T20:35:17.796051+0000 mgr.smithi150.owatov (mgr.14180) 657 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:19.453 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:35:19.453 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:35:20.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:21.015 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:21.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:20 smithi150 conmon[35634]: audit 2024-02-09T20:35:19.447592+0000 mgr.smithi150.owatov (mgr.14180) 658 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:21.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:20 smithi150 conmon[35634]: cluster 2024-02-09T20:35:19.796736+0000 mgr.smithi150.owatov (mgr.14180) 659 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:21.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:20 smithi157 conmon[41110]: audit 2024-02-09T20:35:19.447592+0000 mgr.smithi150.owatov (mgr.14180) 658 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:21.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:20 smithi157 conmon[41110]: cluster 2024-02-09T20:35:19.796736+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:35:21.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:20 smithi157 conmon[41110]: 659 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:22.772 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:35:22.772 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:35:23.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:22 smithi150 conmon[35634]: cluster 2024-02-09T20:35:21.797531+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:35:23.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:22 smithi150 conmon[35634]: 14180) 660 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:23.346 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:23.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:22 smithi157 conmon[41110]: cluster 2024-02-09T20:35:21.797531+0000 mgr.smithi150.owatov (mgr.14180) 660 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:24.347 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:24.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:23 smithi150 conmon[35634]: audit 2024-02-09T20:35:22.766423+0000 mgr.smithi150.owatov (mgr.14180) 661 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:24.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:23 smithi157 conmon[41110]: audit 2024-02-09T20:35:22.766423+0000 mgr.smithi150.owatov (mgr.14180) 661 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:25.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:24 smithi150 conmon[35634]: cluster 2024-02-09T20:35:23.798202+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:35:25.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:24 smithi150 conmon[35634]: .14180) 662 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:25.133 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:24 smithi157 conmon[41110]: cluster 2024-02-09T20:35:23.798202+0000 mgr.smithi150.owatov (mgr.14180) 662 : 2024-02-09T20:35:25.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:24 smithi157 conmon[41110]: cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:26.103 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:35:26.104 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:35:26.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:27.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:26 smithi150 conmon[35634]: cluster 2024-02-09T20:35:25.798945+0000 mgr.smithi150.owatov (mgr.14180) 663 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:27.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:26 smithi150 conmon[35634]: audit 2024-02-09T20:35:26.097932+0000 mgr.smithi150.owatov (mgr.14180) 664 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:27.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:26 smithi157 conmon[41110]: cluster 2024-02-09T20:35:25.798945+0000 mgr.smithi150.owatov (mgr.14180) 663 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:27.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:26 smithi157 conmon[41110]: audit 2024-02-09T20:35:26.097932+0000 mgr.smithi150.owatov (mgr.14180) 664 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:27.712 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:29.134 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:28 smithi150 conmon[35634]: cluster 2024-02-09T20:35:27.799651+0000 mgr.smithi150.owatov (mgr.14180) 665 2024-02-09T20:35:29.135 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:28 smithi150 conmon[35634]: : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:28 smithi157 conmon[41110]: cluster 2024-02-09T20:35:27.799651+0000 mgr.smithi150.owatov (mgr.14180) 665 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:29.452 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:35:29.452 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:35:30.013 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:31.028 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:31.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:30 smithi150 conmon[35634]: audit 2024-02-09T20:35:29.447032+0000 mgr.smithi150.owatov (mgr.14180) 666 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:31.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:30 smithi150 conmon[35634]: cluster 2024-02-09T20:35:29.800217+0000 mgr.smithi150.owatov (mgr.14180) 667 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:31.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:30 smithi157 conmon[41110]: audit 2024-02-09T20:35:29.447032+0000 mgr.smithi150.owatov (mgr.14180) 666 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:31.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:30 smithi157 conmon[41110]: cluster 2024-02-09T20:35:29.800217+0000 mgr.smithi150.owatov (mgr.14180) 667 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:32.763 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:35:32.763 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:35:33.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:32 smithi150 conmon[35634]: cluster 2024-02-09T20:35:31.801073+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:35:33.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:32 smithi150 conmon[35634]: ) 668 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:33.311 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:33.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:32 smithi157 conmon[41110]: cluster 2024-02-09T20:35:31.801073+0000 mgr.smithi150.owatov (mgr.14180) 668 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:34.313 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:34.343 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:33 smithi150 conmon[35634]: audit 2024-02-09T20:35:32.757353+0000 mgr.smithi150.owatov (mgr.14180) 669 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:34.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:33 smithi157 conmon[41110]: audit 2024-02-09T20:35:32.757353+0000 mgr.smithi150.owatov (mgr.14180) 669 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:35.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:34 smithi150 conmon[35634]: cluster 2024-02-09T20:35:33.801558+0000 2024-02-09T20:35:35.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:34 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14180) 670 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:34 smithi157 conmon[41110]: cluster 2024-02-09T20:35:33.801558+0000 mgr.smithi150.owatov (mgr.14180) 670 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:36.163 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:35:36.163 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:35:36.719 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:37.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:36 smithi150 conmon[35634]: cluster 2024-02-09T20:35:35.802174+0000 mgr.smithi150.owatov (mgr.14180) 671 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:37.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:36 smithi150 conmon[35634]: audit 2024-02-09T20:35:36.157801+0000 mgr.smithi150.owatov (mgr.14180) 672 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:36 smithi157 conmon[41110]: cluster 2024-02-09T20:35:35.802174+0000 mgr.smithi150.owatov (mgr.14180) 671 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:36 smithi157 conmon[41110]: audit 2024-02-09T20:35:36.157801+0000 mgr.smithi150.owatov (mgr.14180) 672 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:37.720 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:39.259 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:39 smithi150 conmon[35634]: cluster 2024-02-09T20:35:37.802810+0000 mgr.smithi150.owatov (mgr.14180) 673 : 2024-02-09T20:35:39.259 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:39 smithi150 conmon[35634]: cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:39.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:39 smithi157 conmon[41110]: cluster 2024-02-09T20:35:37.802810+0000 mgr.smithi150.owatov (mgr.14180) 673 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:39.613 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:35:39.613 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:35:40.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:41.178 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:41.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:41 smithi150 conmon[35634]: audit 2024-02-09T20:35:39.607662+0000 mgr.smithi150.owatov (mgr.14180) 674 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:41.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:41 smithi150 conmon[35634]: cluster 2024-02-09T20:35:39.803334+0000 mgr.smithi150.owatov (mgr.14180) 675 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 0 B/s wr, 23 op/s 2024-02-09T20:35:41.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:41 smithi157 conmon[41110]: audit 2024-02-09T20:35:39.607662+0000 mgr.smithi150.owatov (mgr.14180) 674 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:41.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:41 smithi157 conmon[41110]: cluster 2024-02-09T20:35:39.803334+0000 mgr.smithi150.owatov (mgr.14180) 675 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 0 B/s wr, 23 op/s 2024-02-09T20:35:43.063 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:35:43.063 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:35:43.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:43 smithi150 conmon[35634]: cluster 2024-02-09T20:35:41.804151+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:35:43.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:43 smithi150 conmon[35634]: 14180) 676 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 50 KiB/s rd, 0 B/s wr, 83 op/s 2024-02-09T20:35:43.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:43 smithi157 conmon[41110]: cluster 2024-02-09T20:35:41.804151+0000 mgr.smithi150.owatov (mgr.14180) 676 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 50 KiB/s rd, 0 B/s wr, 83 op/s 2024-02-09T20:35:43.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:44.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:44 smithi150 conmon[35634]: audit 2024-02-09T20:35:43.057497+0000 mgr.smithi150.owatov (mgr.14180) 677 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:44.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:44 smithi157 conmon[41110]: audit 2024-02-09T20:35:43.057497+0000 mgr.smithi150.owatov (mgr.14180) 677 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:44.620 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:45.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:45 smithi150 conmon[35634]: cluster 2024-02-09T20:35:43.804652+0000 mgr.smithi150.owatov (mgr.14180) 678 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 52 KiB/s rd, 0 B/s wr, 87 op/s 2024-02-09T20:35:45.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:45 smithi157 conmon[41110]: cluster 2024-02-09T20:35:43.804652+0000 mgr.smithi150.owatov (mgr.14180) 678 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 52 KiB/s rd, 0 B/s wr, 87 op/s 2024-02-09T20:35:46.345 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:35:46.345 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:35:46.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:47.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:47 smithi150 conmon[35634]: cluster 2024-02-09T20:35:45.805315+0000 mgr.smithi150.owatov (mgr.14180) 679 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 52 KiB/s rd, 0 B/s wr, 87 op/s 2024-02-09T20:35:47.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:47 smithi157 conmon[41110]: cluster 2024-02-09T20:35:45.805315+0000 mgr.smithi150.owatov (mgr.14180) 679 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 52 KiB/s rd, 0 B/s wr, 87 op/s 2024-02-09T20:35:47.938 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:48.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:48 smithi150 conmon[35634]: audit 2024-02-09T20:35:46.339781+0000 mgr.smithi150.owatov (mgr.14180) 680 : audit [DBG] 2024-02-09T20:35:48.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:48 smithi150 conmon[35634]: from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:48.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:48 smithi157 conmon[41110]: audit 2024-02-09T20:35:46.339781+0000 mgr.smithi150.owatov (mgr.14180) 680 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:49.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:49 smithi150 conmon[35634]: cluster 2024-02-09T20:35:47.805982+0000 mgr.smithi150.owatov (mgr.14180) 681 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 52 KiB/s rd, 0 B/s wr, 87 op/s 2024-02-09T20:35:49.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:49 smithi150 conmon[35634]: 2024-02-09T20:35:49.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:49 smithi157 conmon[41110]: cluster 2024-02-09T20:35:47.805982+0000 mgr.smithi150.owatov (mgr.14180) 681 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 52 KiB/s rd, 0 B/s wr, 87 op/s 2024-02-09T20:35:49.734 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:35:49.734 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:35:50.352 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:51.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:51 smithi150 conmon[35634]: audit 2024-02-09T20:35:49.728389+0000 mgr.smithi150.owatov (mgr.14180) 682 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:51.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:51 smithi150 conmon[35634]: cluster 2024-02-09T20:35:49.806543+0000 mgr.smithi150.owatov (mgr.14180) 683 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 89 op/s 2024-02-09T20:35:51.353 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:51.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:51 smithi157 conmon[41110]: audit 2024-02-09T20:35:49.728389+0000 mgr.smithi150.owatov (mgr.14180) 682 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:51.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:51 smithi157 conmon[41110]: cluster 2024-02-09T20:35:51.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:51 smithi157 conmon[41110]: 2024-02-09T20:35:49.806543+0000 mgr.smithi150.owatov (mgr.14180) 683 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 89 op/s 2024-02-09T20:35:53.206 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:35:53.206 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:28:08.419893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.aqprcf on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-aqprcf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.aqprcf\nDeploy daemon haproxy.nfs.foo.smithi157.aqprcf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:26: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-09T20:26: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-09T20:27:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:41.999614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.jthwtb on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-jthwtb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.jthwtb\nDeploy daemon haproxy.nfs.foo.smithi150.jthwtb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:28: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-09T20:29:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:30:42.006250Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.wnrwbt on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:35:53.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:53 smithi150 conmon[35634]: cluster 2024-02-09T20:35:51.807236+0000 mgr.smithi150.owatov (mgr.14180) 684 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2024-02-09T20:35:53.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:53 smithi157 conmon[41110]: cluster 2024-02-09T20:35:51.807236+0000 mgr.smithi150.owatov (mgr.14180) 684 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2024-02-09T20:35:53.808 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:54.809 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:55.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:55 smithi150 conmon[35634]: audit 2024-02-09T20:35:53.200513+0000 2024-02-09T20:35:55.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:55 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14180) 685 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:55.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:55 smithi150 conmon[35634]: cluster 2024-02-09T20:35:53.807919+0000 mgr.smithi150.owatov (mgr.14180) 686 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 0 B/s wr, 10 op/s 2024-02-09T20:35:55.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:55 smithi157 conmon[41110]: audit 2024-02-09T20:35:53.200513+0000 mgr.smithi150.owatov (mgr.14180) 685 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:55.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:55 smithi157 conmon[41110]: cluster 2024-02-09T20:35:53.807919+0000 mgr.smithi150.owatov (mgr.14180) 686 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 0 B/s wr, 10 op/s 2024-02-09T20:35:56.318 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:56 smithi150 conmon[35634]: audit 2024-02-09T20:35:55.567227+0000 mon.smithi150 (mon.0) 708 : 2024-02-09T20:35:56.318 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:56 smithi150 conmon[35634]: audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.newnhd"}]: dispatch 2024-02-09T20:35:56.319 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:56 smithi150 conmon[35634]: audit 2024-02-09T20:35:55.574343+0000 mon.smithi150 (mon.0) 709 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:35:56.319 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:56 smithi150 conmon[35634]: audit 2024-02-09T20:35:55.838740+0000 mon.smithi150 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:35:56.319 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:56 smithi150 conmon[35634]: audit 2024-02-09T20:35:55.877301+0000 mon.smithi150 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:35:56.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:56 smithi157 conmon[41110]: audit 2024-02-09T20:35:55.567227+0000 mon.smithi150 (mon.0) 2024-02-09T20:35:56.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:56 smithi157 conmon[41110]: 708 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.newnhd"}]: dispatch 2024-02-09T20:35:56.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:56 smithi157 conmon[41110]: audit 2024-02-09T20:35:55.574343+0000 mon.smithi150 (mon.0) 709 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:35:56.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:56 smithi157 conmon[41110]: audit 2024-02-09T20:35:55.838740+0000 mon.smithi150 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:35:56.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:56 smithi157 conmon[41110]: audit 2024-02-09T20:35:55.877301+0000 mon.smithi150 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:35:56.700 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:35:56.701 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:43.706780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:43.706937Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:43.707022Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:43.707088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:43.707168Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:43.707576Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:35:57.306 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: cephadm 2024-02-09T20:35:55.566706+0000 mgr.smithi150.owatov (mgr.14180) 687 : cephadm 2024-02-09T20:35:57.306 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd 2024-02-09T20:35:57.306 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd 2024-02-09T20:35:57.306 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd 2024-02-09T20:35:57.307 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd 2024-02-09T20:35:57.307 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: Deploy daemon haproxy.nfs.foo.smithi150.newnhd ... 2024-02-09T20:35:57.307 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:35:57.307 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:35:57.307 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:33:57Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:35:57.307 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:34:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:35:57.307 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:35:15Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:35:57.307 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: 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-09T20:35:57.307 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: 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-09T20:35:57.307 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:35:57.307 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: Traceback (most recent call last): 2024-02-09T20:35:57.307 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:35:57.307 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: yield (conn, connr) 2024-02-09T20:35:57.307 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:35:57.308 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: code, '\n'.join(err))) 2024-02-09T20:35:57.308 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: 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-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd 2024-02-09T20:35:57.308 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd 2024-02-09T20:35:57.308 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd 2024-02-09T20:35:57.308 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd 2024-02-09T20:35:57.308 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: Deploy daemon haproxy.nfs.foo.smithi150.newnhd ... 2024-02-09T20:35:57.308 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:35:57.308 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:35:57.308 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:33:57Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:35:57.308 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:34:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:35:57.308 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:35:15Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:35:57.308 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: 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-09T20:35:57.308 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: 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-09T20:35:57.309 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: E 2024-02-09T20:35:57.309 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:35:57.309 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: cephadm 2024-02-09T20:35:55.566894+0000 mgr.smithi150.owatov (mgr.14180) 688 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.newnhd 2024-02-09T20:35:57.309 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: cephadm 2024-02-09T20:35:55.567796+0000 mgr.smithi150.owatov (mgr.14180) 689 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd 2024-02-09T20:35:57.309 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd 2024-02-09T20:35:57.309 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd 2024-02-09T20:35:57.309 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd 2024-02-09T20:35:57.309 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: Deploy daemon haproxy.nfs.foo.smithi150.newnhd ... 2024-02-09T20:35:57.309 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:35:57.309 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:35:57.309 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:33:57Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:35:57.309 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:34:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:35:57.309 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:35:15Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:35:57.309 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: 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-09T20:35:57.309 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: 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-09T20:35:57.310 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:35:57.310 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: cephadm 2024-02-09T20:35:55.569011+0000 mgr.smithi150.owatov (mgr.14180) 690 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:35:57.310 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: cephadm 2024-02-09T20:35:55.570038+0000 mgr.smithi150.owatov (mgr.14180) 691 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:35:57.310 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: cluster 2024-02-09T20:35:55.571006+0000 mgr.smithi150.owatov (mgr.14180) 692 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-09T20:35:57.310 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:57 smithi150 conmon[35634]: cluster 2024-02-09T20:35:56.033605+0000 mon.smithi150 (mon.0) 712 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-09T20:35:57.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:57.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: cephadm 2024-02-09T20:35:55.566706+0000 mgr.smithi150.owatov (mgr.14180) 687 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd 2024-02-09T20:35:57.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd 2024-02-09T20:35:57.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd 2024-02-09T20:35:57.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd 2024-02-09T20:35:57.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: Deploy daemon haproxy.nfs.foo.smithi150.newnhd ... 2024-02-09T20:35:57.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:35:57.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:35:57.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:33:57Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:35:57.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:34:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:35:57.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:35:15Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:35:57.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: 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-09T20:35:57.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: 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-09T20:35:57.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:35:57.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: Traceback (most recent call last): 2024-02-09T20:35:57.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:35:57.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: yield (conn, connr) 2024-02-09T20:35:57.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:35:57.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: code, '\n'.join(err))) 2024-02-09T20:35:57.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: 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-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd 2024-02-09T20:35:57.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd 2024-02-09T20:35:57.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd 2024-02-09T20:35:57.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd 2024-02-09T20:35:57.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: Deploy daemon haproxy.nfs.foo.smithi150.newnhd ... 2024-02-09T20:35:57.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:35:57.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:35:57.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:33:57Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:35:57.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:34:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:35:57.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:35:15Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:35:57.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: 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-09T20:35:57.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: 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-09T20:35:57.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:35:57.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:35:57.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: cephadm 2024-02-09T20:35:55.566894+0000 mgr.smithi150.owatov (mgr.14180) 688 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.newnhd 2024-02-09T20:35:57.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: cephadm 2024-02-09T20:35:55.567796+0000 mgr.smithi150.owatov (mgr.14180) 689 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd 2024-02-09T20:35:57.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd 2024-02-09T20:35:57.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd 2024-02-09T20:35:57.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd 2024-02-09T20:35:57.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: Deploy daemon haproxy.nfs.foo.smithi150.newnhd ... 2024-02-09T20:35:57.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:35:57.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:35:57.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:33:57Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:35:57.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:34:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:35:57.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:35:15Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:35:57.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: 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-09T20:35:57.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: 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-09T20:35:57.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:35:57.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: cephadm 2024-02-09T20:35:55.569011+0000 mgr.smithi150.owatov (mgr.14180) 690 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:35:57.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: cephadm 2024-02-09T20:35:55.570038+0000 mgr.smithi150.owatov (mgr.14180) 691 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:35:57.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: cluster 2024-02-09T20:35:55.571006+0000 mgr.smithi150.owatov (mgr.14180) 692 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-09T20:35:57.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:57 smithi157 conmon[41110]: cluster 2024-02-09T20:35:56.033605+0000 mon.smithi150 (mon.0) 712 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-09T20:35:58.327 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:58.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:58 smithi150 conmon[35634]: audit 2024-02-09T20:35:56.695365+0000 mgr.smithi150.owatov (mgr.14180) 693 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:58.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:58 smithi150 conmon[35634]: 2024-02-09T20:35:58.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:58 smithi150 conmon[35634]: audit 2024-02-09T20:35:57.083555+0000 mon.smithi150 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:35:58.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:58 smithi150 conmon[35634]: audit 2024-02-09T20:35:57.540872+0000 mon.smithi150 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:35:58.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:58 smithi150 conmon[35634]: audit 2024-02-09T20:35:57.847519+0000 mon.smithi150 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:35:58.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:58 smithi150 conmon[35634]: audit 2024-02-09T20:35:57.848243+0000 mon.smithi150 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:35:58.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:58 smithi150 conmon[35634]: audit 2024-02-09T20:35:57.848900+0000 mon.smithi150 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:35:58.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:58 smithi150 conmon[35634]: audit 2024-02-09T20:35:57.849497+0000 mon.smithi150 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:35:58.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:58 smithi150 conmon[35634]: audit 2024-02-09T20:35:57.854155+0000 mon.smithi150 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:35:58.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:58 smithi157 conmon[41110]: audit 2024-02-09T20:35:56.695365+0000 mgr.smithi150.owatov (mgr.14180) 693 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:58.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:58 smithi157 conmon[41110]: 2024-02-09T20:35:58.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:58 smithi157 conmon[41110]: audit 2024-02-09T20:35:57.083555+0000 mon.smithi150 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:35:58.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:58 smithi157 conmon[41110]: audit 2024-02-09T20:35:57.540872+0000 mon.smithi150 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:35:58.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:58 smithi157 conmon[41110]: audit 2024-02-09T20:35:57.847519+0000 mon.smithi150 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:35:58.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:58 smithi157 conmon[41110]: audit 2024-02-09T20:35:57.848243+0000 mon.smithi150 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:35:58.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:58 smithi157 conmon[41110]: audit 2024-02-09T20:35:58.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:58 smithi157 conmon[41110]: 2024-02-09T20:35:57.848900+0000 mon.smithi150 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:35:58.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:58 smithi157 conmon[41110]: audit 2024-02-09T20:35 2024-02-09T20:35:58.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:58 smithi157 conmon[41110]: :57.849497+0000 mon.smithi150 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:35:58.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:58 smithi157 conmon[41110]: audit 2024-02-09T20:35 2024-02-09T20:35:58.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:58 smithi157 conmon[41110]: :57.854155+0000 mon.smithi150 (mon.0) 719 : audit 2024-02-09T20:35:58.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:58 smithi157 conmon[41110]: [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:35:59.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:59 smithi150 conmon[35634]: cluster 2024-02-09T20:35:57.571699+0000 mgr.smithi150.owatov (mgr.14180) 694 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-09T20:35:59.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:35:59 smithi150 conmon[35634]: cephadm 2024-02-09T20:35:57.849953+0000 mgr.smithi150.owatov (mgr.14180) 695 : cephadm [INF] Adjusting osd_memory_target on smithi157 to 3734M 2024-02-09T20:35:59.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:59 smithi157 conmon[41110]: cluster 2024-02-09T20:35:57.571699+0000 mgr.smithi150.owatov (mgr.14180) 694 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-09T20:35:59.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:35:59 smithi157 conmon[41110]: cephadm 2024-02-09T20:35:57.849953+0000 mgr.smithi150.owatov (mgr.14180) 695 : cephadm [INF] Adjusting osd_memory_target on smithi157 to 3734M 2024-02-09T20:36:00.368 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:36:00.368 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:30:47.108375Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:30:47.108468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:30:47.108533Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:30:47.108294Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:30:47.108154Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:30:47.109042Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:30:47.108596Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:30:47.108740Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:30:47.108661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:30:47.108980Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:36:01.224 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:01.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:01 smithi150 conmon[35634]: cluster 2024-02-09T20:35:59.572432+0000 mgr.smithi150.owatov (mgr.14180) 696 : cluster [DBG] 2024-02-09T20:36:01.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:01 smithi150 conmon[35634]: pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-09T20:36:01.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:01 smithi150 conmon[35634]: audit 2024-02-09T20:36:00.655009+0000 mon.smithi150 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:36:01.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:01 smithi157 conmon[41110]: cluster 2024-02-09T20:35:59.572432+0000 mgr.smithi150.owatov (mgr.14180) 696 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-09T20:36:01.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:01 smithi157 conmon[41110]: audit 2024-02-09T20:36:00.655009+0000 mon.smithi150 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:36:02.225 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:02.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:02 smithi150 conmon[35634]: audit 2024-02-09T20:36:00.362544+0000 mgr.smithi150.owatov (mgr.14180) 697 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:02.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:02 smithi150 conmon[35634]: audit 2024-02-09T20:36:01.095952+0000 mon.smithi150 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:36:02.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:02 smithi150 conmon[35634]: audit 2024-02-09T20:36:01.096549+0000 mon.smithi150 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:36:02.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:02 smithi150 conmon[35634]: audit 2024-02-09T20:36:01.097074+0000 mon.smithi150 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:36:02.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:02 smithi150 conmon[35634]: audit 2024-02-09T20:36:01.097594+0000 mon.smithi150 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:36:02.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:02 smithi150 conmon[35634]: cephadm 2024-02-09T20:36:01.098004+0000 mgr.smithi150.owatov (mgr.14180) 698 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 2710M 2024-02-09T20:36:02.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:02 smithi150 conmon[35634]: audit 2024-02-09T20:36:01.102062+0000 mon.smithi150 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:36:02.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:02 smithi150 conmon[35634]: audit 2024-02-09T20:36:01.102917+0000 mon.smithi150 (mon.0) 726 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:36:02.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:02 smithi150 conmon[35634]: audit 2024-02-09T20:36:01.103572+0000 mon.smithi150 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:36:02.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:02 smithi150 conmon[35634]: cephadm 2024-02-09T20:36:01.106888+0000 mgr.smithi150.owatov (mgr.14180) 699 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-09T20:36:02.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:02 smithi150 conmon[35634]: audit 2024-02-09T20:36:01.273511+0000 mon.smithi150 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:36:02.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:02 smithi150 conmon[35634]: audit 2024-02-09T 2024-02-09T20:36:02.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:02 smithi150 conmon[35634]: 20:36:01.277773+0000 mon.smithi150 (mon.0) 729 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:36:02.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:02 smithi150 conmon[35634]: audit 2024-02-09T20:36:01.284712+0000 mon.smithi150 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:36:02.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: audit 2024-02-09T20:36:00.362544+0000 mgr.smithi150.owatov (mgr.14180) 697 : audit 2024-02-09T20:36:02.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:02.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: audit 2024-02-09T20:36:01.095952+0000 mon.smithi150 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:36:02.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: audit 2024-02-09T20:36: 2024-02-09T20:36:02.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: 01.096549+0000 mon.smithi150 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:36:02.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: audit 2024-02-09T 2024-02-09T20:36:02.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: 20:36:01.097074+0000 mon.smithi150 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:36:02.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: audit 2024-02-09T20 2024-02-09T20:36:02.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: :36:01.097594+0000 mon.smithi150 (mon.0) 724 : 2024-02-09T20:36:02.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:36:02.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: cephadm 2024-02-09T20:36:02.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: 2024-02-09T20:36:01.098004+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:36:02.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: ) 698 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 2710M 2024-02-09T20:36:02.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: audit 2024-02-09T20:36:01 2024-02-09T20:36:02.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: .102062+0000 mon.smithi150 (mon.0) 725 : audit [INF] 2024-02-09T20:36:02.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:36:02.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: audit 2024- 2024-02-09T20:36:02.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: 02-09T20:36:01.102917+0000 mon.smithi150 (mon.0) 726 : 2024-02-09T20:36:02.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:36:02.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: audit 2024-02-09T20:36:02.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: 2024-02-09T20:36:01.103572+0000 mon.smithi150 (mon.0) 727 : audit 2024-02-09T20:36:02.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:36:02.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: cephadm 2024-02-09T20:36:02.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: 2024-02-09T20:36:01.106888+0000 mgr.smithi150.owatov (mgr.14180) 699 2024-02-09T20:36:02.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-09T20:36:02.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: audit 2024-02-09T20: 2024-02-09T20:36:02.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: 36:01.273511+0000 mon.smithi150 (mon.0) 728 : audit 2024-02-09T20:36:02.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:36:02.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: audit 2024-02-09T20:36:02.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: 2024-02-09T20:36:01.277773+0000 mon.smithi150 (mon.0) 2024-02-09T20:36:02.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: 729 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:36:02.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: audit 2024-02-09T20:36:01.284712+0000 2024-02-09T20:36:02.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:02 smithi157 conmon[41110]: mon.smithi150 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:36:03.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:03 smithi150 conmon[35634]: cluster 2024-02-09T20:36:01.274453+0000 mgr.smithi150.owatov (mgr.14180) 700 : 2024-02-09T20:36:03.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:03 smithi150 conmon[35634]: cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 4 op/s 2024-02-09T20:36:03.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:03 smithi150 conmon[35634]: cephadm 2024-02-09T20:36:01.286928+0000 mgr.smithi150.owatov (mgr.14180) 701 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi157.ocsqqu on smithi157 2024-02-09T20:36:03.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:03 smithi150 conmon[35634]: cluster 2024-02-09T20:36:02.271690+0000 mon.smithi150 (mon.0) 731 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-09T20:36:03.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:03 smithi150 conmon[35634]: cluster 2024-02-09T20:36:02.271718+0000 mon.smithi150 (mon.0) 732 : cluster [INF] Cluster is now healthy 2024-02-09T20:36:03.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:03 smithi157 conmon[41110]: cluster 2024-02-09T20:36:01.274453+0000 mgr.smithi150.owatov (mgr.14180) 700 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 4 op/s 2024-02-09T20:36:03.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:03 smithi157 conmon[41110]: 2024-02-09T20:36:03.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:03 smithi157 conmon[41110]: cephadm 2024-02-09T20:36:01.286928+0000 mgr.smithi150.owatov (mgr.14180) 701 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi157.ocsqqu on smithi157 2024-02-09T20:36:03.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:03 smithi157 conmon[41110]: cluster 2024-02-09T20:36:02.271690+0000 mon.smithi150 (mon.0) 731 2024-02-09T20:36:03.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:03 smithi157 conmon[41110]: : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-09T20:36:03.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:03 smithi157 conmon[41110]: cluster 2024-02-09T20:36:02.271718+0000 mon.smithi150 (mon. 2024-02-09T20:36:03.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:03 smithi157 conmon[41110]: 0) 732 : cluster [INF] Cluster is now healthy 2024-02-09T20:36:04.012 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:36:04.012 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:36:04.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:05.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:05 smithi150 conmon[35634]: cluster 2024-02-09T20:36:03.274982+0000 mgr.smithi150.owatov (mgr.14180) 702 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 982 B/s rd, 0 B/s wr, 1 op/s 2024-02-09T20:36:05.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:05 smithi150 conmon[35634]: audit 2024-02-09T20:36:04.006579+0000 mgr.smithi150.owatov (mgr.14180) 703 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:05.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:05 smithi157 conmon[41110]: cluster 2024-02-09T20:36:03.274982+0000 mgr.smithi150.owatov (mgr.14180) 702 : cluster 2024-02-09T20:36:05.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:05 smithi157 conmon[41110]: [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 982 B/s rd, 0 B/s wr, 1 op/s 2024-02-09T20:36:05.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:05 smithi157 conmon[41110]: audit 2024-02-09T20:36:04.006579+0000 mgr.smithi150.owatov (mgr.14180) 703 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:05.633 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:07.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:07 smithi157 conmon[41110]: cluster 2024-02-09T20:36:05.275771+0000 mgr.smithi150.owatov (mgr.14180) 704 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2024-02-09T20:36:07.397 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:36:07.397 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:36:07.422 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:07 smithi150 conmon[35634]: cluster 2024-02-09T20:36:05.275771+0000 mgr.smithi150.owatov (mgr.14180) 704 : cluster [DBG] 2024-02-09T20:36:07.422 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:07 smithi150 conmon[35634]: pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2024-02-09T20:36:07.909 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:08.910 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:09.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:09 smithi150 conmon[35634]: cluster 2024-02-09T20:36:07.276599+0000 mgr.smithi150.owatov (mgr.14180) 705 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-02-09T20:36:09.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:09 smithi150 conmon[35634]: audit 2024-02-09T20:36:07.391662+0000 mgr.smithi150.owatov (mgr.14180) 706 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:09.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:09 smithi157 conmon[41110]: cluster 2024-02-09T20:36:07.276599+0000 mgr.smithi150.owatov (mgr.14180) 705 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-02-09T20:36:09.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:09 smithi157 conmon[41110]: audit 2024-02-09T20:36:07.391662+0000 mgr.smithi150.owatov (mgr.14180) 706 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:10.668 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:36:10.668 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:36:11.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:11.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:11 smithi157 conmon[41110]: cluster 2024-02-09T20:36:09.277150+0000 mgr.smithi150.owatov (mgr.14180) 707 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-02-09T20:36:11.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:11 smithi150 conmon[35634]: cluster 2024-02-09T20:36:09.277150+0000 mgr.smithi150.owatov (mgr.14180) 707 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-02-09T20:36:12.211 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:12.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:12 smithi157 conmon[41110]: audit 2024-02-09T20:36:10.663277+0000 mgr.smithi150.owatov (mgr.14180) 708 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:12.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:12 smithi150 conmon[35634]: audit 2024-02-09T20:36:10.663277+0000 mgr.smithi150.owatov (mgr.14180) 708 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:12.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:12 smithi150 conmon[35634]: 2024-02-09T20:36:13.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:13 smithi150 conmon[35634]: cluster 2024-02-09T20:36:11.278011+0000 mgr.smithi150.owatov (mgr.14180) 709 2024-02-09T20:36:13.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:13 smithi150 conmon[35634]: : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-02-09T20:36:13.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:13 smithi157 conmon[41110]: cluster 2024-02-09T20:36:11.278011+0000 mgr.smithi150.owatov (mgr.14180) 709 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-02-09T20:36:14.032 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:36:14.032 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:36:14.681 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:15.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:15 smithi157 conmon[41110]: cluster 2024-02-09T20:36:13.278544+0000 mgr.smithi150.owatov (mgr.14180) 710 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-02-09T20:36:15.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:15 smithi157 conmon[41110]: audit 2024-02-09T20:36:14.025746+0000 mgr.smithi150.owatov (mgr.14180) 711 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:15.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:15 smithi150 conmon[35634]: cluster 2024-02-09T20:36:13.278544+0000 mgr.smithi150.owatov (mgr.14180) 710 2024-02-09T20:36:15.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:15 smithi150 conmon[35634]: : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-02-09T20:36:15.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:15 smithi150 conmon[35634]: audit 2024-02-09T20:36:14.025746+0000 mgr.smithi150.owatov (mgr.14180) 711 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:15.683 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:17.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:17 smithi157 conmon[41110]: cluster 2024-02-09T20:36:15.279118+0000 mgr.smithi150.owatov (mgr.14180) 712 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2024-02-09T20:36:17.452 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:36:17.452 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:36:17.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:17 smithi150 conmon[35634]: cluster 2024-02-09T20:36:15.279118+0000 mgr.smithi150.owatov (mgr.14180) 712 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2024-02-09T20:36:18.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:19.016 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:19.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:19 smithi150 conmon[35634]: cluster 2024-02-09T20:36:17.279945+0000 mgr.smithi150.owatov (mgr.14180) 713 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2024-02-09T20:36:19.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:19 smithi150 conmon[35634]: audit 2024-02-09T20:36:17.447268+0000 mgr.smithi150.owatov (mgr.14180) 714 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:19.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:19 smithi157 conmon[41110]: cluster 2024-02-09T20:36:17.279945+0000 mgr.smithi150.owatov (mgr.14180) 713 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2024-02-09T20:36:19.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:19 smithi157 conmon[41110]: audit 2024-02-09T20:36:17.447268+0000 mgr.smithi150.owatov (mgr.14180) 714 : audit 2024-02-09T20:36:19.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:19 smithi157 conmon[41110]: [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:20.774 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:36:20.774 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:36:21.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:21 smithi157 conmon[41110]: cluster 2024-02-09T20:36:19.280545+0000 mgr.smithi150.owatov (mgr.14180) 715 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:21.398 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:21 smithi150 conmon[35634]: cluster 2024-02-09T20:36:19.280545+0000 mgr.smithi150.owatov (mgr.14180) 715 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:21.414 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:22.415 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:22.447 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:22 smithi150 conmon[35634]: audit 2024-02-09T20:36:20.768999+0000 mgr.smithi150.owatov (mgr.14180) 716 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:22.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:22 smithi157 conmon[41110]: audit 2024-02-09T20:36:20.768999+0000 mgr.smithi150.owatov (mgr.14180) 716 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:23.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:23 smithi150 conmon[35634]: cluster 2024-02-09T20:36:21.281231+0000 mgr.smithi150.owatov 2024-02-09T20:36:23.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:23 smithi150 conmon[35634]: (mgr.14180) 717 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:23.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:23 smithi157 conmon[41110]: cluster 2024-02-09T20:36:21.281231+0000 mgr.smithi150.owatov (mgr.14180) 717 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:23.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:23 smithi157 conmon[41110]: 2024-02-09T20:36:24.184 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:36:24.184 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:36:24.763 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:25.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:25 smithi150 conmon[35634]: cluster 2024-02-09T20:36:23.281763+0000 mgr.smithi150.owatov (mgr.14180) 718 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:25.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:25 smithi150 conmon[35634]: audit 2024-02-09T20:36:25.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:25 smithi150 conmon[35634]: 2024-02-09T20:36:24.178323+0000 mgr.smithi150.owatov (mgr.14180) 719 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:25.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:25 smithi157 conmon[41110]: cluster 2024-02-09T20:36:23.281763+0000 mgr.smithi150.owatov (mgr.14180) 718 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:25.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:25 smithi157 conmon[41110]: 2024-02-09T20:36:25.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:25 smithi157 conmon[41110]: audit 2024-02-09T20:36:24.178323+0000 mgr.smithi150.owatov (mgr.14180) 719 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:25.765 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:27.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:27 smithi150 conmon[35634]: cluster 2024-02-09T20:36:25.282353+0000 mgr.smithi150.owatov (mgr.14180) 720 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:27.507 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:36:27.507 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:36:27.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:27 smithi157 conmon[41110]: cluster 2024-02-09T20:36:25.282353+0000 mgr.smithi150.owatov (mgr.14180) 720 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:28.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:29.106 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:29.521 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:29 smithi150 conmon[35634]: cluster 2024-02-09T20:36:27.283031+0000 mgr.smithi150.owatov (mgr.14180) 721 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:29.521 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:29 smithi150 conmon[35634]: audit 2024-02-09T20:36:27.501821+0000 mgr.smithi150.owatov (mgr.14180) 722 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:29.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:29 smithi157 conmon[41110]: cluster 2024-02-09T20:36:27.283031+0000 mgr.smithi150.owatov (mgr.14180) 721 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:29.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:29 smithi157 conmon[41110]: audit 2024-02-09T20:36:27.501821+0000 mgr.smithi150.owatov (mgr.14180) 722 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:30.898 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:36:30.898 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:36:31.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:31 smithi150 conmon[35634]: cluster 2024-02-09T20:36:29.283617+0000 mgr.smithi150.owatov (mgr.14180) 723 2024-02-09T20:36:31.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:31 smithi150 conmon[35634]: : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:31.462 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:31.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:31 smithi157 conmon[41110]: cluster 2024-02-09T20:36:29.283617+0000 mgr.smithi150.owatov (mgr.14180) 723 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:32.466 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:32.500 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:32 smithi150 conmon[35634]: audit 2024-02-09T20:36:30.892667+0000 mgr.smithi150.owatov (mgr.14180) 724 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:32.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:32 smithi157 conmon[41110]: audit 2024-02-09T20:36:30.892667+0000 mgr.smithi150.owatov (mgr.14180) 724 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:32.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:32 smithi157 conmon[41110]: 2024-02-09T20:36:33.263 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:33 smithi150 conmon[35634]: cluster 2024-02-09T20:36:31.284370+0000 mgr.smithi150.owatov (mgr.14180) 725 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:33.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:33 smithi157 conmon[41110]: cluster 2024-02-09T20:36:31.284370+0000 mgr.smithi150.owatov (mgr.14180) 725 : cluster [DBG] 2024-02-09T20:36:33.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:33 smithi157 conmon[41110]: pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:34.252 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:36:34.252 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:36:34.796 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:35.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:35 smithi150 conmon[35634]: cluster 2024-02-09T20:36:33.284936+0000 mgr.smithi150.owatov (mgr.14180) 726 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:35.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:35 smithi157 conmon[41110]: cluster 2024-02-09T20:36:33.284936+0000 mgr.smithi150.owatov (mgr.14180) 726 : cluster 2024-02-09T20:36:35.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:35 smithi157 conmon[41110]: [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:35.797 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:36.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:36 smithi150 conmon[35634]: audit 2024-02-09T20:36:34.246993+0000 mgr.smithi150.owatov (mgr.14180) 727 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:36.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:36 smithi157 conmon[41110]: audit 2024-02-09T20:36:34.246993+0000 mgr.smithi150.owatov (mgr.14180) 727 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:37.222 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:37 smithi150 conmon[35634]: cluster 2024-02-09T20:36:35.285674+0000 mgr.smithi150.owatov (mgr.14180) 728 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:37.624 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:36:37.624 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:36:37.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:37 smithi157 conmon[41110]: cluster 2024-02-09T20:36:35.285674+0000 mgr.smithi150.owatov (mgr.14180) 728 : cluster 2024-02-09T20:36:37.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:37 smithi157 conmon[41110]: [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:38.228 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:39.229 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:39.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:39 smithi150 conmon[35634]: cluster 2024-02-09T20:36:37.286384+0000 mgr.smithi150.owatov (mgr.14180) 729 : 2024-02-09T20:36:39.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:39 smithi150 conmon[35634]: cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:39.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:39 smithi150 conmon[35634]: audit 2024-02-09T20:36:37.619124+0000 mgr.smithi150.owatov (mgr.14180) 730 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:39.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:39 smithi157 conmon[41110]: cluster 2024-02-09T20:36:37.286384+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:36:39.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:39 smithi157 conmon[41110]: 14180) 729 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:39.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:39 smithi157 conmon[41110]: audit 2024-02-09T20:36:37.619124+0000 mgr.smithi150.owatov (mgr.14180) 730 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:41.063 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:36:41.063 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:36:41.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:41 smithi150 conmon[35634]: cluster 2024-02-09T20:36:39.287045+0000 mgr.smithi150.owatov (mgr.14180) 731 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:41.578 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:41.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:41 smithi157 conmon[41110]: cluster 2024-02-09T20:36:39.287045+0000 mgr.smithi150.owatov (mgr.14180) 731 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:42.579 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:42.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:42 smithi150 conmon[35634]: audit 2024-02-09T20:36:41.058300+0000 mgr.smithi150.owatov (mgr.14180) 732 : audit 2024-02-09T20:36:42.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:42 smithi150 conmon[35634]: [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:42.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:42 smithi157 conmon[41110]: audit 2024-02-09T20:36:41.058300+0000 mgr.smithi150.owatov (mgr.14180) 732 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:43.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:43 smithi150 conmon[35634]: cluster 2024-02-09T20:36:41.288241+0000 mgr.smithi150.owatov (mgr.14180) 733 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:43.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:43 smithi157 conmon[41110]: cluster 2024-02-09T20:36:41.288241+0000 mgr.smithi150.owatov (mgr.14180) 733 : cluster [DBG] 2024-02-09T20:36:43.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:43 smithi157 conmon[41110]: pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:44.346 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:36:44.346 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:36:44.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:45.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:45 smithi150 conmon[35634]: cluster 2024-02-09T20:36:43.288799+0000 mgr.smithi150.owatov (mgr.14180) 734 : 2024-02-09T20:36:45.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:45 smithi150 conmon[35634]: cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:45.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:45 smithi157 conmon[41110]: cluster 2024-02-09T20:36:43.288799+0000 mgr.smithi150.owatov (mgr.14180) 734 : cluster [DBG] 2024-02-09T20:36:45.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:45 smithi157 conmon[41110]: pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:45.943 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:46.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:46 smithi150 conmon[35634]: audit 2024-02-09T20:36:44.341116+0000 mgr.smithi150.owatov (mgr.14180) 735 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:46.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:46 smithi157 conmon[41110]: audit 2024-02-09T20:36:44.341116+0000 mgr.smithi150.owatov (mgr.14180) 735 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:47.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:47 smithi150 conmon[35634]: cluster 2024-02-09T20:36:45.289478+0000 mgr.smithi150.owatov 2024-02-09T20:36:47.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:47 smithi150 conmon[35634]: (mgr.14180) 736 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:47.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:47 smithi157 conmon[41110]: cluster 2024-02-09T20:36:45.289478+0000 mgr.smithi150.owatov (mgr.14180) 736 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:47.683 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:36:47.683 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:36:48.251 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:49.252 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:49.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:49 smithi150 conmon[35634]: cluster 2024-02-09T20:36:47.290131+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:36:49.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:49 smithi150 conmon[35634]: 14180) 737 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:49.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:49 smithi150 conmon[35634]: audit 2024-02-09T20:36:47.677833+0000 mgr.smithi150.owatov (mgr.14180) 738 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:49.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:49 smithi157 conmon[41110]: cluster 2024-02-09T20:36:47.290131+0000 mgr.smithi150.owatov (mgr.14180) 737 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:49.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:49 smithi157 conmon[41110]: audit 2024-02-09T20:36:47.677833+0000 mgr.smithi150.owatov (mgr.14180) 738 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:51.047 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:36:51.047 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:36:51.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:51 smithi150 conmon[35634]: cluster 2024-02-09T20:36:49.290792+0000 mgr.smithi150.owatov (mgr.14180) 739 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:51.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:51.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:51 smithi157 conmon[41110]: cluster 2024-02-09T20:36:49.290792+0000 mgr.smithi150.owatov (mgr.14180) 739 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:52.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:52 smithi150 conmon[35634]: audit 2024-02-09T20:36:51.041208+0000 mgr.smithi150.owatov (mgr.14180) 740 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:52.628 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:52.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:52 smithi157 conmon[41110]: audit 2024-02-09T20:36:51.041208+0000 mgr.smithi150.owatov (mgr.14180) 740 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:52.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:52 smithi157 conmon[41110]: 2024-02-09T20:36:53.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:53 smithi150 conmon[35634]: cluster 2024-02-09T20:36:51.291431+0000 mgr.smithi150.owatov (mgr.14180) 741 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:53.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:53 smithi157 conmon[41110]: cluster 2024-02-09T20:36:51.291431+0000 mgr.smithi150.owatov (mgr.14180) 741 : cluster [DBG] 2024-02-09T20:36:53.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:53 smithi157 conmon[41110]: pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:54.382 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:36:54.382 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:36:54.544 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:54 smithi150 conmon[35634]: cluster 2024-02-09T20:36:53.291991+0000 mgr.smithi150.owatov (mgr.14180) 742 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:54.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:54 smithi157 conmon[41110]: cluster 2024-02-09T20:36:53.291991+0000 mgr.smithi150.owatov (mgr.14180) 742 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:54.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:54 smithi157 conmon[41110]: 2024-02-09T20:36:54.952 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:55.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:55 smithi150 conmon[35634]: audit 2024-02-09T20:36:54.376209+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:36:55.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:55 smithi150 conmon[35634]: 14180) 743 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:55.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:55 smithi157 conmon[41110]: audit 2024-02-09T20:36:54.376209+0000 mgr.smithi150.owatov (mgr.14180) 743 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:55.953 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:56.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:56 smithi150 conmon[35634]: cluster 2024-02-09T20:36:55.292591+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:36:56.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:56 smithi150 conmon[35634]: ) 744 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:56.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:56 smithi157 conmon[41110]: cluster 2024-02-09T20:36:55.292591+0000 mgr.smithi150.owatov (mgr.14180) 744 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:57.765 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:36:57.765 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:36:58.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:58.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:58 smithi150 conmon[35634]: cluster 2024-02-09T20:36:57.293209+0000 mgr.smithi150.owatov (mgr.14180) 745 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:58.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:36:58 smithi150 conmon[35634]: audit 2024-02-09T20:36:57.759756+0000 mgr.smithi150.owatov (mgr.14180) 746 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:58.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:58 smithi157 conmon[41110]: cluster 2024-02-09T20:36:57.293209+0000 mgr.smithi150.owatov (mgr.14180) 745 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:36:58.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:36:58 smithi157 conmon[41110]: audit 2024-02-09T20:36:57.759756+0000 mgr.smithi150.owatov (mgr.14180) 746 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:59.310 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:00.525 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:00 smithi150 conmon[35634]: cluster 2024-02-09T20:36:59.293896+0000 mgr.smithi150.owatov (mgr.14180) 747 : 2024-02-09T20:37:00.525 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:00 smithi150 conmon[35634]: cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:00.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:00 smithi157 conmon[41110]: cluster 2024-02-09T20:36:59.293896+0000 mgr.smithi150.owatov (mgr.14180) 747 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:01.129 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:37:01.129 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:37:01.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:01 smithi150 conmon[35634]: audit 2024-02-09T20:37:01.123514+0000 mgr.smithi150.owatov (mgr.14180) 748 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:01.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:01 smithi157 conmon[41110]: audit 2024-02-09T20:37:01.123514+0000 mgr.smithi150.owatov (mgr.14180) 748 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:01.685 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:02.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:02 smithi157 conmon[41110]: cluster 2024-02-09T20:37:01.294827+0000 mgr.smithi150.owatov (mgr.14180) 749 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:02.686 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:02.719 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:02 smithi150 conmon[35634]: cluster 2024-02-09T20:37:01.294827+0000 mgr.smithi150.owatov (mgr.14180) 749 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:04.444 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:37:04.444 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:37:04.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:04 smithi157 conmon[41110]: cluster 2024-02-09T20:37:03.295343+0000 mgr.smithi150.owatov (mgr.14180) 750 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:04.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:04 smithi150 conmon[35634]: cluster 2024-02-09T20:37:03.295343+0000 2024-02-09T20:37:04.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:04 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14180) 750 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:05.008 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:05.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:05 smithi157 conmon[41110]: audit 2024-02-09T20:37:04.438579+0000 mgr.smithi150.owatov (mgr.14180) 751 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:05.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:05 smithi150 conmon[35634]: audit 2024-02-09T20:37:04.438579+0000 mgr.smithi150.owatov (mgr.14180) 751 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:06.009 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:06.623 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:06 smithi150 conmon[35634]: cluster 2024-02-09T20:37:05 2024-02-09T20:37:06.624 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:06 smithi150 conmon[35634]: .296068+0000 mgr.smithi150.owatov (mgr.14180) 752 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:06.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:06 smithi157 conmon[41110]: cluster 2024-02-09T20:37:05.296068+0000 mgr.smithi150.owatov (mgr.14180) 752 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:07.806 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:37:07.806 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:37:08.384 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:08.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:08 smithi157 conmon[41110]: cluster 2024-02-09T20:37:07.296706+0000 mgr.smithi150.owatov (mgr.14180) 753 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:08.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:08 smithi157 conmon[41110]: audit 2024-02-09T20:37:07.800621+0000 mgr.smithi150.owatov (mgr.14180) 754 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:08.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:08 smithi150 conmon[35634]: cluster 2024-02-09T20:37:07.296706+0000 2024-02-09T20:37:08.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:08 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14180) 753 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:08.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:08 smithi150 conmon[35634]: audit 2024-02-09T20:37:07.800621+0000 mgr.smithi150.owatov (mgr.14180) 754 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:09.386 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:10.549 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:10 smithi150 conmon[35634]: cluster 2024-02-09T20:37:09.297562+0000 mgr.smithi150.owatov (mgr.14180) 755 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:10.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:10 smithi157 conmon[41110]: cluster 2024-02-09T20:37:09.297562+0000 mgr.smithi150.owatov (mgr.14180) 755 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:11.120 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:37:11.120 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:37:11.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:11 smithi150 conmon[35634]: audit 2024-02-09T20:37:11.114613+0000 mgr.smithi150.owatov (mgr.14180) 756 : audit [DBG] 2024-02-09T20:37:11.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:11 smithi150 conmon[35634]: from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:11.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:11 smithi157 conmon[41110]: audit 2024-02-09T20:37:11.114613+0000 mgr.smithi150.owatov (mgr.14180) 756 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:11.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:12.692 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:12.724 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:12 smithi150 conmon[35634]: cluster 2024-02-09T20:37:11.298469+0000 mgr.smithi150.owatov (mgr.14180) 757 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:12.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:12 smithi157 conmon[41110]: cluster 2024-02-09T20:37:11.298469+0000 mgr.smithi150.owatov (mgr.14180) 757 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:14.434 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:37:14.435 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:37:14.738 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:14 smithi157 conmon[41110]: cluster 2024-02-09T20:37:13.298968+0000 mgr.smithi150.owatov (mgr.14180) 758 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:14.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:14 smithi150 conmon[35634]: cluster 2024-02-09T20:37:13.298968+0000 mgr.smithi150.owatov (mgr.14180) 758 : cluster 2024-02-09T20:37:14.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:14 smithi150 conmon[35634]: [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:15.023 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:15.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:15 smithi150 conmon[35634]: audit 2024-02-09T20:37:14.429222+0000 mgr.smithi150.owatov (mgr.14180) 759 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:15.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:15 smithi150 conmon[35634]: 2024-02-09T20:37:15.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:15 smithi157 conmon[41110]: audit 2024-02-09T20:37:14.429222+0000 mgr.smithi150.owatov (mgr.14180) 759 : audit [DBG] 2024-02-09T20:37:15.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:15 smithi157 conmon[41110]: from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:16.024 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:16.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:16 smithi150 conmon[35634]: cluster 2024-02-09T20:37:15.299593+0000 mgr.smithi150.owatov (mgr.14180) 760 2024-02-09T20:37:16.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:16 smithi150 conmon[35634]: : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:16.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:16 smithi157 conmon[41110]: cluster 2024-02-09T20:37:15.299593+0000 mgr.smithi150.owatov (mgr.14180) 760 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:17.800 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:37:17.800 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:37:18.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:18.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:18 smithi150 conmon[35634]: cluster 2024-02-09T20:37:17.300257+0000 mgr.smithi150.owatov (mgr.14180) 761 : 2024-02-09T20:37:18.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:18 smithi150 conmon[35634]: cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:18.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:18 smithi150 conmon[35634]: audit 2024-02-09T20:37:17.794889+0000 mgr.smithi150.owatov (mgr.14180) 762 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:18.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:18 smithi157 conmon[41110]: cluster 2024-02-09T20:37:17.300257+0000 mgr.smithi150.owatov (mgr.14180) 761 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:18.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:18 smithi157 conmon[41110]: audit 2024-02-09T20:37:17.794889+0000 mgr.smithi150.owatov (mgr.14180) 762 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:19.324 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:20.699 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:20 smithi150 conmon[35634]: cluster 2024-02-09T20:37:19.300884+0000 mgr.smithi150.owatov (mgr.14180) 763 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:20.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:20 smithi157 conmon[41110]: cluster 2024-02-09T20:37:19.300884+0000 mgr.smithi150.owatov (mgr.14180) 763 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:21.046 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:37:21.046 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:37:21.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:21.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:21 smithi150 conmon[35634]: audit 2024-02-09T20:37:21.040815+0000 mgr.smithi150.owatov (mgr.14180) 764 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:21.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:21 smithi157 conmon[41110]: audit 2024-02-09T20:37:21.040815+0000 mgr.smithi150.owatov (mgr.14180) 764 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:22.641 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:22.720 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:22 smithi150 conmon[35634]: cluster 2024-02-09T20:37:21.301576+0000 mgr.smithi150.owatov (mgr.14180) 765 2024-02-09T20:37:22.720 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:22 smithi150 conmon[35634]: : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:22.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:22 smithi157 conmon[41110]: cluster 2024-02-09T20:37:21.301576+0000 mgr.smithi150.owatov (mgr.14180) 765 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:22.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:22 smithi157 conmon[41110]: 2024-02-09T20:37:24.421 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:37:24.422 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:37:24.738 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:24 smithi157 conmon[41110]: cluster 2024-02-09T20:37:23.302079+0000 mgr.smithi150.owatov (mgr.14180) 766 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:24.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:24 smithi150 conmon[35634]: cluster 2024-02-09T20:37:23.302079+0000 mgr.smithi150.owatov (mgr.14180) 766 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:24.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:25.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:25 smithi150 conmon[35634]: audit 2024-02-09T20:37:24.416317+0000 mgr.smithi150.owatov (mgr.14180) 767 2024-02-09T20:37:25.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:25 smithi150 conmon[35634]: : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:25.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:25 smithi157 conmon[41110]: audit 2024-02-09T20:37:24.416317+0000 mgr.smithi150.owatov (mgr.14180) 767 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:25.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:25 smithi157 conmon[41110]: 2024-02-09T20:37:25.972 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:26.740 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:26 smithi150 conmon[35634]: cluster 2024-02-09T20:37:25.302721+0000 mgr.smithi150.owatov (mgr.14180) 768 : cluster 2024-02-09T20:37:26.740 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:26 smithi150 conmon[35634]: [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:26.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:26 smithi157 conmon[41110]: cluster 2024-02-09T20:37:25.302721+0000 mgr.smithi150.owatov (mgr.14180) 768 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:27.646 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:37:27.646 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:37:28.197 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:28.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:28 smithi150 conmon[35634]: cluster 2024-02-09T20:37:27.303620+0000 mgr.smithi150.owatov (mgr.14180) 769 2024-02-09T20:37:28.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:28 smithi150 conmon[35634]: : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:28.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:28 smithi150 conmon[35634]: audit 2024-02-09T20:37:27.641209+0000 mgr.smithi150.owatov (mgr.14180) 770 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:28.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:28 smithi157 conmon[41110]: cluster 2024-02-09T20:37:27.303620+0000 mgr.smithi150.owatov (mgr.14180) 769 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:28.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:28 smithi157 conmon[41110]: audit 2024-02-09T20:37:27 2024-02-09T20:37:28.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:28 smithi157 conmon[41110]: .641209+0000 mgr.smithi150.owatov (mgr.14180) 770 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:29.198 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:30.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:30 smithi150 conmon[35634]: cluster 2024-02-09T20:37:29.304180+0000 mgr.smithi150.owatov (mgr.14180) 771 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:30.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:30 smithi157 conmon[41110]: cluster 2024-02-09T20:37:29.304180+0000 mgr.smithi150.owatov (mgr.14180) 771 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:30.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:30 smithi157 conmon[41110]: 2024-02-09T20:37:30.997 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:37:30.997 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:37:31.572 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:31.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:31 smithi150 conmon[35634]: audit 2024-02-09T20:37:30.991694+0000 mgr.smithi150.owatov (mgr.14180) 772 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:31.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:31 smithi150 conmon[35634]: 2024-02-09T20:37:31.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:31 smithi157 conmon[41110]: audit 2024-02-09T20:37:30.991694+0000 mgr.smithi150.owatov (mgr.14180) 772 : audit [DBG] 2024-02-09T20:37:31.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:31 smithi157 conmon[41110]: from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:32.573 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:32.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:32 smithi150 conmon[35634]: cluster 2024-02-09T20:37:31.304936+0000 mgr.smithi150.owatov (mgr.14180) 773 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:32.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:32 smithi157 conmon[41110]: cluster 2024-02-09T20:37:31.304936+0000 mgr.smithi150.owatov (mgr.14180) 773 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:34.341 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:37:34.341 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:37:34.739 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:34 smithi157 conmon[41110]: cluster 2024-02-09T20:37:33.305469+0000 mgr.smithi150.owatov (mgr.14180) 774 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:34.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:34 smithi150 conmon[35634]: cluster 2024-02-09T20:37:33.305469+0000 mgr.smithi150.owatov (mgr.14180) 774 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:34.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:35.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:35 smithi150 conmon[35634]: audit 2024-02-09T20:37:34.336093+0000 mgr.smithi150.owatov (mgr.14180) 775 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:35.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:35 smithi157 conmon[41110]: audit 2024-02-09T20:37:34.336093+0000 mgr.smithi150.owatov (mgr.14180) 775 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:35.897 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:36.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:36 smithi150 conmon[35634]: cluster 2024-02-09T20:37:35.306058+0000 mgr.smithi150.owatov (mgr.14180) 776 2024-02-09T20:37:36.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:36 smithi150 conmon[35634]: : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:36.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:36 smithi157 conmon[41110]: cluster 2024-02-09T20:37:35.306058+0000 mgr.smithi150.owatov (mgr.14180) 776 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:37.648 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:37:37.648 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:37:38.211 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:38.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:38 smithi150 conmon[35634]: cluster 2024-02-09T20:37:37.306671+0000 mgr.smithi150.owatov (mgr.14180) 777 2024-02-09T20:37:38.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:38 smithi150 conmon[35634]: : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:38.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:38 smithi150 conmon[35634]: audit 2024-02-09T20:37:37.642615+0000 mgr.smithi150.owatov (mgr.14180) 778 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:38.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:38 smithi157 conmon[41110]: cluster 2024-02-09T20:37:37.306671+0000 mgr.smithi150.owatov (mgr.14180) 777 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:38.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:38 smithi157 conmon[41110]: audit 2024-02-09T20:37:37.642615+0000 mgr.smithi150.owatov (mgr.14180) 778 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:39.212 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:40.712 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:40 smithi150 conmon[35634]: cluster 2024-02-09T20:37:39.307280+0000 mgr.smithi150.owatov (mgr.14180) 779 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:40.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:40 smithi157 conmon[41110]: cluster 2024-02-09T20:37:39.307280+0000 mgr.smithi150.owatov (mgr.14180) 779 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:41.074 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:37:41.074 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:37:41.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:41.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:41 smithi150 conmon[35634]: audit 2024-02-09T20:37:41.068971+0000 2024-02-09T20:37:41.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:41 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14180) 780 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:41.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:41 smithi157 conmon[41110]: audit 2024-02-09T20:37:41.068971+0000 mgr.smithi150.owatov (mgr.14180) 780 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:42.646 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:42.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:42 smithi150 conmon[35634]: cluster 2024-02-09T20:37:41.307948+0000 mgr.smithi150.owatov (mgr.14180) 781 : 2024-02-09T20:37:42.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:42 smithi150 conmon[35634]: cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:42.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:42 smithi157 conmon[41110]: cluster 2024-02-09T20:37:41.307948+0000 mgr.smithi150.owatov (mgr.14180) 781 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:44.366 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:37:44.366 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:37:44.738 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:44 smithi157 conmon[41110]: cluster 2024-02-09T20:37:43.308509+0000 mgr.smithi150.owatov (mgr.14180) 782 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:44.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:44 smithi150 conmon[35634]: cluster 2024-02-09T20:37:43.308509+0000 mgr.smithi150.owatov (mgr.14180) 782 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:44.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:45.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:45 smithi150 conmon[35634]: audit 2024-02-09T20:37:44.360636+0000 mgr.smithi150.owatov (mgr.14180) 783 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:45.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:45 smithi157 conmon[41110]: audit 2024-02-09T20:37:44.360636+0000 mgr.smithi150.owatov (mgr.14180) 783 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:45.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:45 smithi157 conmon[41110]: 2024-02-09T20:37:45.972 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:46.762 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:46 smithi150 conmon[35634]: cluster 2024-02-09T20:37:45.309231+0000 mgr.smithi150.owatov (mgr.14180) 784 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:46.762 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:46 smithi150 conmon[35634]: 2024-02-09T20:37:46.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:46 smithi157 conmon[41110]: cluster 2024-02-09T20:37:45.309231+0000 mgr.smithi150.owatov (mgr.14180) 784 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:47.737 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:37:47.737 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:37:48.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:48.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:48 smithi150 conmon[35634]: cluster 2024-02-09T20:37:47.309925+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:37:48.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:48 smithi150 conmon[35634]: 785 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:48.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:48 smithi150 conmon[35634]: audit 2024-02-09T20:37:47.731312+0000 mgr.smithi150.owatov (mgr.14180) 786 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:48.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:48 smithi157 conmon[41110]: cluster 2024-02-09T20:37:47.309925+0000 mgr.smithi150.owatov (mgr.14180) 785 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:48.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:48 smithi157 conmon[41110]: audit 2024-02-09T20:37:47.731312+0000 mgr.smithi150.owatov (mgr.14180) 786 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:49.220 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:50.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:50 smithi150 conmon[35634]: cluster 2024-02-09T20:37:49.310647+0000 mgr.smithi150.owatov (mgr.14180) 787 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:50.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:50 smithi157 conmon[41110]: cluster 2024-02-09T20:37:49.310647+0000 mgr.smithi150.owatov (mgr.14180) 787 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:50.927 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:37:50.927 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:37:51.545 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:51.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:51 smithi150 conmon[35634]: audit 2024-02-09T20:37:50.921936+0000 mgr.smithi150.owatov (mgr.14180) 788 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:51.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:51 smithi157 conmon[41110]: audit 2024-02-09T20:37:50.921936+0000 mgr.smithi150.owatov (mgr.14180) 788 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:52.546 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:52.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:52 smithi150 conmon[35634]: cluster 2024-02-09T20:37:51.311385+0000 mgr.smithi150.owatov (mgr.14180) 789 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:52.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:52 smithi150 conmon[35634]: 2024-02-09T20:37:52.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:52 smithi157 conmon[41110]: cluster 2024-02-09T20:37:51.311385+0000 mgr.smithi150.owatov (mgr.14180) 789 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:54.307 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:37:54.307 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:37:54.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:54 smithi150 conmon[35634]: cluster 2024-02-09T20:37:53.312138+0000 mgr.smithi150.owatov (mgr.14180) 790 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:54.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:54 smithi157 conmon[41110]: cluster 2024-02-09T20:37:53.312138+0000 mgr.smithi150.owatov (mgr.14180) 790 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:54.885 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:55.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:55 smithi150 conmon[35634]: audit 2024-02-09T20:37:54.301212+0000 mgr.smithi150.owatov (mgr.14180) 791 : audit [DBG] 2024-02-09T20:37:55.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:55 smithi150 conmon[35634]: from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:55.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:55 smithi157 conmon[41110]: audit 2024-02-09T20:37:54.301212+0000 mgr.smithi150.owatov (mgr.14180) 791 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:55.886 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:56.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:56 smithi150 conmon[35634]: cluster 2024-02-09T20:37:55.312976+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:37:56.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:56 smithi150 conmon[35634]: .14180) 792 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:56.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:56 smithi157 conmon[41110]: cluster 2024-02-09T20:37:55.312976+0000 mgr.smithi150.owatov (mgr.14180) 792 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:57.611 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:37:57.611 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:37:58.193 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:58.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:58 smithi150 conmon[35634]: cluster 2024-02-09T20:37:57.313657+0000 mgr.smithi150.owatov (mgr.14180) 793 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:58.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:37:58 smithi150 conmon[35634]: audit 2024-02-09T20:37:57.605554+0000 mgr.smithi150.owatov (mgr.14180) 794 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:58.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:58 smithi157 conmon[41110]: cluster 2024-02-09T20:37:57.313657+0000 mgr.smithi150.owatov (mgr.14180) 793 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:37:58.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:37:58 smithi157 conmon[41110]: audit 2024-02-09T20:37:57.605554+0000 mgr.smithi150.owatov (mgr.14180) 794 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:59.194 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:38:00.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:00 smithi150 conmon[35634]: cluster 2024-02-09T20:37:59.314235+0000 mgr.smithi150.owatov (mgr.14180) 795 : cluster [DBG] 2024-02-09T20:38:00.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:00 smithi150 conmon[35634]: pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:00.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:00 smithi157 conmon[41110]: cluster 2024-02-09T20:37:59.314235+0000 mgr.smithi150.owatov (mgr.14180) 795 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:00.965 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:38:00.966 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:38:01.569 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:38:01.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:01 smithi150 conmon[35634]: audit 2024-02-09T20:38:00.960634+0000 mgr.smithi150.owatov (mgr.14180) 796 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:01.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:01 smithi157 conmon[41110]: audit 2024-02-09T20:38:00.960634+0000 mgr.smithi150.owatov (mgr.14180) 796 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:02.569 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:38:02.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:02 smithi150 conmon[35634]: cluster 2024-02-09T20:38:01.315102+0000 mgr.smithi150.owatov (mgr.14180) 797 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:38:02.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:02 smithi150 conmon[35634]: 2024-02-09T20:38:02.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:02 smithi157 conmon[41110]: cluster 2024-02-09T20:38:01.315102+0000 mgr.smithi150.owatov (mgr.14180) 797 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:38:04.345 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:38:04.345 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:38:04.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:04 smithi150 conmon[35634]: cluster 2024-02-09T20:38:03.315838+0000 mgr.smithi150.owatov (mgr.14180) 798 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:04.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:04 smithi157 conmon[41110]: cluster 2024-02-09T20:38:03.315838+0000 mgr.smithi150.owatov (mgr.14180) 798 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:04.924 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:38:05.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:05 smithi150 conmon[35634]: audit 2024-02-09T20:38:04.339212+0000 mgr.smithi150.owatov (mgr.14180) 799 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:05.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:05 smithi150 conmon[35634]: 2024-02-09T20:38:05.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:05 smithi157 conmon[41110]: audit 2024-02-09T20:38:04.339212+0000 mgr.smithi150.owatov (mgr.14180) 799 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:05.925 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:38:06.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:06 smithi150 conmon[35634]: cluster 2024-02-09T20:38:05.316484+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:38:06.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:06 smithi150 conmon[35634]: .14180) 800 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:06.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:06 smithi157 conmon[41110]: cluster 2024-02-09T20:38:05.316484+0000 mgr.smithi150.owatov (mgr.14180) 800 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:07.651 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:38:07.651 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:38:08.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:38:08.851 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:08 smithi150 conmon[35634]: cluster 2024-02-09T20:38:07.317256+0000 mgr.smithi150.owatov (mgr.14180) 801 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:08.851 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:08 smithi150 conmon[35634]: audit 2024-02-09T20:38:07.645302+0000 mgr.smithi150.owatov (mgr.14180) 802 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:08.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:08 smithi157 conmon[41110]: cluster 2024-02-09T20:38:07.317256+0000 mgr.smithi150.owatov (mgr.14180) 801 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:08.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:08 smithi157 conmon[41110]: audit 2024-02-09T20:38:07.645302+0000 mgr.smithi150.owatov (mgr.14180) 802 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:09.209 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:38:10.721 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:10 smithi150 conmon[35634]: cluster 2024-02-09T20:38:09.317843+0000 mgr.smithi150.owatov (mgr.14180) 803 : cluster [DBG] 2024-02-09T20:38:10.721 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:10 smithi150 conmon[35634]: pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:10.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:10 smithi157 conmon[41110]: cluster 2024-02-09T20:38:09.317843+0000 mgr.smithi150.owatov (mgr.14180) 803 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:11.045 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:38:11.045 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:38:11.607 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:38:11.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:11 smithi150 conmon[35634]: audit 2024-02-09T20:38:11.039881+0000 mgr.smithi150.owatov (mgr.14180) 804 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:11.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:11 smithi157 conmon[41110]: audit 2024-02-09T20:38:11.039881+0000 mgr.smithi150.owatov (mgr.14180) 804 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:12.608 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:38:12.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:12 smithi150 conmon[35634]: cluster 2024-02-09T20:38:11.318607+0000 mgr.smithi150.owatov (mgr.14180) 805 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:38:12.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:12 smithi157 conmon[41110]: cluster 2024-02-09T20:38:11.318607+0000 mgr.smithi150.owatov (mgr.14180) 805 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:38:14.407 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:38:14.407 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:38:14.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:14 smithi150 conmon[35634]: cluster 2024-02-09T20:38:13.319087+0000 mgr.smithi150.owatov (mgr.14180) 806 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:14.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:14 smithi157 conmon[41110]: cluster 2024-02-09T20:38:13.319087+0000 mgr.smithi150.owatov (mgr.14180) 806 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:14.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:38:15.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:15 smithi150 conmon[35634]: audit 2024-02-09T20:38:14.401644+0000 mgr.smithi150.owatov (mgr.14180) 807 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:15.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:15 smithi157 conmon[41110]: audit 2024-02-09T20:38:14.401644+0000 mgr.smithi150.owatov (mgr.14180) 807 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:15.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:15 smithi157 conmon[41110]: 2024-02-09T20:38:15.924 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:38:16.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:16 smithi150 conmon[35634]: cluster 2024-02-09T20:38:15.319729+0000 mgr.smithi150.owatov (mgr.14180) 808 : cluster 2024-02-09T20:38:16.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:16 smithi150 conmon[35634]: [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:16.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:16 smithi157 conmon[41110]: cluster 2024-02-09T20:38:15.319729+0000 mgr.smithi150.owatov (mgr.14180) 808 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:17.753 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:38:17.753 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:38:18.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:38:18.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:18 smithi150 conmon[35634]: cluster 2024-02-09T20:38:17.320436+0000 mgr.smithi150.owatov (mgr.14180) 809 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:18.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:18 smithi150 conmon[35634]: audit 2024-02-09T20:38:17.748072+0000 mgr.smithi150.owatov (mgr.14180) 810 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:18.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:18 smithi157 conmon[41110]: cluster 2024-02-09T20:38:17.320436+0000 mgr.smithi150.owatov (mgr.14180) 809 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:18.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:18 smithi157 conmon[41110]: audit 2024-02-09T20:38:17.748072+0000 mgr.smithi150.owatov ( 2024-02-09T20:38:18.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:18 smithi157 conmon[41110]: mgr.14180) 810 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:19.290 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:38:20.733 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:20 smithi150 conmon[35634]: cluster 2024-02-09T20:38:19.321039+0000 mgr.smithi150.owatov (mgr.14180) 811 : cluster [DBG] 2024-02-09T20:38:20.733 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:20 smithi150 conmon[35634]: pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:20.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:20 smithi157 conmon[41110]: cluster 2024-02-09T20:38:19.321039+0000 mgr.smithi150.owatov (mgr.14180) 811 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:20.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:20 smithi157 conmon[41110]: 2024-02-09T20:38:21.059 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:38:21.060 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:38:21.615 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:38:21.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:21 smithi150 conmon[35634]: audit 2024-02-09T20:38:21.054324+0000 mgr.smithi150.owatov (mgr.14180) 812 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:21.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:21 smithi157 conmon[41110]: audit 2024-02-09T20:38:21.054324+0000 mgr.smithi150.owatov (mgr.14180) 812 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:22.616 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:38:22.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:22 smithi150 conmon[35634]: cluster 2024-02-09T20:38:21.321693+0000 mgr.smithi150.owatov (mgr.14180) 813 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:38:22.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:22 smithi157 conmon[41110]: cluster 2024-02-09T20:38:21.321693+0000 mgr.smithi150.owatov (mgr.14180) 813 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:38:24.374 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:38:24.374 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:38:24.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:24 smithi150 conmon[35634]: cluster 2024-02-09T20:38:23.322279+0000 mgr.smithi150.owatov (mgr.14180) 814 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:24.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:24 smithi157 conmon[41110]: cluster 2024-02-09T20:38:23.322279+0000 mgr.smithi150.owatov (mgr.14180) 814 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:24.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:38:25.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:25 smithi150 conmon[35634]: audit 2024-02-09T20:38:24.368132+0000 mgr.smithi150.owatov (mgr.14180) 815 : audit [DBG] 2024-02-09T20:38:25.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:25 smithi150 conmon[35634]: from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:25.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:25 smithi157 conmon[41110]: audit 2024-02-09T20:38:24.368132+0000 mgr.smithi150.owatov (mgr.14180) 815 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:25.957 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:38:26.765 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:26 smithi150 conmon[35634]: cluster 2024-02-09T20:38:25.322921+0000 mgr.smithi150.owatov (mgr.14180) 816 : cluster [DBG] 2024-02-09T20:38:26.765 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:26 smithi150 conmon[35634]: pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:26.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:26 smithi157 conmon[41110]: cluster 2024-02-09T20:38:25.322921+0000 mgr.smithi150.owatov (mgr.14180) 816 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:27.727 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:38:27.727 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:38:28.288 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:38:28.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:28 smithi150 conmon[35634]: cluster 2024-02-09T20:38:27.323557+0000 mgr.smithi150.owatov (mgr.14180) 817 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:28.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:28 smithi150 conmon[35634]: audit 2024-02-09T20:38:27.722342+0000 mgr.smithi150.owatov (mgr.14180) 818 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:28.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:28 smithi157 conmon[41110]: cluster 2024-02-09T20:38:27.323557+0000 mgr.smithi150.owatov (mgr.14180) 817 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:28.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:28 smithi157 conmon[41110]: audit 2024-02-09T20:38:27.722342+0000 mgr.smithi150.owatov (mgr.14180) 818 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:29.289 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:38:30.735 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:30 smithi150 conmon[35634]: cluster 2024-02-09T20:38:29.324114+0000 mgr.smithi150.owatov (mgr.14180) 819 : cluster 2024-02-09T20:38:30.735 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:30 smithi150 conmon[35634]: [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:30.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:30 smithi157 conmon[41110]: cluster 2024-02-09T20:38:29.324114+0000 mgr.smithi150.owatov (mgr.14180) 819 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:31.064 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:38:31.065 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:38:31.600 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:38:31.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:31 smithi150 conmon[35634]: audit 2024-02-09T20:38:31.059219+0000 mgr.smithi150.owatov (mgr.14180) 820 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:31.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:31 smithi157 conmon[41110]: audit 2024-02-09T20:38:31.059219+0000 mgr.smithi150.owatov (mgr.14180) 820 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:32.601 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:38:32.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:32 smithi150 conmon[35634]: cluster 2024-02-09T20:38:31.325088+0000 mgr.smithi150.owatov (mgr.14180) 821 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:38:32.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:32 smithi157 conmon[41110]: cluster 2024-02-09T20:38:31.325088+0000 mgr.smithi150.owatov (mgr.14180) 821 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:38:34.318 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:38:34.318 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:38:34.589 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:34 smithi150 conmon[35634]: cluster 2024-02-09T20:38:33.325571+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:38:34.590 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:34 smithi150 conmon[35634]: ) 822 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:34.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:34 smithi157 conmon[41110]: cluster 2024-02-09T20:38:33.325571+0000 mgr.smithi150.owatov (mgr.14180) 822 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:34.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:38:35.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:35 smithi150 conmon[35634]: audit 2024-02-09T20:38:34.313293+0000 mgr.smithi150.owatov (mgr.14180) 823 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:35.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:35 smithi157 conmon[41110]: audit 2024-02-09T20:38:34.313293+0000 mgr.smithi150.owatov (mgr.14180) 823 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:35.923 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:38:36.705 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:36 smithi150 conmon[35634]: cluster 2024-02-09T20:38:35.326216+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:38:36.705 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:36 smithi150 conmon[35634]: 824 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:36.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:36 smithi157 conmon[41110]: cluster 2024-02-09T20:38:35.326216+0000 mgr.smithi150.owatov (mgr.14180) 824 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:37.644 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:38:37.645 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:38:38.196 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:38:39.197 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:38:39.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:38 smithi150 conmon[35634]: cluster 2024-02-09T20:38:37.326840+0000 mgr.smithi150.owatov (mgr.14180) 825 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:39.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:38 smithi150 conmon[35634]: audit 2024-02-09T20:38:37.639264+0000 mgr.smithi150.owatov (mgr.14180) 826 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:39.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:38 smithi157 conmon[41110]: cluster 2024-02-09T20:38:37.326840+0000 mgr.smithi150.owatov (mgr.14180) 825 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:39.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:38 smithi157 conmon[41110]: audit 2024-02-09T20:38:39.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:38 smithi157 conmon[41110]: 2024-02-09T20:38:37.639264+0000 mgr.smithi150.owatov (mgr.14180) 826 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:40.971 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:38:40.972 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:38:41.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:40 smithi150 conmon[35634]: cluster 2024-02-09T20:38:39.327463+0000 mgr.smithi150.owatov (mgr.14180) 827 : 2024-02-09T20:38:41.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:40 smithi150 conmon[35634]: cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:41.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:40 smithi157 conmon[41110]: cluster 2024-02-09T20:38:39.327463+0000 mgr.smithi150.owatov (mgr.14180) 827 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:41.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:38:42.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:41 smithi150 conmon[35634]: audit 2024-02-09T20:38:40.966372+0000 mgr.smithi150.owatov (mgr.14180) 828 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:42.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:41 smithi157 conmon[41110]: audit 2024-02-09T20:38:40.966372+0000 mgr.smithi150.owatov (mgr.14180) 828 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:42.565 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:38:43.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:42 smithi150 conmon[35634]: cluster 2024-02-09T20:38:41.328147+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:38:43.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:42 smithi150 conmon[35634]: 829 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:38:43.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:42 smithi157 conmon[41110]: cluster 2024-02-09T20:38:41.328147+0000 mgr.smithi150.owatov (mgr.14180) 829 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:38:44.334 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:38:44.334 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:38:44.879 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:38:45.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:44 smithi150 conmon[35634]: cluster 2024-02-09T20:38:43.328763+0000 mgr.smithi150.owatov (mgr.14180) 830 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:45.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:44 smithi157 conmon[41110]: cluster 2024-02-09T20:38:43.328763+0000 mgr.smithi150.owatov (mgr.14180) 830 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:45.880 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:38:46.320 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:46 smithi150 conmon[35634]: audit 2024-02-09T20:38:44.328498+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:38:46.321 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:46 smithi150 conmon[35634]: 14180) 831 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:46.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:46 smithi157 conmon[41110]: audit 2024-02-09T20:38:44.328498+0000 mgr.smithi150.owatov (mgr.14180) 831 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:47.289 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:47 smithi150 conmon[35634]: cluster 2024-02-09T20:38:45.329352+0000 mgr.smithi150.owatov (mgr.14180) 832 : 2024-02-09T20:38:47.289 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:47 smithi150 conmon[35634]: cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:47.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:47 smithi157 conmon[41110]: cluster 2024-02-09T20:38:45.329352+0000 mgr.smithi150.owatov (mgr.14180) 832 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:47.665 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:38:47.665 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:30:42.007804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.kglwhb on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:38:48.246 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:38:49.247 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:38:49.276 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:49 smithi150 conmon[35634]: cluster 2024-02-09T20:38:47.329995+0000 mgr.smithi150.owatov (mgr.14180) 833 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:49.277 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:49 smithi150 conmon[35634]: audit 2024-02-09T20:38:47.659725+0000 mgr.smithi150.owatov (mgr.14180) 834 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:49.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:49 smithi157 conmon[41110]: cluster 2024-02-09T20:38:47.329995+0000 mgr.smithi150.owatov (mgr.14180) 833 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:49.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:49 smithi157 conmon[41110]: audit 2024-02-09T20:38:47.659725+0000 mgr.smithi150.owatov (mgr.14180) 834 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:50.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: cephadm 2024-02-09T20:38:49.176321+0000 mgr.smithi150.owatov (mgr.14180) 835 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu 2024-02-09T20:38:50.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu 2024-02-09T20:38:50.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu 2024-02-09T20:38:50.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu 2024-02-09T20:38:50.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: Deploy daemon haproxy.nfs.foo.smithi157.ocsqqu ... 2024-02-09T20:38:50.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:38:50.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:38:50.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:36:38Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:38:50.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:37:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:38:50.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:38:08Z" level=warning msg="failed, retrying in 4s ... (3/3). 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-09T20:38:50.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: 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-09T20:38:50.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: 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-09T20:38:50.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:38:50.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: Traceback (most recent call last): 2024-02-09T20:38:50.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:38:50.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: yield (conn, connr) 2024-02-09T20:38:50.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:38:50.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: code, '\n'.join(err))) 2024-02-09T20:38:50.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: 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-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu 2024-02-09T20:38:50.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu 2024-02-09T20:38:50.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu 2024-02-09T20:38:50.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu 2024-02-09T20:38:50.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: Deploy daemon haproxy.nfs.foo.smithi157.ocsqqu ... 2024-02-09T20:38:50.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:38:50.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:38:50.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:36:38Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:38:50.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:37:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:38:50.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:38:08Z" level=warning msg="failed, retrying in 4s ... (3/3). 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-09T20:38:50.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: 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-09T20:38:50.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: 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-09T20:38:50.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:38:50.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: cephadm 2024-02-09T20:38:49.176597+0000 mgr.smithi 2024-02-09T20:38:50.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: 150.owatov (mgr.14180) 836 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi157.ocsqqu 2024-02-09T20:38:50.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: audit 2024-02-09T20:38:49.176952+0000 mon.smithi150 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi157.ocsqqu"}]: dispatch 2024-02-09T20:38:50.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: cephadm 2024-02-09T20:38:49.177707+0000 mgr.smithi150.owatov (mgr.14180) 837 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu 2024-02-09T20:38:50.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu 2024-02-09T20:38:50.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu 2024-02-09T20:38:50.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu 2024-02-09T20:38:50.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: Deploy daemon haproxy.nfs.foo.smithi157.ocsqqu ... 2024-02-09T20:38:50.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:38:50.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:38:50.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:36:38Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:38:50.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:37:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:38:50.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:38:08Z" level=warning msg="failed, retrying in 4s ... (3/3). 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-09T20:38:50.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: 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-09T20:38:50.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: 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-09T20:38:50.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:38:50.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:50 smithi150 conmon[35634]: cephadm 2024-02-09T20:38:49.179366+0000 mgr.smithi150.owatov (mgr.14180) 838 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.qtgbov on smithi150 2024-02-09T20:38:50.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: cephadm 2024-02-09T20:38:49.176321+0000 mgr.smithi150.owatov (mgr.14180) 835 : cephadm 2024-02-09T20:38:50.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu 2024-02-09T20:38:50.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu 2024-02-09T20:38:50.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu 2024-02-09T20:38:50.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu 2024-02-09T20:38:50.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: Deploy daemon haproxy.nfs.foo.smithi157.ocsqqu ... 2024-02-09T20:38:50.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:38:50.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:38:50.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:36:38Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:38:50.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:37:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:38:50.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:38:08Z" level=warning msg="failed, retrying in 4s ... (3/3). 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-09T20:38:50.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: 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-09T20:38:50.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: 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-09T20:38:50.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:38:50.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: Traceback (most recent call last): 2024-02-09T20:38:50.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:38:50.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: yield (conn, connr) 2024-02-09T20:38:50.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:38:50.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: code, '\n'.join(err))) 2024-02-09T20:38:50.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: 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-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu 2024-02-09T20:38:50.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu 2024-02-09T20:38:50.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu 2024-02-09T20:38:50.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu 2024-02-09T20:38:50.386 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: Deploy daemon haproxy.nfs.foo.smithi157.ocsqqu ... 2024-02-09T20:38:50.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:38:50.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:38:50.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:36:38Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:38:50.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:37:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:38:50.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:38:08Z" level=warning msg="failed, retrying in 4s ... (3/3). 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-09T20:38:50.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: 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-09T20:38:50.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: 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-09T20:38:50.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:38:50.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: cephadm 2024-02-09T20:38:49.176597+0000 mgr.smithi150.owatov (mgr.14180) 836 : cephadm [INF] Removing key for client.ingress.nfs.foo.smi 2024-02-09T20:38:50.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: thi157.ocsqqu 2024-02-09T20:38:50.387 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: audit 2024-02-09T20:38:49.176952+0000 mon.smithi150 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi157.ocsqqu"}]: dispatch 2024-02-09T20:38:50.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: cephadm 2024-02-09T20:38:49.177707+0000 mgr.smithi150.owatov (mgr.14180) 837 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu 2024-02-09T20:38:50.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu 2024-02-09T20:38:50.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu 2024-02-09T20:38:50.388 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu 2024-02-09T20:38:50.392 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: Deploy daemon haproxy.nfs.foo.smithi157.ocsqqu ... 2024-02-09T20:38:50.392 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:38:50.392 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:38:50.392 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:36:38Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:38:50.392 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:37:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:38:50.392 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:38:08Z" level=warning msg="failed, retrying in 4s ... (3/3). 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-09T20:38:50.392 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: 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-09T20:38:50.393 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: 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-09T20:38:50.393 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:38:50.393 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:50 smithi157 conmon[41110]: cephadm 2024-02-09T20:38:49.179366+0000 mgr.smithi150.owatov (mgr.14180) 838 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.qtgbov on smithi150 2024-02-09T20:38:50.996 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:38:50.996 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:38:51.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:51 smithi150 conmon[35634]: cluster 2024-02-09T20:38:49.330603+0000 mgr.smithi150.owatov (mgr.14180) 839 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:51.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:51 smithi157 conmon[41110]: cluster 2024-02-09T20:38:49.330603+0000 mgr.smithi150.owatov (mgr.14180) 839 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:51.543 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:38:52.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:52 smithi150 conmon[35634]: audit 2024-02-09T20:38:50.990578+0000 mgr.smithi150.owatov (mgr.14180) 840 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:52.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:52 smithi157 conmon[41110]: audit 2024-02-09T20:38:50.990578+0000 mgr.smithi150.owatov (mgr.14180) 840 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:52.544 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:38:53.295 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:53 smithi150 conmon[35634]: cluster 2024-02-09T20:38:51.331442+0000 mgr.smithi150.owatov (mgr.14180) 841 : 2024-02-09T20:38:53.295 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:53 smithi150 conmon[35634]: cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:38:53.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:53 smithi157 conmon[41110]: cluster 2024-02-09T20:38:51.331442+0000 mgr.smithi150.owatov (mgr.14180) 841 : cluster [DBG] 2024-02-09T20:38:53.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:53 smithi157 conmon[41110]: pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:38:54.245 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:38:54.245 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:38:54.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:38:55.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:55 smithi150 conmon[35634]: cluster 2024-02-09T20:38:53.331960+0000 mgr.smithi150.owatov (mgr.14180) 842 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:55.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:55 smithi157 conmon[41110]: cluster 2024-02-09T20:38:53.331960+0000 mgr.smithi150.owatov (mgr.14180) 842 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:55.793 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:38:56.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:56 smithi150 conmon[35634]: audit 2024-02-09T20:38:54.239138+0000 mgr.smithi150.owatov ( 2024-02-09T20:38:56.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:56 smithi150 conmon[35634]: mgr.14180) 843 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:56.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:56 smithi157 conmon[41110]: audit 2024-02-09T20:38:54.239138+0000 mgr.smithi150.owatov (mgr.14180) 843 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:57.250 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:57 smithi150 conmon[35634]: cluster 2024-02-09T20:38:55.332777+0000 mgr.smithi150.owatov (mgr.14180) 844 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:57.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:57 smithi157 conmon[41110]: cluster 2024-02-09T20:38:55.332777+0000 mgr.smithi150.owatov (mgr.14180) 844 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:57.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:57 smithi157 conmon[41110]: 2024-02-09T20:38:57.593 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:38:57.593 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:38:58.143 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:38:59.144 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:38:59.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:59 smithi150 conmon[35634]: cluster 2024-02-09T20:38:57.333367+0000 mgr.smithi150.owatov (mgr.14180) 845 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:59.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:38:59 smithi150 conmon[35634]: audit 2024-02-09T20:38:57.587229+0000 mgr.smithi150.owatov (mgr.14180) 846 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:38:59.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:59 smithi157 conmon[41110]: cluster 2024-02-09T20:38:57.333367+0000 mgr.smithi150.owatov (mgr.14180) 845 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:38:59.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:38:59 smithi157 conmon[41110]: audit 2024-02-09T20:38:57.587229+0000 mgr.smithi150.owatov (mgr.14180) 846 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:00.882 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:39:00.882 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:39:01.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:01 smithi150 conmon[35634]: cluster 2024-02-09T20:38:59.333927+0000 mgr.smithi150.owatov (mgr.14180) 847 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:01.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:01 smithi157 conmon[41110]: cluster 2024-02-09T20:38:59.333927+0000 mgr.smithi150.owatov (mgr.14180) 847 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:01.500 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:39:02.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:02 smithi150 conmon[35634]: audit 2024-02-09T20:39:00.876206+0000 mgr.smithi150.owatov (mgr.14180) 848 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:02.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:02 smithi157 conmon[41110]: audit 2024-02-09T20:39:00.876206+0000 mgr.smithi150.owatov (mgr.14180) 848 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:02.501 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:39:03.276 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:03 smithi150 conmon[35634]: cluster 2024-02-09T20:39:01.334542+0000 mgr.smithi150.owatov (mgr.14180) 849 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:39:03.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:03 smithi157 conmon[41110]: cluster 2024-02-09T20:39:01.334542+0000 mgr.smithi150.owatov (mgr.14180) 849 : cluster 2024-02-09T20:39:03.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:03 smithi157 conmon[41110]: [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:39:04.235 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:39:04.235 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:39:04.959 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:39:05.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:05 smithi150 conmon[35634]: cluster 2024-02-09T20:39:03.335045+0000 mgr.smithi150.owatov (mgr.14180) 850 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:05.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:05 smithi157 conmon[41110]: cluster 2024-02-09T20:39:03.335045+0000 mgr.smithi150.owatov (mgr.14180) 850 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:05.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:05 smithi157 conmon[41110]: 2024-02-09T20:39:05.960 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:39:06.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:06 smithi150 conmon[35634]: audit 2024-02-09T20:39:04.229696+0000 mgr.smithi150.owatov (mgr.14180) 851 : audit 2024-02-09T20:39:06.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:06 smithi150 conmon[35634]: [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:06.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:06 smithi157 conmon[41110]: audit 2024-02-09T20:39:04.229696+0000 mgr.smithi150.owatov (mgr.14180) 851 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:07.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:07 smithi150 conmon[35634]: cluster 2024-02-09T20:39:05.335897+0000 mgr.smithi150.owatov (mgr.14180) 852 : 2024-02-09T20:39:07.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:07 smithi150 conmon[35634]: cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:07.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:07 smithi157 conmon[41110]: cluster 2024-02-09T20:39:05.335897+0000 mgr.smithi150.owatov (mgr.14180) 852 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:07.760 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:39:07.761 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:39:08.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:39:09.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:09 smithi150 conmon[35634]: cluster 2024-02-09T20:39:07.336578+0000 mgr.smithi150.owatov (mgr.14180) 853 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:09.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:09 smithi150 conmon[35634]: audit 2024-02-09T20:39:07.755261+0000 mgr.smithi150.owatov (mgr.14180) 854 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:09.351 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:39:09.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:09 smithi157 conmon[41110]: cluster 2024-02-09T20:39:07.336578+0000 mgr.smithi150.owatov (mgr.14180) 853 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:09.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:09 smithi157 conmon[41110]: audit 2024-02-09T20:39:07.755261+0000 mgr.smithi150.owatov (mgr.14180) 854 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:11.100 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:39:11.101 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:39:11.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:11 smithi150 conmon[35634]: cluster 2024-02-09T20:39:09.337233+0000 mgr.smithi150.owatov (mgr.14180) 855 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:11.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:11 smithi157 conmon[41110]: cluster 2024-02-09T20:39:09.337233+0000 mgr.smithi150.owatov (mgr.14180) 855 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:11.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:39:12.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:12 smithi150 conmon[35634]: audit 2024-02-09T20:39:11.094773+0000 mgr.smithi150.owatov (mgr.14180) 856 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:12.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:12 smithi157 conmon[41110]: audit 2024-02-09T20:39:11.094773+0000 mgr.smithi150.owatov (mgr.14180) 856 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:12.642 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:39:13.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:13 smithi150 conmon[35634]: cluster 2024-02-09T20:39:11.337919+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:39:13.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:13 smithi150 conmon[35634]: ) 857 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:39:13.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:13 smithi157 conmon[41110]: cluster 2024-02-09T20:39:11.337919+0000 mgr.smithi150.owatov (mgr.14180) 857 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:39:14.366 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:39:14.367 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:39:14.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:39:15.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:15 smithi150 conmon[35634]: cluster 2024-02-09T20:39:13.338730+0000 mgr.smithi150.owatov (mgr.14180) 858 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:15.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:15 smithi157 conmon[41110]: cluster 2024-02-09T20:39:13.338730+0000 mgr.smithi150.owatov (mgr.14180) 858 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:15.942 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:39:16.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:16 smithi150 conmon[35634]: audit 2024-02-09T20:39:14.361046+0000 mgr.smithi150.owatov (mgr.14180) 859 : audit 2024-02-09T20:39:16.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:16 smithi150 conmon[35634]: [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:16.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:16 smithi157 conmon[41110]: audit 2024-02-09T20:39:14.361046+0000 mgr.smithi150.owatov (mgr.14180) 859 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:17.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:17 smithi150 conmon[35634]: cluster 2024-02-09T20:39:15.339480+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:39:17.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:17 smithi150 conmon[35634]: 14180) 860 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:17.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:17 smithi157 conmon[41110]: cluster 2024-02-09T20:39:15.339480+0000 mgr.smithi150.owatov (mgr.14180) 860 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:17.696 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:39:17.696 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:39:18.283 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:39:19.284 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:39:19.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:19 smithi157 conmon[41110]: cluster 2024-02-09T20:39:17.340042+0000 mgr.smithi150.owatov (mgr.14180) 861 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:19.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:19 smithi157 conmon[41110]: audit 2024-02-09T20:39:17.690997+0000 mgr.smithi150.owatov (mgr.14180) 862 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:19.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:19 smithi150 conmon[35634]: cluster 2024-02-09T20:39:17.340042+0000 mgr.smithi150.owatov (mgr.14180) 861 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:19.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:19 smithi150 conmon[35634]: audit 2024-02-09T20:39:17.690997+0000 mgr.smithi150.owatov (mgr.14180) 862 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:21.040 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:39:21.040 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:39:21.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:21 smithi150 conmon[35634]: cluster 2024-02-09T20:39:19.340666+0000 mgr.smithi150.owatov (mgr.14180) 863 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:21.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:21 smithi157 conmon[41110]: cluster 2024-02-09T20:39:19.340666+0000 mgr.smithi150.owatov (mgr.14180) 863 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:21.607 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:39:22.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:22 smithi157 conmon[41110]: audit 2024-02-09T20:39:21.034423+0000 mgr.smithi150.owatov (mgr.14180) 864 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:22.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:22 smithi150 conmon[35634]: audit 2024-02-09T20:39:21.034423+0000 mgr.smithi150.owatov (mgr.14180) 864 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:22.607 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:39:23.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:23 smithi150 conmon[35634]: cluster 2024-02-09T20:39:21.341330+0000 mgr.smithi150.owatov (mgr.14180) 865 2024-02-09T20:39:23.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:23 smithi150 conmon[35634]: : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:39:23.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:23 smithi157 conmon[41110]: cluster 2024-02-09T20:39:21.341330+0000 mgr.smithi150.owatov (mgr.14180) 865 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:39:24.367 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:39:24.368 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:39:24.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:39:25.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:25 smithi150 conmon[35634]: cluster 2024-02-09T20:39:23.341825+0000 mgr.smithi150.owatov (mgr.14180) 866 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:25.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:25 smithi157 conmon[41110]: cluster 2024-02-09T20:39:23.341825+0000 mgr.smithi150.owatov (mgr.14180) 866 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:25.966 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:39:26.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:26 smithi150 conmon[35634]: audit 2024-02-09T20:39:24.362375+0000 2024-02-09T20:39:26.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:26 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14180) 867 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:26.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:26 smithi157 conmon[41110]: audit 2024-02-09T20:39:24.362375+0000 mgr.smithi150.owatov (mgr.14180) 867 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:27.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:27 smithi157 conmon[41110]: cluster 2024-02-09T20:39:25.342774+0000 mgr.smithi150.owatov (mgr.14180) 868 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:27.416 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:27 smithi150 conmon[35634]: cluster 2024-02-09T20:39:25.342774+0000 2024-02-09T20:39:27.416 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:27 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14180) 868 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:27.807 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:39:27.808 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:39:28.407 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:39:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:29 smithi157 conmon[41110]: cluster 2024-02-09T20:39:27.343333+0000 mgr.smithi150.owatov (mgr.14180) 869 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:29 smithi157 conmon[41110]: audit 2024-02-09T20:39:27.802195+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:39:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:29 smithi157 conmon[41110]: 14180) 870 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:29.409 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:39:29.441 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:29 smithi150 conmon[35634]: cluster 2024-02-09T20:39:27.343333+0000 mgr.smithi150.owatov (mgr.14180) 869 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:29.441 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:29 smithi150 conmon[35634]: audit 2024-02-09T20:39:27.802195+0000 mgr.smithi150.owatov (mgr.14180) 870 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:31.192 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:39:31.192 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:39:31.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:31 smithi157 conmon[41110]: cluster 2024-02-09T20:39:29.344315+0000 mgr.smithi150.owatov (mgr.14180) 871 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:31.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:31 smithi150 conmon[35634]: cluster 2024-02-09T20:39:29.344315+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:39:31.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:31 smithi150 conmon[35634]: ) 871 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:31.738 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:39:32.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:32 smithi150 conmon[35634]: audit 2024-02-09T20:39:31.186502+0000 mgr.smithi150.owatov (mgr.14180) 872 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:32.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:32 smithi157 conmon[41110]: audit 2024-02-09T20:39:31.186502+0000 mgr.smithi150.owatov (mgr.14180) 872 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:32.739 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:39:33.540 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:33 smithi150 conmon[35634]: cluster 2024-02-09T20:39:31.345179+0000 mgr.smithi150.owatov (mgr.14180) 873 2024-02-09T20:39:33.540 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:33 smithi150 conmon[35634]: : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:39:33.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:33 smithi157 conmon[41110]: cluster 2024-02-09T20:39:31.345179+0000 mgr.smithi150.owatov (mgr.14180) 873 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:39:34.471 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:39:34.472 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:39:35.005 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:39:35.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:35 smithi150 conmon[35634]: cluster 2024-02-09T20:39:33.345698+0000 mgr.smithi150.owatov (mgr.14180) 874 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:35.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:35 smithi157 conmon[41110]: cluster 2024-02-09T20:39:33.345698+0000 mgr.smithi150.owatov (mgr.14180) 874 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:36.007 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:39:36.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:36 smithi150 conmon[35634]: audit 2024-02-09T20:39:34.466367+0000 mgr.smithi150.owatov (mgr.14180) 875 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:36.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:36 smithi157 conmon[41110]: audit 2024-02-09T20:39:34.466367+0000 mgr.smithi150.owatov (mgr.14180) 875 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:37.414 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:37 smithi150 conmon[35634]: cluster 2024-02-09T20:39:35.346451+0000 mgr.smithi150.owatov (mgr.14180) 876 : cluster 2024-02-09T20:39:37.415 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:37 smithi150 conmon[35634]: [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:37.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:37 smithi157 conmon[41110]: cluster 2024-02-09T20:39:35.346451+0000 mgr.smithi150.owatov (mgr.14180) 876 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:37.798 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:39:37.799 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:39:38.380 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:39:39.381 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:39:39.411 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:39 smithi150 conmon[35634]: cluster 2024-02-09T20:39:37.347025+0000 mgr.smithi150.owatov (mgr.14180) 877 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:39.411 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:39 smithi150 conmon[35634]: audit 2024-02-09T20:39:37.793505+0000 mgr.smithi150.owatov (mgr.14180) 878 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:39.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:39 smithi157 conmon[41110]: cluster 2024-02-09T20:39:37.347025+0000 mgr.smithi150.owatov (mgr.14180) 877 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:39.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:39 smithi157 conmon[41110]: audit 2024-02-09T20:39:37.793505+0000 mgr.smithi150.owatov (mgr.14180) 878 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:41.122 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:39:41.122 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:39:41.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:41 smithi150 conmon[35634]: cluster 2024-02-09T20:39:39.347868+0000 mgr.smithi150.owatov ( 2024-02-09T20:39:41.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:41 smithi150 conmon[35634]: mgr.14180) 879 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:41.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:41 smithi157 conmon[41110]: cluster 2024-02-09T20:39:39.347868+0000 mgr.smithi150.owatov (mgr.14180) 879 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:41.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:39:42.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:42 smithi150 conmon[35634]: audit 2024-02-09T20:39:41.116195+0000 mgr.smithi150.owatov (mgr.14180) 880 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:42.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:42 smithi157 conmon[41110]: audit 2024-02-09T20:39:41.116195+0000 mgr.smithi150.owatov (mgr.14180) 880 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:42.746 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:39:43.521 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:43 smithi150 conmon[35634]: cluster 2024-02-09T20:39:41.348541+0000 mgr.smithi150.owatov (mgr.14180) 881 : cluster 2024-02-09T20:39:43.522 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:43 smithi150 conmon[35634]: [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:39:43.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:43 smithi157 conmon[41110]: cluster 2024-02-09T20:39:41.348541+0000 mgr.smithi150.owatov (mgr.14180) 881 : cluster [DBG] 2024-02-09T20:39:43.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:43 smithi157 conmon[41110]: pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:39:44.478 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:39:44.478 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:39:45.063 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:39:45.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:45 smithi150 conmon[35634]: cluster 2024-02-09T20:39:43.349073+0000 mgr.smithi150.owatov (mgr.14180) 882 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:45.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:45 smithi157 conmon[41110]: cluster 2024-02-09T20:39:43.349073+0000 mgr.smithi150.owatov (mgr.14180) 882 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:46.064 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:39:46.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:46 smithi150 conmon[35634]: audit 2024-02-09T20:39:44.473008+0000 mgr.smithi150.owatov (mgr.14180) 883 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:46.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:46 smithi157 conmon[41110]: audit 2024-02-09T20:39:44.473008+0000 mgr.smithi150.owatov (mgr.14180) 883 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:47.460 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:47 smithi150 conmon[35634]: cluster 2024-02-09T20:39:45.349995+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:39:47.460 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:47 smithi150 conmon[35634]: 14180) 884 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:47.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:47 smithi157 conmon[41110]: cluster 2024-02-09T20:39:45.349995+0000 mgr.smithi150.owatov (mgr.14180) 884 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:47.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:47 smithi157 conmon[41110]: 2024-02-09T20:39:47.767 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:39:47.767 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:39:48.329 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:39:49.330 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:39:49.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:49 smithi150 conmon[35634]: cluster 2024-02-09T20:39:47.350538+0000 mgr.smithi150.owatov (mgr.14180) 885 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:49.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:49 smithi150 conmon[35634]: audit 2024-02-09T20:39:47.761959+0000 mgr.smithi150.owatov (mgr.14180) 886 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:49.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:49 smithi157 conmon[41110]: cluster 2024-02-09T20:39:47.350538+0000 mgr.smithi150.owatov (mgr.14180) 885 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:49.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:49 smithi157 conmon[41110]: audit 2024-02-09T20:39:47.761959+0000 mgr.smithi150.owatov (mgr.14180) 886 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:51.199 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:39:51.199 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:39:51.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:51 smithi150 conmon[35634]: cluster 2024-02-09T20:39:49.351148+0000 mgr.smithi150.owatov (mgr.14180) 887 : cluster [DBG] 2024-02-09T20:39:51.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:51 smithi150 conmon[35634]: pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:51.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:51 smithi157 conmon[41110]: cluster 2024-02-09T20:39:49.351148+0000 mgr.smithi150.owatov (mgr.14180) 887 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:51.793 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:39:52.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:52 smithi150 conmon[35634]: audit 2024-02-09T20:39:51.193617+0000 mgr.smithi150.owatov (mgr.14180) 888 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:52.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:52 smithi150 conmon[35634]: 2024-02-09T20:39:52.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:52 smithi157 conmon[41110]: audit 2024-02-09T20:39:51.193617+0000 mgr.smithi150.owatov (mgr.14180) 888 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:52.794 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:39:53.595 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:53 smithi150 conmon[35634]: cluster 2024-02-09T20:39:51.352099+0000 mgr.smithi150.owatov (mgr.14180) 889 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:39:53.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:53 smithi157 conmon[41110]: cluster 2024-02-09T20:39:51.352099+0000 mgr.smithi150.owatov (mgr.14180) 889 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:39:54.594 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:39:54.594 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:39:55.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:39:55.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:55 smithi150 conmon[35634]: cluster 2024-02-09T20:39:53.352732+0000 mgr.smithi150.owatov (mgr.14180) 890 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:55.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:55 smithi157 conmon[41110]: cluster 2024-02-09T20:39:53.352732+0000 mgr.smithi150.owatov (mgr.14180) 890 : cluster [DBG] 2024-02-09T20:39:55.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:55 smithi157 conmon[41110]: pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:56.127 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:39:56.569 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:56 smithi150 conmon[35634]: audit 2024-02-09T20:39:54.587860+0000 mgr.smithi150.owatov ( 2024-02-09T20:39:56.569 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:56 smithi150 conmon[35634]: mgr.14180) 891 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:56.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:56 smithi157 conmon[41110]: audit 2024-02-09T20:39:54.587860+0000 mgr.smithi150.owatov (mgr.14180) 891 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:57.478 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:57 smithi150 conmon[35634]: cluster 2024-02-09T20:39:55.353565+0000 mgr.smithi150.owatov (mgr.14180) 892 : cluster 2024-02-09T20:39:57.479 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:57 smithi150 conmon[35634]: [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:57.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:57 smithi157 conmon[41110]: cluster 2024-02-09T20:39:55.353565+0000 mgr.smithi150.owatov (mgr.14180) 892 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:57.876 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:39:57.876 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:39:58.469 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:39:59.470 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:39:59.501 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:59 smithi150 conmon[35634]: cluster 2024-02-09T20:39:57.354366+0000 mgr.smithi150.owatov (mgr.14180) 893 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:59.501 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:39:59 smithi150 conmon[35634]: audit 2024-02-09T20:39:57.871117+0000 mgr.smithi150.owatov (mgr.14180) 894 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:39:59.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:59 smithi157 conmon[41110]: cluster 2024-02-09T20:39:57.354366+0000 mgr.smithi150.owatov (mgr.14180) 893 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:39:59.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:39:59 smithi157 conmon[41110]: audit 2024-02-09T20:39:57.871117+0000 mgr.smithi150.owatov (mgr.14180) 894 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:00.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:00 smithi150 conmon[35634]: cluster 2024-02-09T20:40:00.000116+0000 mon.smithi150 (mon.0) 734 : cluster [INF] overall HEALTH_OK 2024-02-09T20:40:00.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:00 smithi157 conmon[41110]: cluster 2024-02-09T20:40:00.000116+0000 mon.smithi150 (mon.0) 734 : cluster [INF] overall HEALTH_OK 2024-02-09T20:40:01.258 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:40:01.258 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:40:01.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:01 smithi150 conmon[35634]: cluster 2024-02-09T20:39:59.355162+0000 mgr.smithi150.owatov (mgr.14180) 895 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:01.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:01 smithi157 conmon[41110]: cluster 2024-02-09T20:39:59.355162+0000 mgr.smithi150.owatov (mgr.14180) 895 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:01.876 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:40:02.877 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:40:03.503 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:03 smithi150 conmon[35634]: audit 2024-02-09T20:40:01.252281+0000 mgr.smithi150.owatov (mgr.14180) 896 : audit 2024-02-09T20:40:03.503 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:03 smithi150 conmon[35634]: [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:03.503 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:03 smithi150 conmon[35634]: cluster 2024-02-09T20:40:01.355933+0000 mgr.smithi150.owatov (mgr.14180) 897 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:40:03.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:03 smithi157 conmon[41110]: audit 2024-02-09T20:40:01.252281+0000 mgr.smithi150.owatov (mgr.14180) 896 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:03.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:03 smithi157 conmon[41110]: cluster 2024-02-09T20:40:03.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:03 smithi157 conmon[41110]: 2024-02-09T20:40:01.355933+0000 mgr.smithi150.owatov (mgr.14180) 897 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:40:04.640 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:40:04.640 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:40:05.217 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:40:05.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:05 smithi150 conmon[35634]: cluster 2024-02-09T20:40:03.356472+0000 mgr.smithi150.owatov (mgr.14180) 898 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:05.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:05 smithi157 conmon[41110]: cluster 2024-02-09T20:40:03.356472+0000 mgr.smithi150.owatov (mgr.14180) 898 : cluster [DBG] 2024-02-09T20:40:05.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:05 smithi157 conmon[41110]: pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:06.219 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:40:06.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:06 smithi150 conmon[35634]: audit 2024-02-09T20:40:04.634747+0000 mgr.smithi150.owatov (mgr.14180) 899 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:06.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:06 smithi157 conmon[41110]: audit 2024-02-09T20:40:04.634747+0000 mgr.smithi150.owatov (mgr.14180) 899 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:07.553 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:07 smithi150 conmon[35634]: cluster 2024-02-09T20:40:05.357051+0000 mgr.smithi150.owatov (mgr.14180) 900 : cluster [DBG] 2024-02-09T20:40:07.553 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:07 smithi150 conmon[35634]: pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:07.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:07 smithi157 conmon[41110]: cluster 2024-02-09T20:40:05.357051+0000 mgr.smithi150.owatov (mgr.14180) 900 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:07.936 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:40:07.936 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:40:08.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:40:09.476 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:40:09.508 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:09 smithi150 conmon[35634]: cluster 2024-02-09T20:40:07.357726+0000 mgr.smithi150.owatov (mgr.14180) 901 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:09.508 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:09 smithi150 conmon[35634]: audit 2024-02-09T20:40:07.930496+0000 mgr.smithi150.owatov (mgr.14180) 902 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:09.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:09 smithi157 conmon[41110]: cluster 2024-02-09T20:40:07.357726+0000 mgr.smithi150.owatov (mgr.14180) 901 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:09.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:09 smithi157 conmon[41110]: audit 2024-02-09T20:40:07.930496+0000 mgr.smithi150.owatov (mgr.14180) 902 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:11.328 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:40:11.328 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:40:11.493 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:11 smithi150 conmon[35634]: cluster 2024-02-09T20:40:09.358613+0000 mgr.smithi150.owatov (mgr.14180) 903 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:11.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:11 smithi157 conmon[41110]: cluster 2024-02-09T20:40:09.358613+0000 mgr.smithi150.owatov (mgr.14180) 903 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:11.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:40:12.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:12 smithi150 conmon[35634]: audit 2024-02-09T20:40:11.322356+0000 mgr.smithi150.owatov (mgr.14180) 904 : audit 2024-02-09T20:40:12.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:12 smithi150 conmon[35634]: [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:12.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:12 smithi150 conmon[35634]: cluster 2024-02-09T20:40:11.359478+0000 mgr.smithi150.owatov (mgr.14180) 905 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:40:12.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:12 smithi157 conmon[41110]: audit 2024-02-09T20:40:11.322356+0000 mgr.smithi150.owatov (mgr.14180) 904 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:12.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:12 smithi157 conmon[41110]: cluster 2024-02-09T20:40:11.359478+0000 mgr.smithi150.owatov (mgr.14180) 905 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:40:12.893 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:40:14.624 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:40:14.624 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:40:14.739 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:14 smithi157 conmon[41110]: cluster 2024-02-09T20:40:13.360109+0000 mgr.smithi150.owatov (mgr.14180) 906 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:14.759 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:14 smithi150 conmon[35634]: cluster 2024-02-09T20:40:13.360109+0000 mgr.smithi150.owatov (mgr.14180) 906 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:15.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:40:15.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:15 smithi150 conmon[35634]: audit 2024-02-09T20:40:14.618483+0000 mgr.smithi150.owatov (mgr.14180) 907 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:15.883 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:15 smithi157 conmon[41110]: audit 2024-02-09T20:40:14.618483+0000 mgr.smithi150.owatov (mgr.14180) 907 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:16.142 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:40:16.566 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:16 smithi150 conmon[35634]: cluster 2024-02-09T20:40:15.360776+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:40:16.566 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:16 smithi150 conmon[35634]: .14180) 908 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:16.884 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:16 smithi157 conmon[41110]: cluster 2024-02-09T20:40:15.360776+0000 mgr.smithi150.owatov (mgr.14180) 908 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:17.892 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:40:17.892 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:40:18.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:40:19.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:19 smithi150 conmon[35634]: cluster 2024-02-09T20:40:17.361398+0000 mgr.smithi150.owatov (mgr.14180) 909 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:19.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:19 smithi150 conmon[35634]: audit 2024-02-09T20:40:17.886373+0000 mgr.smithi150.owatov (mgr.14180) 910 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:19.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:19 smithi157 conmon[41110]: cluster 2024-02-09T20:40:17.361398+0000 mgr.smithi150.owatov (mgr.14180) 909 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:19.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:19 smithi157 conmon[41110]: audit 2024-02-09T20:40:19.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:19 smithi157 conmon[41110]: 2024-02-09T20:40:17.886373+0000 mgr.smithi150.owatov (mgr.14180) 910 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:19.501 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:40:21.267 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:40:21.267 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:40:21.295 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:21 smithi150 conmon[35634]: cluster 2024-02-09T20:40:19.362231+0000 mgr.smithi150.owatov (mgr.14180) 911 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:21.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:21 smithi157 conmon[41110]: cluster 2024-02-09T20:40:19.362231+0000 mgr.smithi150.owatov (mgr.14180) 911 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:21.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:40:22.840 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:40:23.266 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:23 smithi150 conmon[35634]: audit 2024-02-09T20:40:21.261051+0000 2024-02-09T20:40:23.266 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:23 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14180) 912 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:23.266 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:23 smithi150 conmon[35634]: cluster 2024-02-09T20:40:21.363137+0000 mgr.smithi150.owatov (mgr.14180) 913 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:40:23.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:23 smithi157 conmon[41110]: audit 2024-02-09T20:40:21.261051+0000 mgr.smithi150.owatov (mgr.14180) 912 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:23.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:23 smithi157 conmon[41110]: cluster 2024-02-09T20:40:21.363137+0000 mgr.smithi150.owatov (mgr.14180) 913 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:40:24.636 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:40:24.637 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:40:25.336 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:25 smithi150 conmon[35634]: cluster 2024-02-09T20:40:23.363932+0000 mgr.smithi150.owatov (mgr.14180) 914 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:25.359 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:40:25.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:25 smithi157 conmon[41110]: cluster 2024-02-09T20:40:23.363932+0000 mgr.smithi150.owatov (mgr.14180) 914 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:26.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:26 smithi150 conmon[35634]: audit 2024-02-09T20:40:24.631298+0000 mgr.smithi150.owatov (mgr.14180) 915 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:26.360 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:40:26.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:26 smithi157 conmon[41110]: audit 2024-02-09T20:40:24.631298+0000 mgr.smithi150.owatov (mgr.14180) 915 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:27.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:27 smithi150 conmon[35634]: cluster 2024-02-09T20:40:25.364599+0000 mgr.smithi150.owatov (mgr.14180) 916 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:27.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:27 smithi157 conmon[41110]: cluster 2024-02-09T20:40:25.364599+0000 mgr.smithi150.owatov (mgr.14180) 916 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:28.169 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:40:28.170 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:40:28.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:40:29.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:29 smithi150 conmon[35634]: cluster 2024-02-09T20:40:27.365138+0000 mgr.smithi150.owatov (mgr.14180) 917 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:29.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:29 smithi150 conmon[35634]: audit 2024-02-09T20:40:28.163677+0000 mgr.smithi150.owatov (mgr.14180) 918 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:29 smithi157 conmon[41110]: cluster 2024-02-09T20:40:27.365138+0000 mgr.smithi150.owatov (mgr.14180) 917 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:29 smithi157 conmon[41110]: audit 2024-02-09T20:40:28.163677+0000 mgr.smithi150.owatov (mgr.14180) 918 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:29.700 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:40:31.175 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:31 smithi150 conmon[35634]: cluster 2024-02-09T20:40:29.366016+0000 mgr.smithi150.owatov (mgr.14180) 919 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:31.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:31 smithi157 conmon[41110]: cluster 2024-02-09T20:40:29.366016+0000 mgr.smithi150.owatov (mgr.14180) 919 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:31.521 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:40:31.521 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:40:32.138 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:40:33.139 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:40:33.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:33 smithi150 conmon[35634]: cluster 2024-02-09T20:40:31.366718+0000 mgr.smithi150.owatov (mgr.14180) 920 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:40:33.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:33 smithi150 conmon[35634]: audit 2024-02-09T20:40:31.515511+0000 mgr.smithi150.owatov (mgr.14180) 921 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:33.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:33 smithi157 conmon[41110]: cluster 2024-02-09T20:40:31.366718+0000 mgr.smithi150.owatov (mgr.14180) 920 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:40:33.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:33 smithi157 conmon[41110]: audit 2024-02-09T20:40:33.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:33 smithi157 conmon[41110]: 2024-02-09T20:40:31.515511+0000 mgr.smithi150.owatov (mgr.14180) 921 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:34.889 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:40:34.889 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:40:35.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:35 smithi150 conmon[35634]: cluster 2024-02-09T20:40:33.367340+0000 mgr.smithi150.owatov (mgr.14180) 922 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:35.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:35 smithi157 conmon[41110]: cluster 2024-02-09T20:40:33.367340+0000 mgr.smithi150.owatov (mgr.14180) 922 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:35.498 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:40:36.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:36 smithi150 conmon[35634]: audit 2024-02-09T20:40:34.883149+0000 mgr.smithi150.owatov (mgr.14180) 923 : audit [DBG] 2024-02-09T20:40:36.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:36 smithi150 conmon[35634]: from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:36.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:36 smithi157 conmon[41110]: audit 2024-02-09T20:40:34.883149+0000 mgr.smithi150.owatov (mgr.14180) 923 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:36.499 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:40:37.347 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:37 smithi150 conmon[35634]: cluster 2024-02-09T20:40:35.368123+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:40:37.347 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:37 smithi150 conmon[35634]: 924 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:37.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:37 smithi157 conmon[41110]: cluster 2024-02-09T20:40:35.368123+0000 mgr.smithi150.owatov (mgr.14180) 924 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:38.290 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:40:38.290 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:40:38.871 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:40:39.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:39 smithi150 conmon[35634]: cluster 2024-02-09T20:40:37.368832+0000 mgr.smithi150.owatov (mgr.14180) 925 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:39.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:39 smithi157 conmon[41110]: cluster 2024-02-09T20:40:37.368832+0000 mgr.smithi150.owatov (mgr.14180) 925 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:39.872 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:40:40.304 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:40 smithi150 conmon[35634]: audit 2024-02-09T20:40:38.284837 2024-02-09T20:40:40.304 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:40 smithi150 conmon[35634]: +0000 mgr.smithi150.owatov (mgr.14180) 926 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:40.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:40 smithi157 conmon[41110]: audit 2024-02-09T20:40:38.284837+0000 mgr.smithi150.owatov (mgr.14180) 926 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:41.325 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:41 smithi150 conmon[35634]: cluster 2024-02-09T20:40:39.369387+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:40:41.325 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:41 smithi150 conmon[35634]: ) 927 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:41.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:41 smithi157 conmon[41110]: cluster 2024-02-09T20:40:39.369387+0000 mgr.smithi150.owatov (mgr.14180) 927 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:41.657 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:40:41.657 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:40:42.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:40:43.253 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:40:43.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:43 smithi150 conmon[35634]: cluster 2024-02-09T20:40:41.370139+0000 mgr.smithi150.owatov (mgr.14180) 928 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:40:43.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:43 smithi150 conmon[35634]: audit 2024-02-09T20:40:41.652023+0000 mgr.smithi150.owatov (mgr.14180) 929 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:43.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:43 smithi157 conmon[41110]: cluster 2024-02-09T20:40:41.370139+0000 mgr.smithi150.owatov (mgr.14180) 928 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:40:43.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:43 smithi157 conmon[41110]: audit 2024-02-09T20:40:43.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:43 smithi157 conmon[41110]: 2024-02-09T20:40:41.652023+0000 mgr.smithi150.owatov (mgr.14180) 929 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:45.010 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:40:45.010 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:40:45.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:45 smithi150 conmon[35634]: cluster 2024-02-09T20:40:43.370741+0000 mgr.smithi150.owatov (mgr.14180) 930 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:45.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:45 smithi157 conmon[41110]: cluster 2024-02-09T20:40:43.370741+0000 mgr.smithi150.owatov (mgr.14180) 930 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:45.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:40:46.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:46 smithi150 conmon[35634]: audit 2024-02-09T20:40:45.005019+0000 mgr.smithi150.owatov (mgr.14180) 931 2024-02-09T20:40:46.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:46 smithi150 conmon[35634]: : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:46.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:46 smithi157 conmon[41110]: audit 2024-02-09T20:40:45.005019+0000 mgr.smithi150.owatov (mgr.14180) 931 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:46.605 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:40:47.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:47 smithi150 conmon[35634]: cluster 2024-02-09T20:40:45.371345+0000 mgr.smithi150.owatov 2024-02-09T20:40:47.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:47 smithi150 conmon[35634]: (mgr.14180) 932 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:47.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:47 smithi157 conmon[41110]: cluster 2024-02-09T20:40:45.371345+0000 mgr.smithi150.owatov (mgr.14180) 932 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:48.356 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:40:48.356 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:40:48.955 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:40:49.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:49 smithi150 conmon[35634]: cluster 2024-02-09T20:40:47.372121+0000 mgr.smithi150.owatov (mgr.14180) 933 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:49.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:49 smithi157 conmon[41110]: cluster 2024-02-09T20:40:47.372121+0000 mgr.smithi150.owatov (mgr.14180) 933 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:49.956 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:40:50.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:50 smithi150 conmon[35634]: audit 2024-02-09T20:40:48.351050+0000 mgr.smithi150.owatov (mgr.14180) 934 2024-02-09T20:40:50.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:50 smithi150 conmon[35634]: : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:50.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:50 smithi157 conmon[41110]: audit 2024-02-09T20:40:48.351050+0000 mgr.smithi150.owatov (mgr.14180) 934 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:51.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:51 smithi150 conmon[35634]: cluster 2024-02-09T20:40:49.372715+0000 mgr.smithi150.owatov ( 2024-02-09T20:40:51.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:51 smithi150 conmon[35634]: mgr.14180) 935 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:51.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:51 smithi157 conmon[41110]: cluster 2024-02-09T20:40:49.372715+0000 mgr.smithi150.owatov (mgr.14180) 935 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:51.725 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:40:51.726 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:40:52.320 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:40:53.321 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:40:53.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:53 smithi150 conmon[35634]: cluster 2024-02-09T20:40:51.373400+0000 mgr.smithi150.owatov (mgr.14180) 936 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:40:53.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:53 smithi150 conmon[35634]: audit 2024-02-09T20:40:51.720577+0000 mgr.smithi150.owatov (mgr.14180) 937 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:53.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:53 smithi157 conmon[41110]: cluster 2024-02-09T20:40:51.373400+0000 mgr.smithi150.owatov (mgr.14180) 936 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:40:53.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:53 smithi157 conmon[41110]: audit 2024-02-09T20:40:51.720577+0000 mgr.smithi150.owatov (mgr.14180) 937 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:55.071 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:40:55.071 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:40:55.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:55 smithi150 conmon[35634]: cluster 2024-02-09T20:40:53.373996+0000 mgr.smithi150.owatov (mgr.14180) 938 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:55.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:55 smithi157 conmon[41110]: cluster 2024-02-09T20:40:53.373996+0000 mgr.smithi150.owatov (mgr.14180) 938 : cluster [DBG] 2024-02-09T20:40:55.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:55 smithi157 conmon[41110]: pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:55.635 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:40:56.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:56 smithi150 conmon[35634]: audit 2024-02-09T20:40:55.065656+0000 mgr.smithi150.owatov (mgr.14180) 939 : audit [DBG] 2024-02-09T20:40:56.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:56 smithi150 conmon[35634]: from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:56.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:56 smithi157 conmon[41110]: audit 2024-02-09T20:40:55.065656+0000 mgr.smithi150.owatov (mgr.14180) 939 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:40:56.636 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:40:57.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:57 smithi157 conmon[41110]: cluster 2024-02-09T20:40:55.374600+0000 mgr.smithi150.owatov (mgr.14180) 940 : cluster [DBG] 2024-02-09T20:40:57.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:57 smithi157 conmon[41110]: pgmap v620: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:57.420 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:57 smithi150 conmon[35634]: cluster 2024-02-09T20:40:55.374600+0000 mgr.smithi150.owatov (mgr.14180) 940 2024-02-09T20:40:57.420 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:57 smithi150 conmon[35634]: : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:58.419 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:40:58.420 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:40:59.018 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:40:59.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:40:59 smithi150 conmon[35634]: cluster 2024-02-09T20:40:57.375194+0000 mgr.smithi150.owatov (mgr.14180) 941 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:40:59.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:40:59 smithi157 conmon[41110]: cluster 2024-02-09T20:40:57.375194+0000 mgr.smithi150.owatov (mgr.14180) 941 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:00.019 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:41:00.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:00 smithi150 conmon[35634]: audit 2024-02-09T20:40:58.413505+0000 mgr.smithi150.owatov (mgr.14180) 942 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:00.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:00 smithi157 conmon[41110]: audit 2024-02-09T20:40:58.413505+0000 mgr.smithi150.owatov (mgr.14180) 942 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:01.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:01 smithi157 conmon[41110]: cluster 2024-02-09T20:40:59.375739+0000 mgr.smithi150.owatov (mgr.14180) 943 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:01.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:01 smithi150 conmon[35634]: cluster 2024-02-09T20:40:59.375739+0000 mgr.smithi150.owatov (mgr.14180) 943 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:01.789 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:41:01.789 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:41:02.416 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:41:03.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:03 smithi157 conmon[41110]: cluster 2024-02-09T20:41:01.376435+0000 mgr.smithi150.owatov (mgr.14180) 944 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:41:03.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:03 smithi157 conmon[41110]: audit 2024-02-09T20:41:01.783845+0000 mgr.smithi150.owatov (mgr.14180) 945 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:03.417 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:41:03.447 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:03 smithi150 conmon[35634]: cluster 2024-02-09T20:41:01.376435+0000 mgr.smithi150.owatov (mgr.14180) 944 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:41:03.447 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:03 smithi150 conmon[35634]: audit 2024-02-09T20:41:01.783845+0000 mgr.smithi150.owatov (mgr.14180) 945 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:05.205 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:41:05.205 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:41:05.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:05 smithi157 conmon[41110]: cluster 2024-02-09T20:41:03.376993+0000 mgr.smithi150.owatov (mgr.14180) 946 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:05.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:05 smithi150 conmon[35634]: cluster 2024-02-09T20:41:03.376993+0000 mgr.smithi150.owatov (mgr.14180) 946 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:05.784 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:41:06.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:06 smithi157 conmon[41110]: audit 2024-02-09T20:41:05.199897+0000 mgr.smithi150.owatov (mgr.14180) 947 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:06.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:06 smithi150 conmon[35634]: audit 2024-02-09T20:41:05.199897+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:41:06.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:06 smithi150 conmon[35634]: ) 947 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:06.786 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:41:07.387 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:07 smithi150 conmon[35634]: cluster 2024-02-09T20:41:05.377928+0000 mgr.smithi150.owatov (mgr.14180) 948 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:07.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:07 smithi157 conmon[41110]: cluster 2024-02-09T20:41:05.377928+0000 mgr.smithi150.owatov (mgr.14180) 948 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:08.576 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:41:08.576 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:41:09.100 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:41:09.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:09 smithi150 conmon[35634]: cluster 2024-02-09T20:41:07.378773+0000 mgr.smithi150.owatov (mgr.14180) 949 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:09.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:09 smithi157 conmon[41110]: cluster 2024-02-09T20:41:07.378773+0000 2024-02-09T20:41:09.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:09 smithi157 conmon[41110]: mgr.smithi150.owatov (mgr.14180) 949 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:10.101 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:41:10.526 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:10 smithi150 conmon[35634]: audit 2024-02-09T20:41:08.570108+0000 mgr.smithi150.owatov (mgr.14180) 950 : audit [DBG] 2024-02-09T20:41:10.526 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:10 smithi150 conmon[35634]: from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:10.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:10 smithi157 conmon[41110]: audit 2024-02-09T20:41:08.570108+0000 mgr.smithi150.owatov (mgr.14180) 950 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:11.460 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:11 smithi150 conmon[35634]: cluster 2024-02-09T20:41:09.379351+0000 mgr.smithi150.owatov (mgr.14180) 951 2024-02-09T20:41:11.460 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:11 smithi150 conmon[35634]: : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:11.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:11 smithi157 conmon[41110]: cluster 2024-02-09T20:41:09.379351+0000 mgr.smithi150.owatov (mgr.14180) 951 : cluster 2024-02-09T20:41:11.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:11 smithi157 conmon[41110]: [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:11.832 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:41:11.832 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:41:12.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:41:13.425 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:41:13.472 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:13 smithi150 conmon[35634]: cluster 2024-02-09T20:41:11.379994+0000 mgr.smithi150.owatov (mgr.14180) 952 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:41:13.472 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:13 smithi150 conmon[35634]: audit 2024-02-09T20:41:11.826891+0000 mgr.smithi150.owatov (mgr.14180) 953 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:13.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:13 smithi157 conmon[41110]: cluster 2024-02-09T20:41:11.379994+0000 mgr.smithi150.owatov (mgr.14180) 952 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:41:13.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:13 smithi157 conmon[41110]: 2024-02-09T20:41:13.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:13 smithi157 conmon[41110]: audit 2024-02-09T20:41:11.826891+0000 mgr.smithi150.owatov (mgr.14180) 953 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:15.235 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:41:15.236 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:41:15.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:15 smithi150 conmon[35634]: cluster 2024-02-09T20:41:13.380682+0000 mgr.smithi150.owatov (mgr.14180) 954 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:15.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:15 smithi157 conmon[41110]: cluster 2024-02-09T20:41:13.380682+0000 mgr.smithi150.owatov (mgr.14180) 954 : cluster 2024-02-09T20:41:15.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:15 smithi157 conmon[41110]: [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:15.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:41:16.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:16 smithi150 conmon[35634]: audit 2024-02-09T20:41:15.229251+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:41:16.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:16 smithi150 conmon[35634]: 14180) 955 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:16.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:16 smithi157 conmon[41110]: audit 2024-02-09T20:41:15.229251+0000 mgr.smithi150.owatov (mgr.14180) 955 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:16.791 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:41:17.422 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:17 smithi150 conmon[35634]: cluster 2024-02-09T20:41:15.381552+0000 mgr.smithi150.owatov (mgr.14180) 956 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:17.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:17 smithi157 conmon[41110]: cluster 2024-02-09T20:41:15.381552+0000 mgr.smithi150.owatov (mgr.14180) 956 : cluster 2024-02-09T20:41:17.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:17 smithi157 conmon[41110]: [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:18.546 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:41:18.546 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:41:19.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:41:19.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:19 smithi150 conmon[35634]: cluster 2024-02-09T20:41:17.382156+0000 mgr.smithi150.owatov (mgr.14180) 957 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:19.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:19 smithi157 conmon[41110]: cluster 2024-02-09T20:41:17.382156+0000 mgr.smithi150.owatov (mgr.14180) 957 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:20.051 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:41:20.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:20 smithi150 conmon[35634]: audit 2024-02-09T20:41:18.540554+0000 mgr.smithi150.owatov (mgr.14180) 958 : audit 2024-02-09T20:41:20.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:20 smithi150 conmon[35634]: [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:20.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:20 smithi157 conmon[41110]: audit 2024-02-09T20:41:18.540554+0000 mgr.smithi150.owatov (mgr.14180) 958 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:21.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:21 smithi150 conmon[35634]: cluster 2024-02-09T20:41:19.382757+0000 mgr.smithi150.owatov (mgr.14180) 959 : cluster [DBG] 2024-02-09T20:41:21.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:21 smithi150 conmon[35634]: pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:21.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:21 smithi157 conmon[41110]: cluster 2024-02-09T20:41:19.382757+0000 mgr.smithi150.owatov (mgr.14180) 959 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:21.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:21 smithi157 conmon[41110]: 2024-02-09T20:41:21.822 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:41:21.822 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:33:20.933432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.vcwttl on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-vcwttl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.vcwttl\nDeploy daemon haproxy.nfs.foo.smithi157.vcwttl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.567704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.newnhd on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-newnhd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.newnhd\nDeploy daemon haproxy.nfs.foo.smithi150.newnhd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:33:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:34:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:35:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:35:55.568935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.iaaiyx on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:41:22.358 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:41:23.358 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:41:23.391 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:23 smithi150 conmon[35634]: cluster 2024-02-09T20:41:21.383567+0000 mgr.smithi150.owatov (mgr.14180) 960 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:41:23.392 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:23 smithi150 conmon[35634]: audit 2024-02-09T20:41:21.817051+0000 2024-02-09T20:41:23.392 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:23 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14180) 961 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:23.392 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:23 smithi150 conmon[35634]: audit 2024-02-09T20:41:23.129196+0000 mon.smithi150 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.qtgbov"}]: dispatch 2024-02-09T20:41:23.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:23 smithi157 conmon[41110]: cluster 2024-02-09T20:41:21.383567+0000 mgr.smithi150.owatov (mgr.14180) 960 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:41:23.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:23 smithi157 conmon[41110]: audit 2024-02-09T20:41:21.817051+0000 mgr.smithi150.owatov (mgr.14180) 961 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:23.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:23 smithi157 conmon[41110]: audit 2024-02-09T20:41:23.129196+0000 mon.smithi150 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.qtgbov"}]: dispatch 2024-02-09T20:41:24.592 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: cephadm 2024-02-09T20:41:23.128597+0000 mgr.smithi150.owatov (mgr.14180) 962 : cephadm 2024-02-09T20:41:24.592 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov 2024-02-09T20:41:24.592 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov 2024-02-09T20:41:24.592 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov 2024-02-09T20:41:24.592 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov 2024-02-09T20:41:24.592 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: Deploy daemon haproxy.nfs.foo.smithi150.qtgbov ... 2024-02-09T20:41:24.592 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:41:24.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:41:24.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:39:26Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:41:24.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:40: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-09T20:41:24.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:40: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-09T20:41:24.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: 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-09T20:41:24.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: 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-09T20:41:24.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:41:24.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: Traceback (most recent call last): 2024-02-09T20:41:24.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:41:24.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: yield (conn, connr) 2024-02-09T20:41:24.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:41:24.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: code, '\n'.join(err))) 2024-02-09T20:41:24.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: 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-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov 2024-02-09T20:41:24.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov 2024-02-09T20:41:24.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov 2024-02-09T20:41:24.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov 2024-02-09T20:41:24.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: Deploy daemon haproxy.nfs.foo.smithi150.qtgbov ... 2024-02-09T20:41:24.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:41:24.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:41:24.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:39:26Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:41:24.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:40: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-09T20:41:24.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:40: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-09T20:41:24.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: 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-09T20:41:24.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: 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-09T20:41:24.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: ER 2024-02-09T20:41:24.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:41:24.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: cephadm 2024-02-09T20:41:23.128795+0000 mgr.smithi150.owatov (mgr.14180) 963 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.qtgbov 2024-02-09T20:41:24.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: cephadm 2024-02-09T20:41:23.129953+0000 mgr.smithi150.owatov (mgr.14180) 964 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov 2024-02-09T20:41:24.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov 2024-02-09T20:41:24.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov 2024-02-09T20:41:24.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov 2024-02-09T20:41:24.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: Deploy daemon haproxy.nfs.foo.smithi150.qtgbov ... 2024-02-09T20:41:24.595 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:41:24.595 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:41:24.595 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:39:26Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:41:24.595 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:40: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-09T20:41:24.595 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:40: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-09T20:41:24.595 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: 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-09T20:41:24.595 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: 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-09T20:41:24.595 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:41:24.595 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: cephadm 2024-02-09T20:41:23.131286+0000 mgr.smithi150.owatov (mgr.14180) 965 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:41:24.595 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: cephadm 2024-02-09T20:41:23.132357+0000 mgr.smithi150.owatov (mgr.14180) 966 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:41:24.595 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: cluster 2024-02-09T20:41:23.133277+0000 mgr.smithi150.owatov (mgr.14180) 967 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-09T20:41:24.595 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:24 smithi150 conmon[35634]: cluster 2024-02-09T20:41:23.170252+0000 mon.smithi150 (mon.0) 736 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-09T20:41:24.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: cephadm 2024-02-09T20:41:23.128597+0000 mgr.smithi150.owatov (mgr.14180) 962 : cephadm 2024-02-09T20:41:24.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov 2024-02-09T20:41:24.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov 2024-02-09T20:41:24.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov 2024-02-09T20:41:24.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov 2024-02-09T20:41:24.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: Deploy daemon haproxy.nfs.foo.smithi150.qtgbov ... 2024-02-09T20:41:24.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:41:24.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:41:24.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:39:26Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:41:24.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:40: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-09T20:41:24.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:40: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-09T20:41:24.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: 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-09T20:41:24.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: 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-09T20:41:24.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:41:24.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: Traceback (most recent call last): 2024-02-09T20:41:24.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:41:24.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: yield (conn, connr) 2024-02-09T20:41:24.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:41:24.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: code, '\n'.join(err))) 2024-02-09T20:41:24.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: 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-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov 2024-02-09T20:41:24.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov 2024-02-09T20:41:24.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov 2024-02-09T20:41:24.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov 2024-02-09T20:41:24.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: Deploy daemon haproxy.nfs.foo.smithi150.qtgbov ... 2024-02-09T20:41:24.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:41:24.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:41:24.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:39:26Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:41:24.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:40: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-09T20:41:24.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:40: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-09T20:41:24.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: 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-09T20:41:24.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: 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-09T20:41:24.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: E 2024-02-09T20:41:24.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:41:24.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: cephadm 2024-02-09T20:41:23.128795+0000 mgr.smithi150.owatov (mgr.14180) 963 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.qtgbov 2024-02-09T20:41:24.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: cephadm 2024-02-09T20:41:23.129953+0000 mgr.smithi150.owatov (mgr.14180) 964 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov 2024-02-09T20:41:24.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov 2024-02-09T20:41:24.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov 2024-02-09T20:41:24.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov 2024-02-09T20:41:24.638 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: Deploy daemon haproxy.nfs.foo.smithi150.qtgbov ... 2024-02-09T20:41:24.638 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:41:24.638 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:41:24.638 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:39:26Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:41:24.638 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:40: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-09T20:41:24.638 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:40: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-09T20:41:24.638 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: 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-09T20:41:24.638 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: 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-09T20:41:24.638 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:41:24.638 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: cephadm 2024-02-09T20:41:23.131286+0000 mgr.smithi150.owatov (mgr.14180) 965 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:41:24.638 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: cephadm 2024-02-09T20:41:23.132357+0000 mgr.smithi150.owatov (mgr.14180) 966 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:41:24.638 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: cluster 2024-02-09T20:41:23.133277+0000 mgr.smithi150.owatov (mgr.14180) 967 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-09T20:41:24.638 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:24 smithi157 conmon[41110]: cluster 2024-02-09T20:41:23.170252+0000 mon.smithi150 (mon.0) 736 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-09T20:41:25.217 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:41:25.217 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:41:25.822 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:41:26.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:26 smithi150 conmon[35634]: cluster 2024-02-09T20:41:25.133923+0000 mgr.smithi150.owatov (mgr.14180) 968 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-09T20:41:26.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:26 smithi150 conmon[35634]: audit 2024-02-09T20:41:25.211471+0000 mgr.smithi150.owatov (mgr.14180) 969 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:26.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:26 smithi157 conmon[41110]: cluster 2024-02-09T20:41:25.133923+0000 mgr.smithi150.owatov (mgr.14180) 968 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-09T20:41:26.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:26 smithi157 conmon[41110]: audit 2024-02-09T20:41:25 2024-02-09T20:41:26.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:26 smithi157 conmon[41110]: .211471+0000 mgr.smithi150.owatov (mgr.14180) 969 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:26.823 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:41:28.294 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:28 smithi150 conmon[35634]: cluster 2024-02-09T20:41:27.134880+0000 mgr.smithi150.owatov (mgr.14180) 970 : cluster 2024-02-09T20:41:28.294 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:28 smithi150 conmon[35634]: [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-09T20:41:28.294 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:28 smithi150 conmon[35634]: audit 2024-02-09T20:41:27.210503+0000 mon.smithi150 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:41:28.631 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:41:28.631 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:41:28.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:28 smithi157 conmon[41110]: cluster 2024-02-09T20:41:27.134880+0000 mgr.smithi150.owatov (mgr.14180) 970 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-09T20:41:28.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:28 smithi157 conmon[41110]: audit 2024-02-09T20:41:27.210503+0000 2024-02-09T20:41:28.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:28 smithi157 conmon[41110]: mon.smithi150 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:41:29.189 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:41:30.190 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:41:30.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:30 smithi150 conmon[35634]: audit 2024-02-09T20:41:28.625400+0000 mgr.smithi150.owatov (mgr.14180) 971 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:30.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:30 smithi150 conmon[35634]: cluster 2024-02-09T20:41:29.135618+0000 mgr.smithi150.owatov (mgr.14180) 972 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-09T20:41:30.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:30 smithi157 conmon[41110]: audit 2024-02-09T20:41:28.625400+0000 mgr.smithi150.owatov (mgr.14180) 971 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:30.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:30 smithi157 conmon[41110]: cluster 2024-02-09T20:41:29.135618+0000 2024-02-09T20:41:30.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:30 smithi157 conmon[41110]: mgr.smithi150.owatov (mgr.14180) 972 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-09T20:41:32.011 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:41:32.011 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:41:32.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:32 smithi150 conmon[35634]: cluster 2024-02-09T20:41:31.136411+0000 mgr.smithi150.owatov (mgr.14180) 973 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-09T20:41:32.590 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:41:32.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:32 smithi157 conmon[41110]: cluster 2024-02-09T20:41:31.136411+0000 mgr.smithi150.owatov (mgr.14180) 973 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-09T20:41:33.591 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:41:33.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:33 smithi150 conmon[35634]: audit 2024-02-09T20:41:32.005299+0000 mgr.smithi150.owatov (mgr.14180) 974 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:33.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:33 smithi157 conmon[41110]: audit 2024-02-09T20:41:32.005299+0000 mgr.smithi150.owatov (mgr.14180) 974 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:34.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:34 smithi150 conmon[35634]: cluster 2024-02-09T20:41:33.137319+0000 mgr.smithi150.owatov (mgr.14180) 975 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-09T20:41:34.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:34 smithi157 conmon[41110]: cluster 2024-02-09T20:41:33.137319+0000 mgr.smithi150.owatov (mgr.14180) 975 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-09T20:41:35.364 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:41:35.365 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:41:35.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:41:36.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:36 smithi150 conmon[35634]: cluster 2024-02-09T20:41:35.137984+0000 mgr.smithi150.owatov (mgr.14180) 976 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:36.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:36 smithi157 conmon[41110]: cluster 2024-02-09T20:41:35.137984+0000 mgr.smithi150.owatov (mgr.14180) 976 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:36.924 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:41:37.533 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:37 smithi150 conmon[35634]: audit 2024-02-09T20:41:35.358971+0000 mgr.smithi150.owatov (mgr.14180) 977 : audit [DBG] 2024-02-09T20:41:37.533 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:37 smithi150 conmon[35634]: from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:37.533 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:37 smithi150 conmon[35634]: audit 2024-02-09T20:41:36.646055+0000 mon.smithi150 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:41:37.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:37 smithi157 conmon[41110]: audit 2024-02-09T20:41:35.358971+0000 mgr.smithi150.owatov (mgr.14180) 977 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:37.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:37 smithi157 conmon[41110]: audit 2024-02-09T20:41:36.646055+0000 mon.smithi150 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:41:38.340 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:38 smithi150 conmon[35634]: cluster 2024-02-09T20:41:37.138934+0000 mgr.smithi150.owatov (mgr.14180) 978 : cluster 2024-02-09T20:41:38.340 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:38 smithi150 conmon[35634]: [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:38.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:38 smithi157 conmon[41110]: cluster 2024-02-09T20:41:37.138934+0000 mgr.smithi150.owatov (mgr.14180) 978 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:38.701 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:41:38.701 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:41:39.230 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:41:40.232 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:41:40.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:40 smithi150 conmon[35634]: audit 2024-02-09T20:41:38.696051+0000 mgr.smithi150.owatov (mgr.14180) 979 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:40.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:40 smithi150 conmon[35634]: cluster 2024-02-09T20:41:39.139822+0000 mgr.smithi150.owatov (mgr.14180) 980 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:40.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:40 smithi157 conmon[41110]: audit 2024-02-09T20:41:38.696051+0000 mgr.smithi150.owatov (mgr.14180) 979 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:40.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:40 smithi157 conmon[41110]: cluster 2024-02-09T20:41:39.139822+0000 mgr.smithi150.owatov (mgr.14180) 980 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:42.007 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:41:42.007 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:41:42.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:42 smithi150 conmon[35634]: cluster 2024-02-09T20:41:41.140755+0000 mgr.smithi150.owatov (mgr.14180) 981 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:41:42.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:41:42.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:42 smithi157 conmon[41110]: cluster 2024-02-09T20:41:41.140755+0000 mgr.smithi150.owatov (mgr.14180) 981 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:41:43.547 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:41:43.576 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:43 smithi150 conmon[35634]: audit 2024-02-09T20:41:42.001305+0000 mgr.smithi150.owatov (mgr.14180) 982 2024-02-09T20:41:43.576 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:43 smithi150 conmon[35634]: : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:43.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:43 smithi157 conmon[41110]: audit 2024-02-09T20:41:42.001305+0000 mgr.smithi150.owatov (mgr.14180) 982 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:44.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:44 smithi150 conmon[35634]: cluster 2024-02-09T20:41:43.141516+0000 mgr.smithi150.owatov (mgr.14180) 983 : cluster 2024-02-09T20:41:44.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:44 smithi150 conmon[35634]: [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:44.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:44 smithi157 conmon[41110]: cluster 2024-02-09T20:41:43.141516+0000 mgr.smithi150.owatov (mgr.14180) 983 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:45.316 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:41:45.316 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:41:45.905 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:41:46.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:46 smithi150 conmon[35634]: cluster 2024-02-09T20:41:45.142108+0000 mgr.smithi150.owatov (mgr.14180) 984 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:46.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:46 smithi157 conmon[41110]: cluster 2024-02-09T20:41:45.142108+0000 mgr.smithi150.owatov (mgr.14180) 984 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:46.906 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:41:47.549 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:47 smithi150 conmon[35634]: audit 2024-02-09T20:41:45.310356+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:41:47.549 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:47 smithi150 conmon[35634]: ) 985 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:47.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:47 smithi157 conmon[41110]: audit 2024-02-09T20:41:45.310356+0000 mgr.smithi150.owatov (mgr.14180) 985 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:48.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:48 smithi150 conmon[35634]: cluster 2024-02-09T20:41:47.142968+0000 mgr.smithi150.owatov (mgr.14180) 986 : cluster 2024-02-09T20:41:48.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:48 smithi150 conmon[35634]: [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:48.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:48 smithi157 conmon[41110]: cluster 2024-02-09T20:41:47.142968+0000 mgr.smithi150.owatov (mgr.14180) 986 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:48.779 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:41:48.779 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:41:49.387 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:41:49.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:49 smithi150 conmon[35634]: audit 2024-02-09T20:41:48.773447+0000 mgr.smithi150.owatov (mgr.14180) 987 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:49.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:49 smithi150 conmon[35634]: cluster 2024-02-09T20:41:49.143671+0000 mgr.smithi150.owatov (mgr.14180) 988 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:49.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:49 smithi157 conmon[41110]: audit 2024-02-09T20:41:48.773447+0000 mgr.smithi150.owatov (mgr.14180) 987 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:49.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:49 smithi157 conmon[41110]: cluster 2024-02-09T20:41:49.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:49 smithi157 conmon[41110]: 2024-02-09T20:41:49.143671+0000 mgr.smithi150.owatov (mgr.14180) 988 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:50.388 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:41:52.142 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:41:52.142 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:41:52.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:52 smithi150 conmon[35634]: cluster 2024-02-09T20:41:51.144542+0000 mgr.smithi150.owatov (mgr.14180) 989 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:41:52.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:52 smithi157 conmon[41110]: cluster 2024-02-09T20:41:51.144542+0000 mgr.smithi150.owatov (mgr.14180) 989 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:41:52.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:41:53.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:53 smithi150 conmon[35634]: audit 2024-02-09T20:41:52.135969+0000 mgr.smithi150.owatov (mgr.14180) 990 : audit [DBG] 2024-02-09T20:41:53.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:53 smithi150 conmon[35634]: from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:53.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:53 smithi157 conmon[41110]: audit 2024-02-09T20:41:52.135969+0000 mgr.smithi150.owatov (mgr.14180) 990 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:53.746 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:41:54.512 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:54 smithi150 conmon[35634]: cluster 2024-02-09T20:41:53.145231+0000 mgr.smithi150.owatov (mgr.14180) 991 : cluster 2024-02-09T20:41:54.512 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:54 smithi150 conmon[35634]: [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:54.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:54 smithi157 conmon[41110]: cluster 2024-02-09T20:41:53.145231+0000 mgr.smithi150.owatov (mgr.14180) 991 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:55.503 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:41:55.504 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:41:56.062 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:41:56.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:56 smithi150 conmon[35634]: cluster 2024-02-09T20:41:55.146026+0000 mgr.smithi150.owatov (mgr.14180) 992 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:56.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:56 smithi157 conmon[41110]: cluster 2024-02-09T20:41:55.146026+0000 mgr.smithi150.owatov (mgr.14180) 992 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:57.064 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:41:57.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:57 smithi150 conmon[35634]: audit 2024-02-09T20:41:55.497907+0000 mgr.smithi150.owatov (mgr.14180) 993 : audit 2024-02-09T20:41:57.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:57 smithi150 conmon[35634]: [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:57.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:57 smithi157 conmon[41110]: audit 2024-02-09T20:41:55.497907+0000 mgr.smithi150.owatov (mgr.14180) 993 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:41:58.472 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:58 smithi150 conmon[35634]: cluster 2024-02-09T20:41:57.146942+0000 mgr.smithi150.owatov (mgr.14180) 994 : 2024-02-09T20:41:58.472 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:41:58 smithi150 conmon[35634]: cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:58.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:41:58 smithi157 conmon[41110]: cluster 2024-02-09T20:41:57.146942+0000 mgr.smithi150.owatov (mgr.14180) 994 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:41:58.852 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:41:58.852 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:41:59.394 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:42:00.394 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:42:00.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:00 smithi150 conmon[35634]: audit 2024-02-09T20:41:58.846824+0000 mgr.smithi150.owatov (mgr.14180) 995 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:00.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:00 smithi150 conmon[35634]: cluster 2024-02-09T20:41:59.147842+0000 mgr.smithi150.owatov (mgr.14180) 996 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:00.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:00 smithi157 conmon[41110]: audit 2024-02-09T20:41:58.846824+0000 mgr.smithi150.owatov (mgr.14180) 995 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:00.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:00 smithi157 conmon[41110]: cluster 2024-02-09T20:42:00.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:00 smithi157 conmon[41110]: 2024-02-09T20:41:59.147842+0000 mgr.smithi150.owatov (mgr.14180) 996 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:02.139 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:42:02.139 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:42:02.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:02 smithi150 conmon[35634]: cluster 2024-02-09T20:42:01.148717+0000 mgr.smithi150.owatov (mgr.14180) 997 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:42:02.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:02 smithi157 conmon[41110]: cluster 2024-02-09T20:42:01.148717+0000 mgr.smithi150.owatov (mgr.14180) 997 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:42:02.710 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:42:03.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:03 smithi150 conmon[35634]: audit 2024-02-09T20:42:02.133693+0000 mgr.smithi150.owatov (mgr.14180) 998 : audit [DBG] 2024-02-09T20:42:03.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:03 smithi150 conmon[35634]: from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:03.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:03 smithi157 conmon[41110]: audit 2024-02-09T20:42:02.133693+0000 mgr.smithi150.owatov (mgr.14180) 998 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:03.711 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:42:04.494 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:04 smithi150 conmon[35634]: cluster 2024-02-09T20:42:03.149509+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:42:04.495 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:04 smithi150 conmon[35634]: 999 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:04.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:04 smithi157 conmon[41110]: cluster 2024-02-09T20:42:03.149509+0000 mgr.smithi150.owatov (mgr.14180) 999 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:05.520 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:42:05.521 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:42:06.062 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:42:06.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:06 smithi150 conmon[35634]: cluster 2024-02-09T20:42:05.150260+0000 mgr.smithi150.owatov (mgr.14180) 1000 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:06.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:06 smithi157 conmon[41110]: cluster 2024-02-09T20:42:05.150260+0000 mgr.smithi150.owatov (mgr.14180) 1000 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:07.063 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:42:07.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:07 smithi150 conmon[35634]: audit 2024-02-09T20:42:05.514848+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:42:07.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:07 smithi150 conmon[35634]: ) 1001 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:07.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:07 smithi157 conmon[41110]: audit 2024-02-09T20:42:05.514848+0000 mgr.smithi150.owatov (mgr.14180) 1001 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:08.524 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:08 smithi150 conmon[35634]: cluster 2024-02-09T20:42:07.151099+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:42:08.524 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:08 smithi150 conmon[35634]: 14180) 1002 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:08.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:08 smithi157 conmon[41110]: cluster 2024-02-09T20:42:07.151099+0000 mgr.smithi150.owatov (mgr.14180) 1002 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:08.852 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:42:08.853 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:42:09.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:42:10.394 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:42:10.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:10 smithi150 conmon[35634]: audit 2024-02-09T20:42:08.847237+0000 mgr.smithi150.owatov (mgr.14180) 1003 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:10.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:10 smithi150 conmon[35634]: cluster 2024-02-09T20:42:09.151847+0000 mgr.smithi150.owatov (mgr.14180) 1004 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:10.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:10 smithi157 conmon[41110]: audit 2024-02-09T20:42:08.847237+0000 mgr.smithi150.owatov (mgr.14180) 1003 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:10.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:10 smithi157 conmon[41110]: cluster 2024-02-09T20:42:10.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:10 smithi157 conmon[41110]: 2024-02-09T20:42:09.151847+0000 mgr.smithi150.owatov (mgr.14180) 1004 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:12.218 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:42:12.219 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:42:12.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:12 smithi150 conmon[35634]: cluster 2024-02-09T20:42:11.152791+0000 mgr.smithi150.owatov (mgr.14180) 1005 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:42:12.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:12 smithi157 conmon[41110]: cluster 2024-02-09T20:42:11.152791+0000 mgr.smithi150.owatov (mgr.14180) 1005 : cluster [DBG] 2024-02-09T20:42:12.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:12 smithi157 conmon[41110]: pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:42:12.827 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:42:13.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:13 smithi150 conmon[35634]: audit 2024-02-09T20:42:12.212812+0000 mgr.smithi150.owatov (mgr.14180) 1006 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:13.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:13 smithi157 conmon[41110]: audit 2024-02-09T20:42:12.212812+0000 mgr.smithi150.owatov (mgr.14180) 1006 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:13.828 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:42:14.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:14 smithi150 conmon[35634]: cluster 2024-02-09T20:42:13. 2024-02-09T20:42:14.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:14 smithi150 conmon[35634]: 153705+0000 mgr.smithi150.owatov (mgr.14180) 1007 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:14.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:14 smithi157 conmon[41110]: cluster 2024-02-09T20:42:13.153705+0000 mgr.smithi150.owatov (mgr.14180) 1007 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:15.591 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:42:15.591 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:42:15.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:15 smithi150 conmon[35634]: cluster 2024-02-09T20:42:15.154388+0000 mgr.smithi150.owatov (mgr.14180) 1008 : cluster 2024-02-09T20:42:15.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:15 smithi150 conmon[35634]: [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:15.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:15 smithi157 conmon[41110]: cluster 2024-02-09T20:42:15.154388+0000 mgr.smithi150.owatov (mgr.14180) 1008 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:16.117 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:42:16.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:16 smithi150 conmon[35634]: audit 2024-02-09T20:42:15.585587+0000 mgr.smithi150.owatov (mgr.14180) 1009 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:16.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:16 smithi157 conmon[41110]: audit 2024-02-09T20:42:15.585587+0000 mgr.smithi150.owatov (mgr.14180) 1009 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:16.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:16 smithi157 conmon[41110]: 2024-02-09T20:42:17.118 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:42:17.550 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:17 smithi150 conmon[35634]: cluster 2024-02-09T20:42:17.155231+0000 mgr.smithi150.owatov (mgr.14180) 1010 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:17.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:17 smithi157 conmon[41110]: cluster 2024-02-09T20:42:17.155231+0000 mgr.smithi150.owatov (mgr.14180) 1010 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:18.824 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:42:18.824 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:42:19.391 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:42:20.392 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:42:20.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:20 smithi150 conmon[35634]: audit 2024-02-09T20:42:18.818188+0000 mgr.smithi150.owatov (mgr.14180) 1011 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:20.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:20 smithi150 conmon[35634]: cluster 2024-02-09T20:42:19.155925+0000 mgr.smithi150.owatov (mgr.14180) 1012 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:20.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:20 smithi157 conmon[41110]: audit 2024-02-09T20:42:18.818188+0000 mgr.smithi150.owatov (mgr.14180) 1011 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:20.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:20 smithi157 conmon[41110]: cluster 2024-02-09T20:42:19.155925+0000 mgr.smithi150.owatov (mgr.14180) 1012 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:22.205 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:42:22.205 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:35:57.535187Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:35:57.535329Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:35:57.535398Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:35:57.535490Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:35:57.535555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:35:57.535816Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:42:22.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:22 smithi150 conmon[35634]: cluster 2024-02-09T20:42:21.156793+0000 mgr.smithi150.owatov (mgr.14180) 1013 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:42:22.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:22 smithi157 conmon[41110]: cluster 2024-02-09T20:42:21.156793+0000 mgr.smithi150.owatov (mgr.14180) 1013 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:42:22.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:42:23.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:23 smithi150 conmon[35634]: audit 2024-02-09T20:42:22.198933+0000 mgr.smithi150.owatov (mgr.14180) 1014 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:23.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:23 smithi150 conmon[35634]: audit 2024-02-09T20:42:23.134909+0000 mon.smithi150 (mon.0) 739 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:42:23.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:23 smithi157 conmon[41110]: audit 2024-02-09T20:42:22.198933+0000 mgr.smithi150.owatov (mgr.14180) 1014 : audit [DBG] 2024-02-09T20:42:23.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:23 smithi157 conmon[41110]: from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:23.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:23 smithi157 conmon[41110]: audit 2024-02-09T20:42:23.134909+0000 mon.smithi150 (mon.0) 739 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:42:23.769 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:42:24.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:24 smithi150 conmon[35634]: cluster 2024-02-09T20:42:23.157605+0000 mgr.smithi150.owatov ( 2024-02-09T20:42:24.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:24 smithi150 conmon[35634]: mgr.14180) 1015 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:24.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:24 smithi157 conmon[41110]: cluster 2024-02-09T20:42:23.157605+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:42:24.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:24 smithi157 conmon[41110]: .14180) 1015 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:25.762 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:42:25.762 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:36:00.648584Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:36:00.648649Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:36:00.648726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:36:00.648510Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:36:00.648343Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:36:00.649222Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:36:00.648792Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:36:00.648923Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:36:00.648863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:36:00.649162Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:42:26.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:25 smithi150 conmon[35634]: audit 2024-02-09T20:42:24.872318+0000 mon.smithi150 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:42:26.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:25 smithi150 conmon[35634]: cluster 2024-02-09T20:42:25.158234+0000 mgr.smithi150.owatov (mgr.14180) 1016 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:26.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:25 smithi157 conmon[41110]: audit 2024-02-09T20:42:24.872318+0000 mon.smithi150 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:42:26.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:25 smithi157 conmon[41110]: cluster 2024-02-09T20:42:26.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:25 smithi157 conmon[41110]: 2024-02-09T20:42:25.158234+0000 mgr.smithi150.owatov (mgr.14180) 1016 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:26.490 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:42:27.134 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:26 smithi157 conmon[41110]: audit 2024-02-09T20:42:25.756520+0000 mgr.smithi150.owatov (mgr.14180) 1017 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:27.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:26 smithi150 conmon[35634]: audit 2024-02-09T20:42:25.756520+0000 mgr.smithi150.owatov (mgr.14180) 1017 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:27.491 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:42:28.300 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:27 smithi150 conmon[35634]: cluster 2024-02-09T20:42:27.159214+0000 mgr.smithi150.owatov (mgr.14180) 1018 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:28.300 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:27 smithi150 conmon[35634]: audit 2024-02-09T20:42:27.618649+0000 mon.smithi150 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:42:28.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:27 smithi157 conmon[41110]: cluster 2024-02-09T20:42:27.159214+0000 mgr.smithi150.owatov (mgr.14180) 1018 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:28.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:27 smithi157 conmon[41110]: audit 2024-02-09T20:42:27.618649+0000 mon.smithi150 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:42:28.931 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:28 smithi150 conmon[35634]: audit 2024-02-09T20:42:27.978600+0000 mon.smithi150 (mon 2024-02-09T20:42:28.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:28 smithi150 conmon[35634]: .0) 742 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:42:28.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:28 smithi150 conmon[35634]: audit 2024-02-09T20:42:27.979228+0000 mon.smithi150 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:42:28.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:28 smithi150 conmon[35634]: audit 2024-02-09T20:42:27.983624+0000 mon.smithi150 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:42:28.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:28 smithi150 conmon[35634]: cluster 2024-02-09T20:42:27.984193+0000 mgr.smithi150.owatov (mgr.14180) 1019 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-09T20:42:28.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:28 smithi150 conmon[35634]: audit 2024-02-09T20:42:27.987119+0000 mon.smithi150 (mon.0) 745 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:42:28.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:28 smithi150 conmon[35634]: audit 2024-02-09T20:42:27.993756+0000 mon.smithi150 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:42:28.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:28 smithi150 conmon[35634]: cephadm 2024-02-09T20:42:27.995706+0000 mgr.smithi150.owatov (mgr.14180) 1020 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi157.bzvpgt on smithi157 2024-02-09T20:42:29.252 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:42:29.252 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:42:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:28 smithi157 conmon[41110]: audit 2024-02-09T20:42:27.978600+0000 mon.smithi150 (mon.0) 742 : audit [DBG] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:42:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:28 smithi157 conmon[41110]: audit 2024-02-09T20:42:27.979228+0000 mon.smithi150 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:42:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:28 smithi157 conmon[41110]: audit 2024-02-09T20:42:27.983624+0000 mon.smithi150 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:42:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:28 smithi157 conmon[41110]: cluster 2024-02-09T20:42:27.984193+0000 mgr.smithi150.owatov 2024-02-09T20:42:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:28 smithi157 conmon[41110]: (mgr.14180) 1019 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-09T20:42:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:28 smithi157 conmon[41110]: audit 2024-02-09T20:42 2024-02-09T20:42:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:28 smithi157 conmon[41110]: :27.987119+0000 mon.smithi150 (mon.0) 745 : audit [DBG] 2024-02-09T20:42:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:28 smithi157 conmon[41110]: from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:42:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:28 smithi157 conmon[41110]: audit 2024- 2024-02-09T20:42:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:28 smithi157 conmon[41110]: 02-09T20:42:27.993756+0000 mon.smithi150 (mon.0) 746 : audit 2024-02-09T20:42:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:28 smithi157 conmon[41110]: [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:42:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:28 smithi157 conmon[41110]: cephadm 2024-02-09T20:42:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:28 smithi157 conmon[41110]: 2024-02-09T20:42:27.995706+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:42:29.385 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:28 smithi157 conmon[41110]: 1020 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi157.bzvpgt on smithi157 2024-02-09T20:42:29.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:42:30.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:29 smithi150 conmon[35634]: cluster 2024-02-09T20:42:28.981833+0000 mon.smithi150 (mon.0) 747 2024-02-09T20:42:30.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:29 smithi150 conmon[35634]: : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-09T20:42:30.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:29 smithi150 conmon[35634]: cluster 2024-02-09T20:42:28.981858+0000 mon.smithi150 (mon.0) 748 : cluster [INF] Cluster is now healthy 2024-02-09T20:42:30.099 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:29 smithi150 conmon[35634]: audit 2024-02-09T20:42:29.247029+0000 mgr.smithi150.owatov (mgr.14180) 1021 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:30.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:29 smithi157 conmon[41110]: cluster 2024-02-09T20:42:28.981833+0000 mon.smithi150 (mon.0) 747 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-09T20:42:30.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:29 smithi157 conmon[41110]: cluster 2024-02-09T20:42:28.981858+0000 mon.smithi150 (mon.0) 748 : cluster [INF] Cluster is now healthy 2024-02-09T20:42:30.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:29 smithi157 conmon[41110]: audit 2024-02-09T20:42: 2024-02-09T20:42:30.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:29 smithi157 conmon[41110]: 29.247029+0000 mgr.smithi150.owatov (mgr.14180) 1021 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:30.851 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:42:31.291 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:30 smithi150 conmon[35634]: cluster 2024-02-09T20:42:29.984796+0000 mgr.smithi150.owatov (mgr.14180) 1022 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-09T20:42:31.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:30 smithi157 conmon[41110]: cluster 2024-02-09T20:42:29.984796+0000 mgr.smithi150.owatov (mgr.14180) 1022 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-09T20:42:32.651 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:42:32.651 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:42:33.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:42:33.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:33 smithi150 conmon[35634]: cluster 2024-02-09T20:42:31.985537+0000 mgr.smithi150.owatov (mgr.14180) 1023 2024-02-09T20:42:33.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:33 smithi150 conmon[35634]: : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-09T20:42:33.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:33 smithi157 conmon[41110]: cluster 2024-02-09T20:42:31.985537+0000 mgr.smithi150.owatov (mgr.14180) 1023 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-09T20:42:34.191 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:42:34.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:34 smithi150 conmon[35634]: audit 2024-02-09T20:42:32.645747+0000 mgr.smithi150.owatov (mgr.14180) 1024 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:34.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:34 smithi157 conmon[41110]: audit 2024-02-09T20:42:32.645747+0000 mgr.smithi150.owatov (mgr.14180) 1024 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:35.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:35 smithi150 conmon[35634]: cluster 2024-02-09T20:42:33.986092+0000 mgr.smithi150.owatov (mgr.14180) 1025 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-09T20:42:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:35 smithi157 conmon[41110]: cluster 2024-02-09T20:42:33.986092+0000 mgr.smithi150.owatov (mgr.14180) 1025 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-09T20:42:35.958 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:42:35.959 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:42:36.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:42:37.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:37 smithi150 conmon[35634]: audit 2024-02-09T20:42:35.953594+0000 mgr.smithi150.owatov (mgr.14180) 1026 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:37.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:37 smithi150 conmon[35634]: cluster 2024-02-09T20:42:37.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:37 smithi150 conmon[35634]: 2024-02-09T20:42:35.986806+0000 mgr.smithi150.owatov (mgr.14180) 1027 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-09T20:42:37.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:37 smithi150 conmon[35634]: audit 2024-02-09T20:42:36.646547+0000 mon.smithi150 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:42:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:37 smithi157 conmon[41110]: audit 2024-02-09T20:42:35.953594+0000 mgr.smithi150.owatov (mgr.14180) 1026 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:37 smithi157 conmon[41110]: cluster 2024-02-09T20:42:35 2024-02-09T20:42:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:37 smithi157 conmon[41110]: .986806+0000 mgr.smithi150.owatov (mgr.14180) 1027 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-09T20:42:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:37 smithi157 conmon[41110]: audit 2024-02-09T20:42:36.646547+0000 mon.smithi150 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' 2024-02-09T20:42:37.549 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:42:39.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:39 smithi150 conmon[35634]: cluster 2024-02-09T20:42:37.987497+0000 mgr.smithi150.owatov (mgr.14180) 1028 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-09T20:42:39.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:39 smithi157 conmon[41110]: cluster 2024-02-09T20:42:37.987497+0000 mgr.smithi150.owatov (mgr.14180) 1028 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-09T20:42:39.405 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:42:39.406 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:42:40.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:42:41.015 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:42:41.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:41 smithi150 conmon[35634]: audit 2024-02-09T20:42:39.400743+0000 mgr.smithi150.owatov (mgr.14180) 1029 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:41.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:41 smithi150 conmon[35634]: cluster 2024-02-09T20:42:39.988050+0000 mgr.smithi150.owatov (mgr.14180) 1030 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:41.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:41 smithi157 conmon[41110]: audit 2024-02-09T20:42:39.400743+0000 mgr.smithi150.owatov (mgr.14180) 1029 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:41.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:41 smithi157 conmon[41110]: cluster 2024-02-09T20:42:39. 2024-02-09T20:42:41.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:41 smithi157 conmon[41110]: 988050+0000 mgr.smithi150.owatov (mgr.14180) 1030 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:42.772 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:42:42.772 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:42:43.320 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:43 smithi150 conmon[35634]: cluster 2024-02-09T20:42:41.988818+0000 mgr.smithi150.owatov (mgr.14180) 1031 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:42:43.338 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:42:43.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:43 smithi157 conmon[41110]: cluster 2024-02-09T20:42:41.988818+0000 mgr.smithi150.owatov (mgr.14180) 1031 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:42:44.339 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:42:44.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:44 smithi150 conmon[35634]: audit 2024-02-09T20:42:42.767247+0000 mgr.smithi150.owatov (mgr.14180) 1032 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:44.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:44 smithi157 conmon[41110]: audit 2024-02-09T20:42:42.767247+0000 mgr.smithi150.owatov (mgr.14180) 1032 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:45.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:45 smithi150 conmon[35634]: cluster 2024-02-09T20:42:43.989395+0000 mgr.smithi150.owatov (mgr.14180) 1033 : cluster 2024-02-09T20:42:45.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:45 smithi150 conmon[35634]: [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:45.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:45 smithi157 conmon[41110]: cluster 2024-02-09T20:42:43.989395+0000 mgr.smithi150.owatov (mgr.14180) 1033 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:46.112 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:42:46.112 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:42:46.655 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:42:47.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:47 smithi150 conmon[35634]: cluster 2024-02-09T20:42:45.990097+0000 mgr.smithi150.owatov (mgr.14180) 1034 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:47.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:47 smithi150 conmon[35634]: audit 2024-02-09T20:42:46.106560+0000 mgr.smithi150.owatov (mgr.14180) 1035 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:47.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:47 smithi157 conmon[41110]: cluster 2024-02-09T20:42:45.990097+0000 mgr.smithi150.owatov (mgr.14180) 1034 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:47.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:47 smithi157 conmon[41110]: audit 2024-02-09T20:42:47.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:47 smithi157 conmon[41110]: 2024-02-09T20:42:46.106560+0000 mgr.smithi150.owatov (mgr.14180) 1035 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:47.656 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:42:49.167 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:49 smithi150 conmon[35634]: cluster 2024-02-09 2024-02-09T20:42:49.167 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:49 smithi150 conmon[35634]: T20:42:47.990964+0000 mgr.smithi150.owatov (mgr.14180) 1036 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:49.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:49 smithi157 conmon[41110]: cluster 2024-02-09T20:42:47.990964+0000 mgr.smithi150.owatov (mgr.14180) 1036 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:49.488 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:42:49.488 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:42:50.031 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:42:51.032 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:42:51.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:51 smithi150 conmon[35634]: audit 2024-02-09T20:42:49.483318+0000 mgr.smithi150.owatov (mgr.14180) 1037 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:51.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:51 smithi150 conmon[35634]: cluster 2024-02-09T20:42:49.991615+0000 mgr.smithi150.owatov (mgr.14180) 1038 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:51.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:51 smithi157 conmon[41110]: audit 2024-02-09T20:42:49.483318+0000 mgr.smithi150.owatov (mgr.14180) 1037 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:51.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:51 smithi157 conmon[41110]: cluster 2024-02-09T20:42:49.991615+0000 mgr.smithi150.owatov (mgr.14180) 1038 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:52.847 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:42:52.847 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:42:53.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:53 smithi150 conmon[35634]: cluster 2024-02-09T20:42:51.992345+0000 mgr.smithi150.owatov (mgr.14180) 1039 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:42:53.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:53 smithi157 conmon[41110]: cluster 2024-02-09T20:42:51.992345+0000 mgr.smithi150.owatov (mgr.14180) 1039 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:42:53.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:42:54.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:54 smithi150 conmon[35634]: audit 2024-02-09T20:42:52.841621+0000 mgr.smithi150.owatov (mgr.14180) 1040 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:54.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:54 smithi157 conmon[41110]: audit 2024-02-09T20:42:52.841621+0000 mgr.smithi150.owatov (mgr.14180) 1040 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:54.422 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:42:55.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:55 smithi150 conmon[35634]: cluster 2024-02-09T20:42:53.993063+0000 mgr.smithi150.owatov (mgr.14180) 1041 : cluster 2024-02-09T20:42:55.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:55 smithi150 conmon[35634]: [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:55.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:55 smithi157 conmon[41110]: cluster 2024-02-09T20:42:53.993063+0000 mgr.smithi150.owatov (mgr.14180) 1041 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:55.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:55 smithi157 conmon[41110]: 2024-02-09T20:42:56.107 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:42:56.107 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:42:56.642 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:42:57.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:57 smithi150 conmon[35634]: cluster 2024-02-09T20:42:55.993749+0000 mgr.smithi150.owatov (mgr.14180) 1042 2024-02-09T20:42:57.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:57 smithi150 conmon[35634]: : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:57.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:57 smithi150 conmon[35634]: audit 2024-02-09T20:42:56.101341+0000 mgr.smithi150.owatov (mgr.14180) 1043 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:57.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:57 smithi157 conmon[41110]: cluster 2024-02-09T20:42:55.993749+0000 mgr.smithi150.owatov (mgr.14180) 1042 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:57.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:57 smithi157 conmon[41110]: audit 2024-02-09T20:42:56.101341+0000 mgr.smithi150.owatov (mgr.14180) 1043 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:42:57.642 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:42:59.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:42:59 smithi157 conmon[41110]: cluster 2024-02-09T20:42:57.994382+0000 mgr.smithi150.owatov (mgr.14180) 1044 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:59.389 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:42:59.389 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:42:59.409 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:59 smithi150 conmon[35634]: cluster 2024-02-09T20:42:57.994382+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:42:59.409 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:42:59 smithi150 conmon[35634]: .14180) 1044 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:42:59.920 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:43:00.921 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:43:01.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:01 smithi150 conmon[35634]: audit 2024-02-09T20:42:59.383459+0000 mgr.smithi150.owatov (mgr.14180) 1045 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:01.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:01 smithi150 conmon[35634]: cluster 2024-02-09T20:42:59.994973+0000 mgr.smithi150.owatov (mgr.14180) 1046 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:01.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:01 smithi157 conmon[41110]: audit 2024-02-09T20:42:59.383459+0000 mgr.smithi150.owatov (mgr.14180) 1045 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:01.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:01 smithi157 conmon[41110]: 2024-02-09T20:43:01.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:01 smithi157 conmon[41110]: cluster 2024-02-09T20:42:59.994973+0000 mgr.smithi150.owatov (mgr.14180) 1046 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:02.677 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:43:02.677 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:43:03.229 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:43:03.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:03 smithi157 conmon[41110]: cluster 2024-02-09T20:43:01.995692+0000 mgr.smithi150.owatov (mgr.14180) 1047 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:43:03.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:03 smithi150 conmon[35634]: cluster 2024-02-09T20:43:01.995692+0000 mgr.smithi150.owatov (mgr.14180) 1047 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:43:04.230 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:43:04.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:04 smithi157 conmon[41110]: audit 2024-02-09T20:43:02.672473+0000 mgr.smithi150.owatov (mgr.14180) 1048 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:04.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:04 smithi150 conmon[35634]: audit 2024-02-09T20:43:02.672473+0000 mgr.smithi150.owatov (mgr.14180) 1048 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:05.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:05 smithi150 conmon[35634]: cluster 2024-02-09T20:43:03.996343+0000 mgr.smithi150.owatov (mgr.14180) 1049 : cluster [DBG] 2024-02-09T20:43:05.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:05 smithi150 conmon[35634]: pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:05.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:05 smithi157 conmon[41110]: cluster 2024-02-09T20:43:03.996343+0000 mgr.smithi150.owatov (mgr.14180) 1049 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:05.996 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:43:05.996 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:43:06.577 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:43:07.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:07 smithi157 conmon[41110]: audit 2024-02-09T20:43:05.991254+0000 mgr.smithi150.owatov (mgr.14180) 1050 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:07.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:07 smithi157 conmon[41110]: cluster 2024-02-09T20:43:05.997073+0000 mgr.smithi150.owatov (mgr.14180) 1051 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:07.578 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:43:07.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:07 smithi150 conmon[35634]: audit 2024-02-09T20:43:05.991254+0000 mgr.smithi150.owatov (mgr.14180) 1050 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:07.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:07 smithi150 conmon[35634]: cluster 2024-02-09T20:43:05.997073+0000 mgr.smithi150.owatov (mgr.14180) 1051 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:09.318 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:43:09.318 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:43:09.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:09 smithi157 conmon[41110]: cluster 2024-02-09T20:43:07.997725+0000 mgr.smithi150.owatov (mgr.14180) 1052 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:09.536 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:09 smithi150 conmon[35634]: cluster 2024-02-09T20:43:07.997725+0000 mgr.smithi150.owatov (mgr.14180) 1052 : 2024-02-09T20:43:09.536 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:09 smithi150 conmon[35634]: cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:09.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:43:10.945 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:43:11.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:11 smithi150 conmon[35634]: audit 2024-02-09T20:43:09.313387+0000 mgr.smithi150.owatov (mgr.14180) 1053 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:11.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:11 smithi150 conmon[35634]: cluster 2024-02-09T20:43:09.998231+0000 mgr.smithi150.owatov (mgr.14180) 1054 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:11.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:11 smithi157 conmon[41110]: audit 2024-02-09T20:43:09.313387+0000 mgr.smithi150.owatov (mgr.14180) 1053 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:11.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:11 smithi157 conmon[41110]: cluster 2024-02-09T20:43:09.998231+0000 mgr.smithi150.owatov (mgr.14180) 1054 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:12.701 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:43:12.702 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:43:13.253 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:43:13.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:13 smithi157 conmon[41110]: cluster 2024-02-09T20:43:11.998917+0000 mgr.smithi150.owatov (mgr.14180) 1055 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:43:13.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:13 smithi150 conmon[35634]: cluster 2024-02-09T20:43:11.998917+0000 mgr.smithi150.owatov (mgr.14180) 1055 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:43:14.254 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:43:14.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:14 smithi150 conmon[35634]: audit 2024-02-09T20:43:12.696187+0000 mgr.smithi150.owatov (mgr.14180) 1056 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:14.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:14 smithi157 conmon[41110]: audit 2024-02-09T20:43:12.696187+0000 mgr.smithi150.owatov (mgr.14180) 1056 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:15.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:15 smithi150 conmon[35634]: cluster 2024-02-09T20:43:13.999670+0000 mgr.smithi150.owatov (mgr.14180) 1057 : cluster 2024-02-09T20:43:15.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:15 smithi150 conmon[35634]: [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:15.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:15 smithi157 conmon[41110]: cluster 2024-02-09T20:43:13.999670+0000 mgr.smithi150.owatov (mgr.14180) 1057 : cluster 2024-02-09T20:43:15.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:15 smithi157 conmon[41110]: [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:16.019 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:43:16.019 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:43:16.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:43:17.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:17 smithi150 conmon[35634]: cluster 2024-02-09T20:43:16.000284+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:43:17.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:17 smithi150 conmon[35634]: ) 1058 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:17.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:17 smithi150 conmon[35634]: audit 2024-02-09T20:43:16.013729+0000 mgr.smithi150.owatov (mgr.14180) 1059 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:17.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:17 smithi157 conmon[41110]: cluster 2024-02-09T20:43:16.000284+0000 mgr.smithi150.owatov (mgr.14180) 1058 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:17.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:17 smithi157 conmon[41110]: audit 2024-02-09T20:43:16.013729+0000 mgr.smithi150.owatov (mgr.14180) 1059 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:17.651 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:43:19.401 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:43:19.401 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:43:19.431 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:19 smithi150 conmon[35634]: cluster 2024-02-09T20:43:18.000893+0000 mgr.smithi150.owatov (mgr.14180) 1060 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:19.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:19 smithi157 conmon[41110]: cluster 2024-02-09T20:43:18.000893+0000 mgr.smithi150.owatov (mgr.14180) 1060 : cluster 2024-02-09T20:43:19.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:19 smithi157 conmon[41110]: [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:19.985 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:43:20.985 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:43:21.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:21 smithi150 conmon[35634]: audit 2024-02-09T20:43:19.395582+0000 mgr.smithi150.owatov (mgr.14180) 1061 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:21.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:21 smithi150 conmon[35634]: cluster 2024-02-09T20:43:20.001505+0000 mgr.smithi150.owatov (mgr.14180) 1062 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:21.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:21 smithi157 conmon[41110]: audit 2024-02-09T20:43:19.395582+0000 mgr.smithi150.owatov (mgr.14180) 1061 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:21.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:21 smithi157 conmon[41110]: cluster 2024-02-09T20:43:21.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:21 smithi157 conmon[41110]: 2024-02-09T20:43:20.001505+0000 mgr.smithi150.owatov (mgr.14180) 1062 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:22.777 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:43:22.777 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:43:23.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:43:23.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:23 smithi150 conmon[35634]: cluster 2024-02-09T20:43:22.002369+0000 mgr.smithi150.owatov (mgr.14180) 1063 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:43:23.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:23 smithi157 conmon[41110]: cluster 2024-02-09T20:43:22.002369+0000 mgr.smithi150.owatov (mgr.14180) 1063 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:43:24.343 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:43:24.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:24 smithi150 conmon[35634]: audit 2024-02-09T20:43:22.771743+0000 mgr.smithi150.owatov (mgr.14180) 1064 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:24.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:24 smithi157 conmon[41110]: audit 2024-02-09T20:43:22.771743+0000 mgr.smithi150.owatov (mgr.14180) 1064 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:25.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:25 smithi150 conmon[35634]: cluster 2024-02-09T20:43:24.002973+0000 mgr.smithi150.owatov (mgr.14180) 1065 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:25.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:25 smithi157 conmon[41110]: cluster 2024-02-09T20:43:24.002973+0000 mgr.smithi150.owatov (mgr.14180) 1065 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:26.115 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:43:26.115 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:43:26.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:43:27.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:27 smithi150 conmon[35634]: cluster 2024-02-09T20:43:26.003657+0000 mgr.smithi150.owatov (mgr.14180) 1066 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:27.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:27 smithi150 conmon[35634]: 2024-02-09T20:43:27.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:27 smithi150 conmon[35634]: audit 2024-02-09T20:43:26.110253+0000 mgr.smithi150.owatov (mgr.14180) 1067 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:27.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:27 smithi157 conmon[41110]: cluster 2024-02-09T20:43:26.003657+0000 mgr.smithi150.owatov (mgr.14180) 1066 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:27.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:27 smithi157 conmon[41110]: audit 2024-02-09T20:43:26.110253+0000 mgr.smithi150.owatov (mgr.14180) 1067 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:27.684 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:43:29.440 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:43:29.440 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:43:29.462 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:29 smithi150 conmon[35634]: cluster 2024-02-09T20:43:28.004311+0000 mgr.smithi150.owatov (mgr.14180) 1068 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:29.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:29 smithi157 conmon[41110]: cluster 2024-02-09T20:43:28.004311+0000 mgr.smithi150.owatov (mgr.14180) 1068 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:30.007 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:43:31.009 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:43:31.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:31 smithi150 conmon[35634]: audit 2024-02-09T20:43:29.435038+0000 mgr.smithi150.owatov (mgr.14180) 1069 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:31.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:31 smithi150 conmon[35634]: cluster 2024-02-09T20:43:30.004966+0000 mgr.smithi150.owatov (mgr.14180) 1070 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:31.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:31 smithi157 conmon[41110]: audit 2024-02-09T20:43:29.435038+0000 mgr.smithi150.owatov (mgr.14180) 1069 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:31.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:31 smithi157 conmon[41110]: cluster 2024-02-09T20:43:31.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:31 smithi157 conmon[41110]: 2024-02-09T20:43:30.004966+0000 mgr.smithi150.owatov (mgr.14180) 1070 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:32.723 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:43:32.724 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:43:33.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:43:33.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:33 smithi150 conmon[35634]: cluster 2024-02-09T20:43:32.005610+0000 mgr.smithi150.owatov (mgr.14180) 1071 2024-02-09T20:43:33.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:33 smithi150 conmon[35634]: : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:43:33.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:33 smithi157 conmon[41110]: cluster 2024-02-09T20:43:32.005610+0000 mgr.smithi150.owatov (mgr.14180) 1071 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:43:34.267 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:43:34.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:34 smithi150 conmon[35634]: audit 2024-02-09T20:43:32.718021+0000 mgr.smithi150.owatov (mgr.14180) 1072 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:34.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:34 smithi157 conmon[41110]: audit 2024-02-09T20:43:32.718021+0000 mgr.smithi150.owatov (mgr.14180) 1072 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:35.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:35 smithi150 conmon[35634]: cluster 2024-02-09T20:43:34.006235+0000 mgr.smithi150.owatov (mgr.14180) 1073 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:35.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:35 smithi157 conmon[41110]: cluster 2024-02-09T20:43:34.006235+0000 mgr.smithi150.owatov (mgr.14180) 1073 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:36.051 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:43:36.051 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:43:36.707 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:43:37.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:37 smithi150 conmon[35634]: cluster 2024-02-09T20:43:36.006945+0000 mgr.smithi150.owatov (mgr.14180) 1074 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:37.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:37 smithi150 conmon[35634]: audit 2024-02-09T20:43:37.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:37 smithi150 conmon[35634]: 2024-02-09T20:43:36.045524+0000 mgr.smithi150.owatov (mgr.14180) 1075 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:37.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:37 smithi157 conmon[41110]: cluster 2024-02-09T20:43:36.006945+0000 mgr.smithi150.owatov (mgr.14180) 1074 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:37.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:37 smithi157 conmon[41110]: audit 2024-02-09T20:43:36.045524+0000 mgr.smithi150.owatov (mgr.14180) 1075 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:37.709 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:43:39.419 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:43:39.419 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:43:39.448 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:39 smithi150 conmon[35634]: cluster 2024-02-09T20:43:38.007624+0000 mgr.smithi150.owatov (mgr.14180) 1076 : cluster [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:39.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:39 smithi157 conmon[41110]: cluster 2024-02-09T20:43:38.007624+0000 mgr.smithi150.owatov (mgr.14180) 1076 : cluster [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:39.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:43:40.966 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:43:41.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:41 smithi150 conmon[35634]: audit 2024-02-09T20:43:39.413656+0000 mgr.smithi150.owatov (mgr.14180) 1077 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:41.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:41 smithi150 conmon[35634]: cluster 2024-02-09T20:43:40.008124+0000 mgr.smithi150.owatov (mgr.14180) 1078 : cluster [DBG] pgmap v703: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:41.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:41 smithi157 conmon[41110]: audit 2024-02-09T20:43:39.413656+0000 mgr.smithi150.owatov (mgr.14180) 1077 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:41.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:41 smithi157 conmon[41110]: cluster 2024-02-09T20:43:40.008124+0000 mgr.smithi150.owatov (mgr.14180) 1078 : cluster [DBG] pgmap v703: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:42.717 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:43:42.717 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:43:43.314 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:43:43.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:43 smithi150 conmon[35634]: cluster 2024-02-09T20:43:42.008945+0000 mgr.smithi150.owatov (mgr.14180) 1079 : cluster 2024-02-09T20:43:43.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:43 smithi150 conmon[35634]: [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:43:43.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:43 smithi157 conmon[41110]: cluster 2024-02-09T20:43:42.008945+0000 mgr.smithi150.owatov (mgr.14180) 1079 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:43:44.315 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:43:44.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:44 smithi150 conmon[35634]: audit 2024-02-09T20:43:42.711336+0000 mgr.smithi150.owatov (mgr.14180) 1080 : audit 2024-02-09T20:43:44.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:44 smithi150 conmon[35634]: [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:44.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:44 smithi157 conmon[41110]: audit 2024-02-09T20:43:42.711336+0000 mgr.smithi150.owatov (mgr.14180) 1080 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:45.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:45 smithi150 conmon[35634]: cluster 2024-02-09T20:43:44.009595+0000 mgr.smithi150.owatov (mgr.14180) 1081 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:45.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:45 smithi157 conmon[41110]: cluster 2024-02-09T20:43:44.009595+0000 mgr.smithi150.owatov (mgr.14180) 1081 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:45.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:45 smithi157 conmon[41110]: 2024-02-09T20:43:46.033 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:43:46.033 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:43:46.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:43:47.580 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:43:47.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:47 smithi150 conmon[35634]: cluster 2024-02-09T20:43:46.010292+0000 mgr.smithi150.owatov (mgr.14180) 1082 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:47.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:47 smithi150 conmon[35634]: audit 2024-02-09T20:43:46.027428+0000 mgr.smithi150.owatov (mgr.14180) 1083 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:47.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:47 smithi157 conmon[41110]: cluster 2024-02-09T20:43:46.010292+0000 mgr.smithi150.owatov (mgr.14180) 1082 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:47.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:47 smithi157 conmon[41110]: audit 2024-02-09T20:43:46.027428+0000 mgr.smithi150.owatov (mgr.14180) 1083 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:49.271 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:43:49.271 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:43:49.300 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:49 smithi150 conmon[35634]: cluster 2024-02-09T20:43:48.010897+0000 mgr.smithi150.owatov (mgr.14180) 1084 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:49.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:49 smithi157 conmon[41110]: cluster 2024-02-09T20:43:48.010897+0000 mgr.smithi150.owatov (mgr.14180) 1084 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:49.813 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:43:50.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:50 smithi150 conmon[35634]: audit 2024-02-09T20:43:49.265884+0000 mgr.smithi150.owatov (mgr.14180) 1085 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:50.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:50 smithi157 conmon[41110]: audit 2024-02-09T20:43:49.265884+0000 mgr.smithi150.owatov (mgr.14180) 1085 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:50.814 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:43:51.589 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:51 smithi150 conmon[35634]: cluster 2024-02-09T20:43:50.011507+0000 mgr.smithi150.owatov (mgr.14180) 1086 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:51.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:51 smithi157 conmon[41110]: cluster 2024-02-09T20:43:50.011507+0000 mgr.smithi150.owatov (mgr.14180) 1086 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:43:52.575 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:43:52.575 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:43:53.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:43:53.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:53 smithi150 conmon[35634]: cluster 2024-02-09T20:43:52.012148+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:43:53.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:53 smithi150 conmon[35634]: 1087 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-02-09T20:43:53.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:53 smithi157 conmon[41110]: cluster 2024-02-09T20:43:52.012148+0000 mgr.smithi150.owatov (mgr.14180) 1087 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-02-09T20:43:54.164 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:43:54.595 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:54 smithi150 conmon[35634]: audit 2024-02-09T20:43:52.569487+0000 mgr.smithi150.owatov (mgr.14180) 1088 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:54.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:54 smithi157 conmon[41110]: audit 2024-02-09T20:43:52.569487+0000 mgr.smithi150.owatov (mgr.14180) 1088 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:55.557 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:55 smithi150 conmon[35634]: cluster 2024-02-09T20:43:54.012865+0000 mgr.smithi150.owatov (mgr.14180) 1089 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-09T20:43:55.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:55 smithi157 conmon[41110]: cluster 2024-02-09T20:43:54.012865+0000 mgr.smithi150.owatov (mgr.14180) 1089 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-09T20:43:55.916 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:43:55.917 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:43:56.479 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:43:57.479 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:43:57.513 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:57 smithi150 conmon[35634]: audit 2024-02-09T20:43:55.911483+0000 mgr.smithi150.owatov (mgr.14180) 1090 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:57.513 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:57 smithi150 conmon[35634]: cluster 2024-02-09T20:43:56.013850+0000 mgr.smithi150.owatov (mgr.14180) 1091 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-09T20:43:57.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:57 smithi157 conmon[41110]: audit 2024-02-09T20:43:55.911483+0000 mgr.smithi150.owatov (mgr.14180) 1090 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:43:57.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:57 smithi157 conmon[41110]: cluster 2024-02-09T20:43:56.013850+0000 mgr.smithi150.owatov (mgr.14180) 1091 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-09T20:43:59.240 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:43:59.240 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:43:59.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:59 smithi150 conmon[35634]: cluster 2024-02-09T20:43:58.014543+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:43:59.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:43:59 smithi150 conmon[35634]: 14180) 1092 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-09T20:43:59.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:43:59 smithi157 conmon[41110]: cluster 2024-02-09T20:43:58.014543+0000 mgr.smithi150.owatov (mgr.14180) 1092 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-09T20:43:59.871 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:44:00.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:00 smithi150 conmon[35634]: audit 2024-02-09T20:43:59.234274+0000 mgr.smithi150.owatov (mgr.14180) 1093 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:00.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:00 smithi150 conmon[35634]: 2024-02-09T20:44:00.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:00 smithi157 conmon[41110]: audit 2024-02-09T20:43:59.234274+0000 mgr.smithi150.owatov (mgr.14180) 1093 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:00.872 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:44:01.509 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:01 smithi150 conmon[35634]: cluster 2024-02-09T20:44:00.015062+0000 mgr.smithi150.owatov (mgr.14180) 1094 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-09T20:44:01.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:01 smithi157 conmon[41110]: cluster 2024-02-09T20:44:00.015062+0000 mgr.smithi150.owatov (mgr.14180) 1094 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-09T20:44:02.671 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:44:02.671 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:44:03.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:44:03.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:03 smithi150 conmon[35634]: cluster 2024-02-09T20:44:02.015816+0000 mgr.smithi150.owatov ( 2024-02-09T20:44:03.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:03 smithi150 conmon[35634]: mgr.14180) 1095 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-02-09T20:44:03.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:03 smithi157 conmon[41110]: cluster 2024-02-09T20:44:02.015816+0000 mgr.smithi150.owatov (mgr.14180) 1095 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-02-09T20:44:04.274 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:44:04.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:04 smithi150 conmon[35634]: audit 2024-02-09T20:44:02.663533+0000 mgr.smithi150.owatov (mgr.14180) 1096 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:04.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:04 smithi157 conmon[41110]: audit 2024-02-09T20:44:02.663533+0000 mgr.smithi150.owatov (mgr.14180) 1096 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:05.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:05 smithi150 conmon[35634]: cluster 2024-02-09T20:44:04.016524+0000 mgr.smithi150.owatov (mgr.14180) 1097 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:05.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:05 smithi157 conmon[41110]: cluster 2024-02-09T20:44:04.016524+0000 mgr.smithi150.owatov (mgr.14180) 1097 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:05.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:05 smithi157 conmon[41110]: 2024-02-09T20:44:06.003 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:44:06.003 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:44:06.552 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:44:07.553 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:44:07.586 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:07 smithi150 conmon[35634]: audit 2024-02-09T20:44:05.998058+0000 mgr.smithi150.owatov (mgr.14180) 1098 : audit 2024-02-09T20:44:07.586 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:07 smithi150 conmon[35634]: [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:07.586 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:07 smithi150 conmon[35634]: cluster 2024-02-09T20:44:06.017217+0000 mgr.smithi150.owatov (mgr.14180) 1099 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:07.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:07 smithi157 conmon[41110]: audit 2024-02-09T20:44:05.998058+0000 mgr.smithi150.owatov (mgr.14180) 1098 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:07.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:07 smithi157 conmon[41110]: cluster 2024-02-09T20:44:06.017217+0000 mgr.smithi150.owatov (mgr.14180) 1099 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:09.311 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:44:09.311 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:44:09.553 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:09 smithi150 conmon[35634]: cluster 2024-02-09T20:44:08.017986+0000 mgr.smithi150.owatov (mgr.14180) 1100 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:09.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:09 smithi157 conmon[41110]: cluster 2024-02-09T20:44:08.017986+0000 mgr.smithi150.owatov (mgr.14180) 1100 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:09.928 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:44:10.929 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:44:11.543 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:11 smithi150 conmon[35634]: audit 2024-02-09T20:44:09.306041+0000 mgr.smithi150.owatov (mgr.14180) 1101 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:11.543 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:11 smithi150 conmon[35634]: cluster 2024-02-09T20:44:10.018571+0000 mgr.smithi150.owatov (mgr.14180) 1102 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:11.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:11 smithi157 conmon[41110]: audit 2024-02-09T20:44:09.306041+0000 mgr.smithi150.owatov (mgr.14180) 1101 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:11.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:11 smithi157 conmon[41110]: cluster 2024-02-09T20:44:10.018571+0000 mgr.smithi150.owatov (mgr.14180) 1102 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:12.619 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:44:12.619 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:44:13.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:44:13.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:13 smithi150 conmon[35634]: cluster 2024-02-09T20:44:12.019431+0000 mgr.smithi150.owatov (mgr.14180) 1103 : 2024-02-09T20:44:13.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:13 smithi150 conmon[35634]: cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:44:13.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:13 smithi157 conmon[41110]: cluster 2024-02-09T20:44:12.019431+0000 mgr.smithi150.owatov (mgr.14180) 1103 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:44:14.202 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:44:14.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:14 smithi150 conmon[35634]: audit 2024-02-09T20:44:12.613694+0000 mgr.smithi150.owatov (mgr.14180) 1104 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:14.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:14 smithi157 conmon[41110]: audit 2024-02-09T20:44:12.613694+0000 mgr.smithi150.owatov (mgr.14180) 1104 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:15.579 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:15 smithi150 conmon[35634]: cluster 2024-02-09T20:44:14.020143+0000 mgr.smithi150.owatov ( 2024-02-09T20:44:15.579 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:15 smithi150 conmon[35634]: mgr.14180) 1105 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:15.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:15 smithi157 conmon[41110]: cluster 2024-02-09T20:44:14.020143+0000 mgr.smithi150.owatov (mgr.14180) 1105 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:15.969 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:44:15.969 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:44:16.566 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:16 smithi150 conmon[35634]: audit 2024-02-09T20:44:15.963818+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:44:16.566 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:16 smithi150 conmon[35634]: 1106 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:16.567 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:16 smithi150 conmon[35634]: cluster 2024-02-09T20:44:16.020788+0000 mgr.smithi150.owatov (mgr.14180) 1107 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:16.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:44:16.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:16 smithi157 conmon[41110]: audit 2024-02-09T20:44:15.963818+0000 mgr.smithi150.owatov (mgr.14180) 1106 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:16.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:16 smithi157 conmon[41110]: cluster 2024-02-09T20:44:16.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:16 smithi157 conmon[41110]: 2024-02-09T20:44:16.020788+0000 mgr.smithi150.owatov (mgr.14180) 1107 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:17.585 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:44:19.318 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:44:19.318 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:44:19.340 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:19 smithi150 conmon[35634]: cluster 2024-02-09T20:44:18.021443+0000 mgr.smithi150.owatov (mgr.14180) 1108 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:19.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:19 smithi157 conmon[41110]: cluster 2024-02-09T20:44:18.021443+0000 mgr.smithi150.owatov (mgr.14180) 1108 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:19.901 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:44:20.903 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:44:21.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:21 smithi150 conmon[35634]: audit 2024-02-09T20:44:19.312275+0000 mgr.smithi150.owatov (mgr.14180) 1109 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:21.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:21 smithi150 conmon[35634]: cluster 2024-02-09T20:44:20.022130+0000 mgr.smithi150.owatov (mgr.14180) 1110 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:21.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:21 smithi157 conmon[41110]: audit 2024-02-09T20:44:19.312275+0000 mgr.smithi150.owatov (mgr.14180) 1109 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:21.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:21 smithi157 conmon[41110]: cluster 2024-02-09T20:44:20.022130+0000 mgr.smithi150.owatov (mgr.14180) 1110 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:22.674 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:44:22.674 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:44:23.251 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:44:23.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:23 smithi150 conmon[35634]: cluster 2024-02-09T20:44:22.022989+0000 mgr.smithi150.owatov (mgr.14180) 1111 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:44:23.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:23 smithi157 conmon[41110]: cluster 2024-02-09T20:44:22.022989+0000 mgr.smithi150.owatov (mgr.14180) 1111 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:44:24.251 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:44:24.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:24 smithi150 conmon[35634]: audit 2024-02-09T20:44:22.669347+0000 mgr.smithi150.owatov (mgr.14180) 1112 : audit 2024-02-09T20:44:24.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:24 smithi150 conmon[35634]: [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:24.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:24 smithi157 conmon[41110]: audit 2024-02-09T20:44:22.669347+0000 mgr.smithi150.owatov (mgr.14180) 1112 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:25.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:25 smithi150 conmon[35634]: cluster 2024-02-09T20:44:24.023625+0000 mgr.smithi150.owatov (mgr.14180) 1113 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:25.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:25 smithi157 conmon[41110]: cluster 2024-02-09T20:44:24.023625+0000 mgr.smithi150.owatov (mgr.14180) 1113 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:25.983 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:44:25.983 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:44:26.600 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:44:27.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:27 smithi150 conmon[35634]: audit 2024-02-09T20:44: 2024-02-09T20:44:27.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:27 smithi150 conmon[35634]: 25.977476+0000 mgr.smithi150.owatov (mgr.14180) 1114 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:27.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:27 smithi150 conmon[35634]: cluster 2024-02-09T20:44:26.024592+0000 mgr.smithi150.owatov (mgr.14180) 1115 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:27.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:27 smithi157 conmon[41110]: audit 2024-02-09T20:44:25.977476+0000 mgr.smithi150.owatov (mgr.14180) 1114 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:27.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:27 smithi157 conmon[41110]: cluster 2024-02-09T20:44:26.024592+0000 mgr.smithi150.owatov (mgr.14180) 1115 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:27.601 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:44:29.326 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:44:29.326 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:44:29.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:29 smithi157 conmon[41110]: cluster 2024-02-09T20:44:28.025263+0000 mgr.smithi150.owatov (mgr.14180) 1116 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:29.519 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:29 smithi150 conmon[35634]: cluster 2024-02-09T20:44:28.025263+0000 mgr.smithi150.owatov (mgr.14180) 1116 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:29.883 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:44:30.884 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:44:31.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:31 smithi150 conmon[35634]: audit 2024-02-09T20:44:29.321392+0000 mgr.smithi150.owatov (mgr.14180) 1117 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:31.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:31 smithi150 conmon[35634]: cluster 2024-02-09T20:44:30.025834+0000 mgr.smithi150.owatov (mgr.14180) 1118 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:31.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:31 smithi157 conmon[41110]: audit 2024-02-09T20:44:29.321392+0000 mgr.smithi150.owatov (mgr.14180) 1117 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:31.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:31 smithi157 conmon[41110]: cluster 2024-02-09T20:44:30.025834+0000 mgr.smithi150.owatov (mgr.14180) 1118 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:32.648 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:44:32.648 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:44:33.226 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:44:33.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:33 smithi157 conmon[41110]: cluster 2024-02-09T20:44:32.026596+0000 mgr.smithi150.owatov (mgr.14180) 1119 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:44:33.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:33 smithi150 conmon[35634]: cluster 2024-02-09T20:44:32.026596+0000 mgr.smithi150.owatov (mgr.14180) 1119 2024-02-09T20:44:33.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:33 smithi150 conmon[35634]: : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:44:34.227 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:44:34.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:34 smithi157 conmon[41110]: audit 2024-02-09T20:44:32.642476+0000 mgr.smithi150.owatov (mgr.14180) 1120 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:34.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:34 smithi150 conmon[35634]: audit 2024-02-09T20:44:32.642476+0000 mgr.smithi150.owatov (mgr.14180) 1120 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:35.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:35 smithi150 conmon[35634]: cluster 2024-02-09T20:44:34.027435+0000 mgr.smithi150.owatov (mgr.14180) 1121 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:35 smithi157 conmon[41110]: cluster 2024-02-09T20:44:34.027435+0000 mgr.smithi150.owatov (mgr.14180) 1121 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:35.998 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:44:35.998 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:44:36.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:44:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:37 smithi157 conmon[41110]: audit 2024-02-09T20:44:35.992916+0000 mgr.smithi150.owatov (mgr.14180) 1122 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:37 smithi157 conmon[41110]: cluster 2024-02-09T20:44:36.028172+0000 mgr.smithi150.owatov (mgr.14180) 1123 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:37.590 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:44:37.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:37 smithi150 conmon[35634]: audit 2024-02-09T20:44:35.992916+0000 mgr.smithi150.owatov (mgr.14180) 1122 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:37.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:37 smithi150 conmon[35634]: cluster 2024-02-09T20:44:36.028172+0000 mgr.smithi150.owatov (mgr.14180) 1123 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:39.237 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:44:39.237 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:44:39.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:39 smithi157 conmon[41110]: cluster 2024-02-09T20:44:38.028868+0000 mgr.smithi150.owatov (mgr.14180) 1124 : cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:39.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:39 smithi150 conmon[35634]: cluster 2024-02-09T20:44:38.028868+0000 mgr.smithi150.owatov (mgr.14180) 1124 : cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:39.807 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:44:40.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:40 smithi157 conmon[41110]: audit 2024-02-09T20:44:39.231666+0000 mgr.smithi150.owatov (mgr.14180) 1125 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:40.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:40 smithi150 conmon[35634]: audit 2024-02-09T20:44:39.231666+0000 mgr.smithi150.owatov (mgr.14180) 1125 2024-02-09T20:44:40.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:40 smithi150 conmon[35634]: : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:40.808 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:44:41.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:41 smithi157 conmon[41110]: cluster 2024-02-09T20:44:40.029551+0000 mgr.smithi150.owatov (mgr.14180) 1126 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:41.436 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:41 smithi150 conmon[35634]: cluster 2024-02-09T20:44:40.029551+0000 mgr.smithi150.owatov (mgr.14180) 1126 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:42.550 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:44:42.550 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:44:43.098 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:44:43.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:43 smithi150 conmon[35634]: cluster 2024-02-09T20:44:42.030474+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:44:43.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:43 smithi150 conmon[35634]: .14180) 1127 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:44:43.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:43 smithi157 conmon[41110]: cluster 2024-02-09T20:44:42.030474+0000 mgr.smithi150.owatov (mgr.14180) 1127 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:44:44.099 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:44:44.548 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:44 smithi150 conmon[35634]: audit 2024-02-09T20:44:42.544620+0000 mgr.smithi150.owatov (mgr.14180) 1128 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:44.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:44 smithi157 conmon[41110]: audit 2024-02-09T20:44:42.544620+0000 mgr.smithi150.owatov (mgr.14180) 1128 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:45.298 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:45 smithi150 conmon[35634]: cluster 2024-02-09T20:44:44.031273+0000 mgr.smithi150.owatov (mgr.14180) 1129 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:45.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:45 smithi157 conmon[41110]: cluster 2024-02-09T20:44:44.031273+0000 mgr.smithi150.owatov (mgr.14180) 1129 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:45.873 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:44:45.873 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:44:46.413 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:44:47.414 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:44:47.448 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:47 smithi150 conmon[35634]: audit 2024-02-09T20:44:45.867301+0000 mgr.smithi150.owatov (mgr.14180) 1130 : audit 2024-02-09T20:44:47.448 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:47 smithi150 conmon[35634]: [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:47.448 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:47 smithi150 conmon[35634]: cluster 2024-02-09T20:44:46.032004+0000 mgr.smithi150.owatov (mgr.14180) 1131 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:47.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:47 smithi157 conmon[41110]: audit 2024-02-09T20:44:45.867301+0000 mgr.smithi150.owatov (mgr.14180) 1130 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:47.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:47 smithi157 conmon[41110]: cluster 2024-02-09T20:44:46.032004+0000 mgr.smithi150.owatov (mgr.14180) 1131 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:49.136 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:44:49.136 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:44:49.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:49 smithi150 conmon[35634]: cluster 2024-02-09T20:44:48.032618+0000 mgr.smithi150.owatov (mgr.14180) 1132 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:49.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:49 smithi157 conmon[41110]: cluster 2024-02-09T20:44:48.032618+0000 mgr.smithi150.owatov (mgr.14180) 1132 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:49.731 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:44:50.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:50 smithi150 conmon[35634]: audit 2024-02-09T20:44:49.130597+0000 mgr.smithi150.owatov (mgr.14180) 1133 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:50.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:50 smithi157 conmon[41110]: audit 2024-02-09T20:44:49.130597+0000 mgr.smithi150.owatov (mgr.14180) 1133 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:50.731 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:44:51.547 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:51 smithi150 conmon[35634]: cluster 2024-02-09T20:44:50.033093+0000 mgr.smithi150.owatov (mgr.14180) 1134 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:51.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:51 smithi157 conmon[41110]: cluster 2024-02-09T20:44:50.033093+0000 mgr.smithi150.owatov (mgr.14180) 1134 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:52.514 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:44:52.515 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:44:53.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:44:53.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:53 smithi150 conmon[35634]: cluster 2024-02-09T20:44:52.033900+0000 mgr.smithi150.owatov (mgr.14180) 1135 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:44:53.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:53 smithi157 conmon[41110]: cluster 2024-02-09T20:44:52.033900+0000 mgr.smithi150.owatov (mgr.14180) 1135 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:44:54.132 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:44:54.573 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:54 smithi150 conmon[35634]: audit 2024-02-09T20:44:52.509383+0000 mgr.smithi150.owatov (mgr.14180) 1136 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:54.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:54 smithi157 conmon[41110]: audit 2024-02-09T20:44:52.509383+0000 mgr.smithi150.owatov (mgr.14180) 1136 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:55.323 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:55 smithi150 conmon[35634]: cluster 2024-02-09T20:44:54.034628+0000 mgr.smithi150.owatov (mgr.14180) 1137 2024-02-09T20:44:55.324 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:55 smithi150 conmon[35634]: : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:55.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:55 smithi157 conmon[41110]: cluster 2024-02-09T20:44:54.034628+0000 mgr.smithi150.owatov (mgr.14180) 1137 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:55.912 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:44:55.912 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:44:56.496 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:44:57.498 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:44:57.532 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:57 smithi150 conmon[35634]: audit 2024-02-09T20:44:55.907469+0000 mgr.smithi150.owatov (mgr.14180) 1138 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:57.532 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:57 smithi150 conmon[35634]: cluster 2024-02-09T20:44:56.035352+0000 mgr.smithi150.owatov (mgr.14180) 1139 : cluster [DBG] pgmap v741: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:57.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:57 smithi157 conmon[41110]: audit 2024-02-09T20:44:55.907469+0000 mgr.smithi150.owatov (mgr.14180) 1138 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:44:57.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:57 smithi157 conmon[41110]: cluster 2024-02-09T20:44:57.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:57 smithi157 conmon[41110]: 2024-02-09T20:44:56.035352+0000 mgr.smithi150.owatov (mgr.14180) 1139 : cluster [DBG] pgmap v741: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:59.280 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:44:59.281 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:44:59.480 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:44:59 smithi150 conmon[35634]: cluster 2024-02-09T20:44:58.035943+0000 mgr.smithi150.owatov (mgr.14180) 1140 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:59.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:44:59 smithi157 conmon[41110]: cluster 2024-02-09T20:44:58.035943+0000 mgr.smithi150.owatov (mgr.14180) 1140 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:44:59.854 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:45:00.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:00 smithi150 conmon[35634]: audit 2024-02-09T20:44:59.275237+0000 mgr.smithi150.owatov (mgr.14180) 1141 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:00.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:00 smithi157 conmon[41110]: audit 2024-02-09T20:44:59.275237+0000 mgr.smithi150.owatov (mgr.14180) 1141 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:00.856 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:45:01.478 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:01 smithi150 conmon[35634]: cluster 2024-02-09T20:45:00.036466+0000 mgr.smithi150.owatov (mgr.14180) 1142 2024-02-09T20:45:01.478 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:01 smithi150 conmon[35634]: : cluster [DBG] pgmap v743: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:01.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:01 smithi157 conmon[41110]: cluster 2024-02-09T20:45:00.036466+0000 mgr.smithi150.owatov (mgr.14180) 1142 : cluster [DBG] pgmap v743: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:02.684 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:45:02.685 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:35:55.569965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.haeqjt on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:45:03.262 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:45:03.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:03 smithi150 conmon[35634]: cluster 2024-02-09T20:45:02.037383+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:45:03.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:03 smithi150 conmon[35634]: 14180) 1143 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:45:03.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:03 smithi157 conmon[41110]: cluster 2024-02-09T20:45:02.037383+0000 mgr.smithi150.owatov (mgr.14180) 1143 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:45:04.263 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:45:04.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:04 smithi150 conmon[35634]: audit 2024-02-09T20:45:02.679575+0000 mgr.smithi150.owatov (mgr.14180) 1144 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:04.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:04 smithi150 conmon[35634]: audit 2024-02-09T20:45:03.378291+0000 mon.smithi150 (mon.0) 750 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi157.bzvpgt"}]: dispatch 2024-02-09T20:45:04.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:04 smithi157 conmon[41110]: audit 2024-02-09T20:45:02.679575+0000 mgr.smithi150.owatov (mgr.14180) 1144 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:04.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:04 smithi157 conmon[41110]: audit 2024-02-09T20:45:03.378291+0000 mon.smithi150 (mon.0) 750 : audit 2024-02-09T20:45:04.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:04 smithi157 conmon[41110]: [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi157.bzvpgt"}]: dispatch 2024-02-09T20:45:05.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: cephadm 2024-02-09T20:45:03.377798+0000 mgr.smithi150.owatov (mgr.14180) 1145 : cephadm 2024-02-09T20:45:05.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt 2024-02-09T20:45:05.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt 2024-02-09T20:45:05.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt 2024-02-09T20:45:05.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt 2024-02-09T20:45:05.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: Deploy daemon haproxy.nfs.foo.smithi157.bzvpgt ... 2024-02-09T20:45:05.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:45:05.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:45:05.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:43:04Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:45:05.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:43:42Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:45:05.349 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:44:22Z" level=warning msg="failed, retrying in 4s ... (3/3). 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-09T20:45:05.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: 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-09T20:45:05.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: 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-09T20:45:05.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:45:05.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: Traceback (most recent call last): 2024-02-09T20:45:05.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:45:05.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: yield (conn, connr) 2024-02-09T20:45:05.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:45:05.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: code, '\n'.join(err))) 2024-02-09T20:45:05.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: 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-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt 2024-02-09T20:45:05.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt 2024-02-09T20:45:05.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt 2024-02-09T20:45:05.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt 2024-02-09T20:45:05.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: Deploy daemon haproxy.nfs.foo.smithi157.bzvpgt ... 2024-02-09T20:45:05.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:45:05.350 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:45:05.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:43:04Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:45:05.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:43:42Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:45:05.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:44:22Z" level=warning msg="failed, retrying in 4s ... (3/3). 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-09T20:45:05.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: 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-09T20:45:05.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: 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-09T20:45:05.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:45:05.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: cephadm 2024-02-09T20:45:03.378006+0000 mgr.smithi150.owatov (mgr.14180) 1146 : cephadm [INF] Removing key for client.ingress.nfs.foo.sm 2024-02-09T20:45:05.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: ithi157.bzvpgt 2024-02-09T20:45:05.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: cephadm 2024-02-09T20:45:03.378918+0000 mgr.smithi150.owatov (mgr.14180) 1147 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt 2024-02-09T20:45:05.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt 2024-02-09T20:45:05.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt 2024-02-09T20:45:05.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt 2024-02-09T20:45:05.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: Deploy daemon haproxy.nfs.foo.smithi157.bzvpgt ... 2024-02-09T20:45:05.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:45:05.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:45:05.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:43:04Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:45:05.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:43:42Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:45:05.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: stat: stderr time="2024-02-09T20:44:22Z" level=warning msg="failed, retrying in 4s ... (3/3). 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-09T20:45:05.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: 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-09T20:45:05.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: 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-09T20:45:05.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:45:05.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: cephadm 2024-02-09T20:45:03.381081+0000 mgr.smithi150.owatov (mgr.14180) 1148 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.uomxus on smithi150 2024-02-09T20:45:05.352 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:05 smithi150 conmon[35634]: cluster 2024-02-09T20:45:04.038053+0000 mgr.smithi150.owatov (mgr.14180) 1149 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:05.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: cephadm 2024-02-09T20:45:03.377798+0000 mgr.smithi150.owatov (mgr.14180) 1145 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt 2024-02-09T20:45:05.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt 2024-02-09T20:45:05.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt 2024-02-09T20:45:05.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt 2024-02-09T20:45:05.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: Deploy daemon haproxy.nfs.foo.smithi157.bzvpgt ... 2024-02-09T20:45:05.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:45:05.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:45:05.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:43:04Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:45:05.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:43:42Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:45:05.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:44:22Z" level=warning msg="failed, retrying in 4s ... (3/3). 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-09T20:45:05.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: 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-09T20:45:05.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: 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-09T20:45:05.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:45:05.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: Traceback (most recent call last): 2024-02-09T20:45:05.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:45:05.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: yield (conn, connr) 2024-02-09T20:45:05.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:45:05.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: code, '\n'.join(err))) 2024-02-09T20:45:05.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: 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-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt 2024-02-09T20:45:05.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt 2024-02-09T20:45:05.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt 2024-02-09T20:45:05.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt 2024-02-09T20:45:05.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: Deploy daemon haproxy.nfs.foo.smithi157.bzvpgt ... 2024-02-09T20:45:05.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:45:05.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:45:05.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:43:04Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:45:05.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:43:42Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:45:05.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:44:22Z" level=warning msg="failed, retrying in 4s ... (3/3). 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-09T20:45:05.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: 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-09T20:45:05.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: 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-09T20:45:05.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:45:05.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: cephadm 2024-02-09T20:45:03.378006+0000 mgr.smithi150.owatov (mgr.14180) 1146 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi157.bzvpgt 2024-02-09T20:45:05.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: cephadm 2024-02-09T20:45:03.378918+0000 mgr.smithi150.owatov (mgr.14180) 1147 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt 2024-02-09T20:45:05.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt 2024-02-09T20:45:05.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt 2024-02-09T20:45:05.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt 2024-02-09T20:45:05.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: Deploy daemon haproxy.nfs.foo.smithi157.bzvpgt ... 2024-02-09T20:45:05.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:45:05.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:45:05.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:43:04Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:45:05.637 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:43:42Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:45:05.638 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: stat: stderr time="2024-02-09T20:44:22Z" level=warning msg="failed, retrying in 4s ... (3/3). 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-09T20:45:05.638 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: 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-09T20:45:05.638 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: 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-09T20:45:05.638 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: 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=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:45:05.638 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: cephadm 2024-02-09T20:45:03.381081+0000 mgr.smithi150.owatov (mgr.14180) 1148 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.uomxus on smithi150 2024-02-09T20:45:05.638 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:05 smithi157 conmon[41110]: cluster 2024-02-09T20:45:04.038053+0000 mgr.smithi150.owatov (mgr.14180) 1149 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:06.055 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:45:06.055 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:45:06.673 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:45:07.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:07 smithi150 conmon[35634]: cluster 2024-02-09T20:45:06.038713+0000 mgr.smithi150.owatov (mgr.14180) 1150 : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:07.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:07 smithi150 conmon[35634]: audit 2024-02-09T20:45:06.050175+0000 mgr.smithi150.owatov (mgr.14180) 1151 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:07.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:07 smithi157 conmon[41110]: cluster 2024-02-09T20:45:06.038713+0000 mgr.smithi150.owatov (mgr.14180) 1150 : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:07.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:07 smithi157 conmon[41110]: audit 2024-02-09T20:45:07.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:07 smithi157 conmon[41110]: 2024-02-09T20:45:06.050175+0000 mgr.smithi150.owatov (mgr.14180) 1151 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:07.674 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:45:09.413 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:45:09.413 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:45:09.587 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:09 smithi150 conmon[35634]: cluster 2024-02-09T20:45:08.039320+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:45:09.587 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:09 smithi150 conmon[35634]: 1152 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:09.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:09 smithi157 conmon[41110]: cluster 2024-02-09T20:45:08.039320+0000 mgr.smithi150.owatov (mgr.14180) 1152 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:09.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:45:10.962 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:45:11.568 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:11 smithi150 conmon[35634]: audit 2024-02-09T20:45:09.407356+0000 mgr.smithi150.owatov (mgr.14180) 1153 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:11.568 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:11 smithi150 conmon[35634]: cluster 2024-02-09T20:45:10.039918+0000 mgr.smithi150.owatov (mgr.14180) 1154 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:11.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:11 smithi157 conmon[41110]: audit 2024-02-09T20:45:09.407356+0000 mgr.smithi150.owatov (mgr.14180) 1153 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:11.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:11 smithi157 conmon[41110]: cluster 2024-02-09T20:45:10.039918+0000 mgr.smithi150.owatov (mgr.14180) 1154 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:12.711 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:45:12.711 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:45:13.327 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:45:13.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:13 smithi150 conmon[35634]: cluster 2024-02-09T20:45:12.040573+0000 mgr.smithi150.owatov (mgr.14180) 1155 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:45:13.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:13 smithi150 conmon[35634]: 2024-02-09T20:45:13.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:13 smithi157 conmon[41110]: cluster 2024-02-09T20:45:12.040573+0000 mgr.smithi150.owatov (mgr.14180) 1155 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:45:14.329 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:45:14.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:14 smithi150 conmon[35634]: audit 2024-02-09T20:45:12.705689+0000 mgr.smithi150.owatov (mgr.14180) 1156 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:14.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:14 smithi157 conmon[41110]: audit 2024-02-09T20:45:12.705689+0000 mgr.smithi150.owatov (mgr.14180) 1156 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:15.541 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:15 smithi150 conmon[35634]: cluster 2024-02-09T20:45:14.041349+0000 mgr.smithi150.owatov (mgr.14180) 1157 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:15.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:15 smithi157 conmon[41110]: cluster 2024-02-09T20:45:14.041349+0000 mgr.smithi150.owatov (mgr.14180) 1157 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:16.138 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:45:16.138 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:45:16.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:45:17.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:17 smithi150 conmon[35634]: cluster 2024-02-09T 2024-02-09T20:45:17.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:17 smithi150 conmon[35634]: 20:45:16.042177+0000 mgr.smithi150.owatov (mgr.14180) 1158 : cluster [DBG] pgmap v751: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:17.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:17 smithi150 conmon[35634]: audit 2024-02-09T20:45:16.132895+0000 mgr.smithi150.owatov (mgr.14180) 1159 : audit 2024-02-09T20:45:17.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:17 smithi150 conmon[35634]: [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:17.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:17 smithi157 conmon[41110]: cluster 2024-02-09T20:45:16.042177+0000 mgr.smithi150.owatov (mgr.14180) 1158 : cluster [DBG] pgmap v751: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:17.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:17 smithi157 conmon[41110]: audit 2024-02-09T20:45:17.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:17 smithi157 conmon[41110]: 2024-02-09T20:45:16.132895+0000 mgr.smithi150.owatov (mgr.14180) 1159 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:17.769 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:45:19.567 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:45:19.567 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:45:19.595 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:19 smithi150 conmon[35634]: cluster 2024-02-09T20:45:18.042893+0000 mgr.smithi150.owatov (mgr.14180) 1160 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:19.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:19 smithi157 conmon[41110]: cluster 2024-02-09T20:45:18.042893+0000 mgr.smithi150.owatov (mgr.14180) 1160 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:20.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:45:21.103 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:45:21.568 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:21 smithi150 conmon[35634]: audit 2024-02-09T20:45:19.561508+0000 mgr.smithi150.owatov (mgr.14180) 1161 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:21.568 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:21 smithi150 conmon[35634]: cluster 2024-02-09T20:45:20.043548+0000 mgr.smithi150.owatov (mgr.14180) 1162 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:21.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:21 smithi157 conmon[41110]: audit 2024-02-09T20:45:19.561508+0000 mgr.smithi150.owatov (mgr.14180) 1161 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:21.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:21 smithi157 conmon[41110]: 2024-02-09T20:45:21.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:21 smithi157 conmon[41110]: cluster 2024-02-09T20:45:20.043548+0000 mgr.smithi150.owatov (mgr.14180) 1162 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:22.906 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:45:22.906 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:45:23.484 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:45:23.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:23 smithi150 conmon[35634]: cluster 2024-02-09T20:45:22.044415+0000 mgr.smithi150.owatov (mgr.14180) 1163 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:45:23.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:23 smithi157 conmon[41110]: cluster 2024-02-09T20:45:22.044415+0000 mgr.smithi150.owatov (mgr.14180) 1163 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:45:24.486 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:45:24.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:24 smithi150 conmon[35634]: audit 2024-02-09T20:45:22.900923+0000 mgr.smithi150.owatov (mgr.14180) 1164 : 2024-02-09T20:45:24.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:24 smithi150 conmon[35634]: audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:24.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:24 smithi157 conmon[41110]: audit 2024-02-09T20:45:22.900923+0000 mgr.smithi150.owatov (mgr.14180) 1164 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:25.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:25 smithi150 conmon[35634]: cluster 2024-02-09T20:45:24.044904+0000 mgr.smithi150.owatov (mgr.14180) 1165 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:25.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:25 smithi157 conmon[41110]: cluster 2024-02-09T20:45:24.044904+0000 mgr.smithi150.owatov (mgr.14180) 1165 : cluster [DBG] 2024-02-09T20:45:25.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:25 smithi157 conmon[41110]: pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:26.226 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:45:26.226 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:45:26.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:45:27.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:27 smithi150 conmon[35634]: cluster 2024-02-09T20:45:26.045644+0000 mgr.smithi150.owatov (mgr.14180) 1166 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:27.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:27 smithi150 conmon[35634]: audit 2024-02-09T20:45:26.221311+0000 mgr.smithi150.owatov (mgr.14180) 1167 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:27.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:27 smithi157 conmon[41110]: cluster 2024-02-09T20:45:26.045644+0000 mgr.smithi150.owatov (mgr.14180) 1166 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:27.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:27 smithi157 conmon[41110]: audit 2024-02-09T20:45:26.221311+0000 mgr.smithi150.owatov (mgr.14180) 1167 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:27.777 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:45:29.491 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:45:29.491 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:45:29.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:29 smithi150 conmon[35634]: cluster 2024-02-09T20:45:28.046342+0000 mgr.smithi150.owatov (mgr.14180) 1168 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:29.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:29 smithi157 conmon[41110]: cluster 2024-02-09T20:45:28.046342+0000 mgr.smithi150.owatov (mgr.14180) 1168 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:30.018 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:45:30.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:30 smithi150 conmon[35634]: audit 2024-02-09T20:45:29.485378+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:45:30.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:30 smithi150 conmon[35634]: 14180) 1169 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:30.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:30 smithi150 conmon[35634]: cluster 2024-02-09T20:45:30.046960+0000 mgr.smithi150.owatov (mgr.14180) 1170 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:30.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:30 smithi157 conmon[41110]: audit 2024-02-09T20:45:29.485378+0000 mgr.smithi150.owatov (mgr.14180) 1169 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:30.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:30 smithi157 conmon[41110]: cluster 2024-02-09T20:45:30.046960+0000 mgr.smithi150.owatov (mgr.14180) 1170 : 2024-02-09T20:45:30.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:30 smithi157 conmon[41110]: cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:31.019 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:45:32.774 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:45:32.774 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:45:33.380 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:33 smithi150 conmon[35634]: cluster 2024-02-09T20:45:32.047676+0000 mgr.smithi150.owatov (mgr.14180) 1171 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:45:33.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:33 smithi157 conmon[41110]: cluster 2024-02-09T20:45:32.047676+0000 mgr.smithi150.owatov (mgr.14180) 1171 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:45:33.399 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:45:34.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:34 smithi157 conmon[41110]: audit 2024-02-09T20:45:32.769007+0000 mgr.smithi150.owatov (mgr.14180) 1172 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:34.400 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:45:34.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:34 smithi150 conmon[35634]: audit 2024-02-09T20:45:32.769007+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:45:34.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:34 smithi150 conmon[35634]: ) 1172 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:35.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:35 smithi157 conmon[41110]: cluster 2024-02-09T20:45:34.048199+0000 mgr.smithi150.owatov (mgr.14180) 1173 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:35.589 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:35 smithi150 conmon[35634]: cluster 2024-02-09T20:45:34.048199+0000 mgr.smithi150.owatov (mgr.14180) 1173 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:36.166 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:45:36.167 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:45:36.824 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:45:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:37 smithi157 conmon[41110]: cluster 2024-02-09T20:45:36.048911+0000 mgr.smithi150.owatov (mgr.14180) 1174 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:37.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:37 smithi157 conmon[41110]: audit 2024-02-09T20:45:36.161216+0000 mgr.smithi150.owatov (mgr.14180) 1175 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:37.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:37 smithi150 conmon[35634]: cluster 2024-02-09T20:45:36.048911+0000 mgr.smithi150.owatov ( 2024-02-09T20:45:37.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:37 smithi150 conmon[35634]: mgr.14180) 1174 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:45:37.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:37 smithi150 conmon[35634]: audit 2024-02-09T20:45: 2024-02-09T20:45:37.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:37 smithi150 conmon[35634]: 36.161216+0000 mgr.smithi150.owatov (mgr.14180) 1175 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:37.825 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:45:39.315 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:39 smithi150 conmon[35634]: cluster 2024-02-09T20:45:38.049625+0000 mgr.smithi150.owatov (mgr.14180) 1176 : cluster [DBG] pgmap v762: 225 pgs: 225 active+clean; 7.5 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-09T20:45:39.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:39 smithi157 conmon[41110]: cluster 2024-02-09T20:45:38.049625+0000 mgr.smithi150.owatov (mgr.14180) 1176 : cluster [DBG] pgmap v762: 225 pgs: 225 active+clean; 7.5 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-09T20:45:39.636 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:45:39.637 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:45:40.207 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:45:41.208 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:45:41.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:41 smithi157 conmon[41110]: audit 2024-02-09T20:45:39.631505+0000 mgr.smithi150.owatov (mgr.14180) 1177 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:41.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:41 smithi157 conmon[41110]: cluster 2024-02-09T20:45:40.050315+0000 mgr.smithi150.owatov (mgr.14180) 1178 : cluster [DBG] pgmap v763: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 16 op/s 2024-02-09T20:45:41.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:41 smithi150 conmon[35634]: audit 2024-02-09T20:45:39.631505+0000 mgr.smithi150.owatov (mgr.14180) 1177 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:41.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:41 smithi150 conmon[35634]: cluster 2024-02-09T20:45:40.050315+0000 mgr.smithi150.owatov (mgr.14180) 1178 : cluster [DBG] pgmap v763: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 16 op/s 2024-02-09T20:45:42.993 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:45:42.993 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:45:43.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:43 smithi150 conmon[35634]: cluster 2024-02-09T20:45:42.051170+0000 mgr.smithi150.owatov (mgr.14180) 1179 : cluster [DBG] 2024-02-09T20:45:43.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:43 smithi150 conmon[35634]: pgmap v764: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2024-02-09T20:45:43.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:43 smithi157 conmon[41110]: cluster 2024-02-09T20:45:42.051170+0000 mgr.smithi150.owatov (mgr.14180) 1179 : cluster [DBG] pgmap v764: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2024-02-09T20:45:43.547 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:45:44.383 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:44 smithi157 conmon[41110]: audit 2024-02-09T20:45:42.988040+0000 mgr.smithi150.owatov (mgr.14180) 1180 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:44.549 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:45:44.583 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:44 smithi150 conmon[35634]: audit 2024-02-09T20:45:42.988040+0000 mgr.smithi150.owatov (mgr.14180) 1180 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:44.583 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:44 smithi150 conmon[35634]: 2024-02-09T20:45:45.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:45 smithi150 conmon[35634]: cluster 2024-02-09T20:45:44.051907+0000 mgr.smithi150.owatov (mgr.14180) 1181 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 63 op/s 2024-02-09T20:45:45.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:45 smithi157 conmon[41110]: cluster 2024-02-09T20:45:44.051907+0000 mgr.smithi150.owatov (mgr.14180) 1181 2024-02-09T20:45:45.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:45 smithi157 conmon[41110]: : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 63 op/s 2024-02-09T20:45:46.371 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:45:46.371 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:45:46.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:45:47.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:47 smithi150 conmon[35634]: cluster 2024-02-09T20:45:46.052565+0000 mgr.smithi150.owatov (mgr.14180) 1182 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 63 op/s 2024-02-09T20:45:47.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:47 smithi157 conmon[41110]: cluster 2024-02-09T20:45:46.052565+0000 mgr.smithi150.owatov (mgr.14180) 1182 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 63 op/s 2024-02-09T20:45:47.924 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:45:48.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:48 smithi150 conmon[35634]: audit 2024-02-09T20:45:46.362929+0000 mgr.smithi150.owatov (mgr.14180) 1183 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:48.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:48 smithi157 conmon[41110]: audit 2024-02-09T20:45:46.362929+0000 mgr.smithi150.owatov (mgr.14180) 1183 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:49.390 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:49 smithi150 conmon[35634]: cluster 2024-02-09T20:45:48.053268+0000 2024-02-09T20:45:49.390 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:49 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14180) 1184 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 63 op/s 2024-02-09T20:45:49.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:49 smithi157 conmon[41110]: cluster 2024-02-09T20:45:48.053268+0000 mgr.smithi150.owatov (mgr.14180) 1184 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 63 op/s 2024-02-09T20:45:49.719 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:45:49.719 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:45:50.281 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:45:51.283 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:45:51.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:51 smithi150 conmon[35634]: audit 2024-02-09T20:45:49.713804+0000 mgr.smithi150.owatov (mgr.14180) 1185 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:51.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:51 smithi150 conmon[35634]: cluster 2024-02-09T20:45:50.053905+0000 mgr.smithi150.owatov (mgr.14180) 1186 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 64 op/s 2024-02-09T20:45:51.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:51 smithi157 conmon[41110]: audit 2024-02-09T20:45:49.713804+0000 mgr.smithi150.owatov (mgr.14180) 1185 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:51.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:51 smithi157 conmon[41110]: cluster 2024-02-09T20:45:50.053905+0000 mgr.smithi150.owatov (mgr.14180) 1186 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 64 op/s 2024-02-09T20:45:53.006 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:45:53.006 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:45:53.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:53 smithi150 conmon[35634]: cluster 2024-02-09T20:45:52.054724+0000 mgr.smithi150.owatov (mgr.14180) 1187 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 53 op/s 2024-02-09T20:45:53.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:45:53.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:53 smithi157 conmon[41110]: cluster 2024-02-09T20:45:52.054724+0000 mgr.smithi150.owatov (mgr.14180) 1187 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 53 op/s 2024-02-09T20:45:54.516 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:45:54.549 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:54 smithi150 conmon[35634]: audit 2024-02-09T20:45:53.000111+0000 mgr.smithi150.owatov (mgr.14180) 1188 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:54.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:54 smithi157 conmon[41110]: audit 2024-02-09T20:45:53.000111+0000 mgr.smithi150.owatov (mgr.14180) 1188 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:55.298 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:55 smithi150 conmon[35634]: cluster 2024-02-09T20:45:54.055291+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:45:55.298 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:55 smithi150 conmon[35634]: ) 1189 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 0 B/s wr, 10 op/s 2024-02-09T20:45:55.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:55 smithi157 conmon[41110]: cluster 2024-02-09T20:45:54.055291+0000 mgr.smithi150.owatov (mgr.14180) 1189 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 0 B/s wr, 10 op/s 2024-02-09T20:45:56.272 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:45:56.272 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:45:56.878 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:45:57.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:57 smithi150 conmon[35634]: cluster 2024-02-09T20:45:56.056072+0000 2024-02-09T20:45:57.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:57 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14180) 1190 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 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-09T20:45:57.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:57 smithi150 conmon[35634]: audit 2024-02-09T20:45:56.266721+0000 mgr.smithi150.owatov (mgr.14180) 1191 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:57.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:57 smithi157 conmon[41110]: cluster 2024-02-09T20:45:56.056072+0000 mgr.smithi150.owatov (mgr.14180) 1190 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 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-09T20:45:57.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:57 smithi157 conmon[41110]: audit 2024-02-09T20:45:56.266721+0000 mgr.smithi150.owatov (mgr.14180) 1191 2024-02-09T20:45:57.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:57 smithi157 conmon[41110]: : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:45:57.880 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:45:59.307 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:59 smithi150 conmon[35634]: cluster 2024-02-09T20:45:58.056701+0000 mgr.smithi150.owatov 2024-02-09T20:45:59.308 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:45:59 smithi150 conmon[35634]: (mgr.14180) 1192 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 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-09T20:45:59.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:45:59 smithi157 conmon[41110]: cluster 2024-02-09T20:45:58.056701+0000 mgr.smithi150.owatov (mgr.14180) 1192 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 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-09T20:45:59.680 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:45:59.680 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:46:00.279 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:46:01.280 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:46:01.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:01 smithi150 conmon[35634]: audit 2024-02-09T20:45:59.674500+0000 mgr.smithi150.owatov (mgr.14180) 1193 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:01.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:01 smithi150 conmon[35634]: cluster 2024-02-09T20:46:00.057279+0000 mgr.smithi150.owatov (mgr.14180) 1194 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 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-09T20:46:01.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:01 smithi157 conmon[41110]: audit 2024-02-09T20:45:59.674500+0000 mgr.smithi150.owatov (mgr.14180) 1193 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:01.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:01 smithi157 conmon[41110]: cluster 2024 2024-02-09T20:46:01.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:01 smithi157 conmon[41110]: -02-09T20:46:00.057279+0000 mgr.smithi150.owatov (mgr.14180) 1194 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 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-09T20:46:02.999 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:46:02.999 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:46:03.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:03 smithi150 conmon[35634]: cluster 2024-02-09T20:46:02.058245+0000 mgr.smithi150.owatov (mgr.14180) 1195 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 4 op/s 2024-02-09T20:46:03.538 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:46:03.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:03 smithi157 conmon[41110]: cluster 2024-02-09T20:46:02.058245+0000 mgr.smithi150.owatov (mgr.14180) 1195 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 4 op/s 2024-02-09T20:46:03.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:03 smithi157 conmon[41110]: 2024-02-09T20:46:04.539 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:46:04.572 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:04 smithi150 conmon[35634]: audit 2024-02-09T20:46:02.993575+0000 mgr.smithi150.owatov (mgr.14180) 1196 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:04.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:04 smithi157 conmon[41110]: audit 2024-02-09T20:46:02.993575+0000 mgr.smithi150.owatov (mgr.14180) 1196 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:05.313 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:05 smithi150 conmon[35634]: cluster 2024-02-09T20:46:04.058837 2024-02-09T20:46:05.313 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:05 smithi150 conmon[35634]: +0000 mgr.smithi150.owatov (mgr.14180) 1197 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-02-09T20:46:05.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:05 smithi157 conmon[41110]: cluster 2024-02-09T20:46:04.058837+0000 mgr.smithi150.owatov (mgr.14180) 1197 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-02-09T20:46:06.363 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:46:06.363 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:46:06.920 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:46:07.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:07 smithi150 conmon[35634]: cluster 2024-02-09T20:46:06.059534+0000 mgr.smithi150.owatov (mgr.14180) 1198 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:07.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:07 smithi157 conmon[41110]: cluster 2024-02-09T20:46:06.059534+0000 mgr.smithi150.owatov (mgr.14180) 1198 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:07.921 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:46:08.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:08 smithi150 conmon[35634]: audit 2024-02-09T20:46:06.358279+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:46:08.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:08 smithi150 conmon[35634]: .14180) 1199 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:08.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:08 smithi157 conmon[41110]: audit 2024-02-09T20:46:06.358279+0000 mgr.smithi150.owatov (mgr.14180) 1199 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:09.359 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:09 smithi150 conmon[35634]: cluster 2024-02-09T20:46:08.060145+0000 mgr.smithi150.owatov (mgr.14180) 1200 : cluster [DBG] 2024-02-09T20:46:09.359 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:09 smithi150 conmon[35634]: pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:09.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:09 smithi157 conmon[41110]: cluster 2024-02-09T20:46:08.060145+0000 mgr.smithi150.owatov (mgr.14180) 1200 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:09.712 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:46:09.712 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:46:10.270 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:46:11.271 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:46:11.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:11 smithi150 conmon[35634]: audit 2024-02-09T20:46:09.706145+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:46:11.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:11 smithi150 conmon[35634]: 1201 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:11.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:11 smithi150 conmon[35634]: cluster 2024-02-09T20:46:10.060770+0000 mgr.smithi150.owatov (mgr.14180) 1202 : cluster [DBG] pgmap v778: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:11.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:11 smithi157 conmon[41110]: audit 2024-02-09T20:46:09.706145+0000 mgr.smithi150.owatov (mgr.14180) 1201 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:11.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:11 smithi157 conmon[41110]: cluster 2024-02-09T20:46:10.060770+0000 mgr.smithi150.owatov (mgr.14180) 1202 : cluster [DBG] pgmap v778: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:13.060 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:46:13.060 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:46:13.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:13 smithi150 conmon[35634]: cluster 2024-02-09T20:46:12.061454+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:46:13.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:13 smithi150 conmon[35634]: 1203 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:46:13.610 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:46:13.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:13 smithi157 conmon[41110]: cluster 2024-02-09T20:46:12.061454+0000 mgr.smithi150.owatov (mgr.14180) 1203 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:46:14.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:14 smithi150 conmon[35634]: audit 2024-02-09T20:46:13.054847+0000 mgr.smithi150.owatov (mgr.14180) 1204 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:14.612 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:46:14.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:14 smithi157 conmon[41110]: audit 2024-02-09T20:46:13.054847+0000 mgr.smithi150.owatov (mgr.14180) 1204 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:15.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:15 smithi150 conmon[35634]: cluster 2024-02-09T20:46:14.062081+0000 mgr.smithi150.owatov (mgr.14180) 1205 : cluster 2024-02-09T20:46:15.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:15 smithi150 conmon[35634]: [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:15.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:15 smithi157 conmon[41110]: cluster 2024-02-09T20:46:14.062081+0000 mgr.smithi150.owatov (mgr.14180) 1205 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:16.366 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:46:16.366 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:46:16.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:46:17.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:17 smithi150 conmon[35634]: cluster 2024-02-09T20:46:16.062739+0000 mgr.smithi150.owatov (mgr.14180) 1206 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:17.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:17 smithi157 conmon[41110]: cluster 2024-02-09T20:46:16.062739+0000 mgr.smithi150.owatov (mgr.14180) 1206 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:17.939 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:46:18.548 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:18 smithi150 conmon[35634]: audit 2024-02-09T20:46:16.361367+0000 mgr.smithi150.owatov (mgr.14180 2024-02-09T20:46:18.548 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:18 smithi150 conmon[35634]: ) 1207 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:18.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:18 smithi157 conmon[41110]: audit 2024-02-09T20:46:16.361367+0000 mgr.smithi150.owatov (mgr.14180) 1207 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:19.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:19 smithi150 conmon[35634]: cluster 2024-02-09T20:46:18.063381+0000 mgr.smithi150.owatov (mgr.14180) 1208 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:19.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:19 smithi157 conmon[41110]: cluster 2024-02-09T20:46:18.063381+0000 mgr.smithi150.owatov (mgr.14180) 1208 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:19.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:19 smithi157 conmon[41110]: 2024-02-09T20:46:19.641 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:46:19.641 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:46:20.247 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:46:21.248 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:46:21.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:21 smithi150 conmon[35634]: audit 2024-02-09T20:46:19.636160+0000 mgr.smithi150.owatov (mgr.14180) 1209 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:21.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:21 smithi150 conmon[35634]: cluster 2024-02-09T20:46:20.063881+0000 mgr.smithi150.owatov (mgr.14180) 1210 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:21.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:21 smithi157 conmon[41110]: audit 2024-02-09T20:46:19.636160+0000 mgr.smithi150.owatov (mgr.14180) 1209 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:21.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:21 smithi157 conmon[41110]: cluster 2024-02-09T20:46:20.063881+0000 mgr.smithi150.owatov (mgr.14180) 1210 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:22.979 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:46:22.979 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:46:23.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:23 smithi150 conmon[35634]: cluster 2024-02-09T20:46:22.064751+0000 mgr.smithi150.owatov (mgr 2024-02-09T20:46:23.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:23 smithi150 conmon[35634]: .14180) 1211 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:46:23.510 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:46:23.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:23 smithi157 conmon[41110]: cluster 2024-02-09T20:46:22.064751+0000 mgr.smithi150.owatov (mgr.14180) 1211 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:46:24.511 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:46:24.544 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:24 smithi150 conmon[35634]: audit 2024-02-09T20:46:22.973844+0000 mgr.smithi150.owatov (mgr.14180) 1212 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:24.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:24 smithi157 conmon[41110]: audit 2024-02-09T20:46:22.973844+0000 mgr.smithi150.owatov (mgr.14180) 1212 : audit [DBG] 2024-02-09T20:46:24.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:24 smithi157 conmon[41110]: from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:25.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:25 smithi150 conmon[35634]: cluster 2024-02-09T20:46:24.065473+0000 mgr.smithi150.owatov (mgr.14180) 1213 : cluster 2024-02-09T20:46:25.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:25 smithi150 conmon[35634]: [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:25.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:25 smithi157 conmon[41110]: cluster 2024-02-09T20:46:24.065473+0000 mgr.smithi150.owatov (mgr.14180) 1213 : cluster [DBG] 2024-02-09T20:46:25.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:25 smithi157 conmon[41110]: pgmap v785: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:26.322 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:46:26.322 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:46:26.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:46:27.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:27 smithi150 conmon[35634]: cluster 2024-02-09T20:46:26.066183+0000 mgr.smithi150.owatov (mgr.14180) 1214 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:27.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:27 smithi157 conmon[41110]: cluster 2024-02-09T20:46:26.066183+0000 mgr.smithi150.owatov (mgr.14180) 1214 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:27.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:27 smithi157 conmon[41110]: 2024-02-09T20:46:27.893 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:46:28.518 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:28 smithi150 conmon[35634]: audit 2024-02-09T20:46:26.316266+0000 mgr.smithi150.owatov (mgr.14180) 1215 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:28.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:28 smithi157 conmon[41110]: audit 2024-02-09T20:46:26.316266+0000 mgr.smithi150.owatov (mgr.14180) 1215 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:29.342 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:29 smithi150 conmon[35634]: cluster 2024-02-09T20:46:28.066779+0000 mgr.smithi150.owatov (mgr.14180) 1216 : 2024-02-09T20:46:29.342 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:29 smithi150 conmon[35634]: cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:29.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:29 smithi157 conmon[41110]: cluster 2024-02-09T20:46:28.066779+0000 mgr.smithi150.owatov (mgr.14180) 1216 : cluster [DBG] 2024-02-09T20:46:29.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:29 smithi157 conmon[41110]: pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:29.657 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:46:29.657 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:46:30.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:46:31.193 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:46:31.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:31 smithi150 conmon[35634]: audit 2024-02-09T20:46:29.651628+0000 mgr.smithi150.owatov (mgr.14180) 1217 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:31.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:31 smithi150 conmon[35634]: cluster 2024-02-09 2024-02-09T20:46:31.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:31 smithi150 conmon[35634]: T20:46:30.067269+0000 mgr.smithi150.owatov (mgr.14180) 1218 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:31.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:31 smithi157 conmon[41110]: audit 2024-02-09T20:46:29.651628+0000 mgr.smithi150.owatov (mgr.14180) 1217 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:31.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:31 smithi157 conmon[41110]: cluster 2024-02-09T20:46:30.067269+0000 mgr.smithi150.owatov (mgr.14180) 1218 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:32.899 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:46:32.899 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:46:33.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:46:33.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:33 smithi150 conmon[35634]: cluster 2024-02-09T20:46:32.068041+0000 2024-02-09T20:46:33.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:33 smithi150 conmon[35634]: mgr.smithi150.owatov (mgr.14180) 1219 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:46:33.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:33 smithi157 conmon[41110]: cluster 2024-02-09T20:46:32.068041+0000 mgr.smithi150.owatov (mgr.14180) 1219 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:46:33.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:33 smithi157 conmon[41110]: 2024-02-09T20:46:34.426 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:46:34.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:34 smithi150 conmon[35634]: audit 2024-02-09T20:46:32.893430+0000 mgr.smithi150.owatov (mgr.14180) 1220 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:34.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:34 smithi157 conmon[41110]: audit 2024-02-09T20:46:32.893430+0000 mgr.smithi150.owatov (mgr.14180) 1220 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:34.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:34 smithi157 conmon[41110]: 2024-02-09T20:46:35.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:35 smithi150 conmon[35634]: cluster 2024-02-09T20:46:34.068650+0000 mgr.smithi150.owatov (mgr.14180) 1221 : cluster 2024-02-09T20:46:35.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:35 smithi150 conmon[35634]: [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:35.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:35 smithi157 conmon[41110]: cluster 2024-02-09T20:46:34.068650+0000 mgr.smithi150.owatov (mgr.14180) 1221 : cluster 2024-02-09T20:46:35.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:35 smithi157 conmon[41110]: [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:36.203 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:46:36.203 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:46:36.791 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:46:37.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:37 smithi150 conmon[35634]: cluster 2024-02-09T20:46:36.069495+0000 mgr.smithi150.owatov (mgr.14180) 1222 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:37.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:37 smithi150 conmon[35634]: audit 2024-02-09T20:46:36.198008+0000 mgr.smithi150.owatov (mgr.14180) 1223 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:37.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:37 smithi157 conmon[41110]: cluster 2024-02-09T20:46:36.069495+0000 mgr.smithi150.owatov (mgr.14180) 1222 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:37.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:37 smithi157 conmon[41110]: audit 2024-02-09T20:46:36.198008+0000 mgr.smithi150.owatov (mgr.14180) 1223 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:37.792 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:46:39.558 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:46:39.559 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:46:39.582 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:39 smithi150 conmon[35634]: cluster 2024-02-09T20:46:38.070103+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:46:39.583 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:39 smithi150 conmon[35634]: 14180) 1224 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:39.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:39 smithi157 conmon[41110]: cluster 2024-02-09T20:46:38.070103+0000 mgr.smithi150.owatov (mgr.14180) 1224 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:40.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:46:41.126 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:46:41.566 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:41 smithi150 conmon[35634]: audit 2024-02-09T20:46:39.553227+0000 mgr.smithi150.owatov (mgr.14180) 1225 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:41.566 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:41 smithi150 conmon[35634]: cluster 2024-02-09T20:46:40.070678+0000 mgr.smithi150.owatov (mgr.14180) 1226 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:41.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:41 smithi157 conmon[41110]: audit 2024-02-09T20:46:39.553227+0000 mgr.smithi150.owatov (mgr.14180) 1225 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:41.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:41 smithi157 conmon[41110]: cluster 2024-02-09T20:46:41.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:41 smithi157 conmon[41110]: 2024-02-09T20:46:40.070678+0000 mgr.smithi150.owatov (mgr.14180) 1226 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:42.880 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:46:42.881 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:46:43.407 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:46:43.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:43 smithi150 conmon[35634]: cluster 2024-02-09T20:46:42.071472+0000 mgr.smithi150.owatov (mgr.14180) 1227 : cluster 2024-02-09T20:46:43.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:43 smithi150 conmon[35634]: [DBG] pgmap v794: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:46:43.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:43 smithi157 conmon[41110]: cluster 2024-02-09T20:46:42.071472+0000 mgr.smithi150.owatov (mgr.14180) 1227 : cluster [DBG] pgmap v794: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:46:44.408 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:46:44.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:44 smithi150 conmon[35634]: audit 2024-02-09T20:46:42.875346+0000 mgr.smithi150.owatov (mgr.14180) 1228 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:44.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:44 smithi157 conmon[41110]: audit 2024-02-09T20:46:42.875346+0000 mgr.smithi150.owatov (mgr.14180) 1228 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:45.504 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:45 smithi150 conmon[35634]: cluster 2024-02-09T20:46:44.072176+0000 mgr.smithi150.owatov (mgr.14180) 1229 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:45.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:45 smithi157 conmon[41110]: cluster 2024-02-09T20:46:44.072176+0000 mgr.smithi150.owatov (mgr.14180) 1229 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:46.124 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:46:46.125 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:46:46.707 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:46:47.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:47 smithi150 conmon[35634]: cluster 2024-02-09T20:46:46.072897+0000 mgr.smithi150.owatov (mgr.14180) 1230 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:47.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:47 smithi150 conmon[35634]: audit 2024-02 2024-02-09T20:46:47.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:47 smithi150 conmon[35634]: -09T20:46:46.119573+0000 mgr.smithi150.owatov (mgr.14180) 1231 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:47.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:47 smithi157 conmon[41110]: cluster 2024-02-09T20:46:46.072897+0000 mgr.smithi150.owatov (mgr.14180) 1230 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:47.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:47 smithi157 conmon[41110]: audit 2024-02-09T20:46:47.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:47 smithi157 conmon[41110]: 2024-02-09T20:46:46.119573+0000 mgr.smithi150.owatov (mgr.14180) 1231 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:47.709 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:46:49.465 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:46:49.465 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:46:49.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:49 smithi150 conmon[35634]: cluster 2024-02-09T20:46:48.073488+0000 mgr.smithi150.owatov (mgr.14180) 1232 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:49.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:49 smithi157 conmon[41110]: cluster 2024-02-09T20:46:48.073488+0000 mgr.smithi150.owatov (mgr.14180) 1232 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:50.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:46:50.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:50 smithi150 conmon[35634]: audit 2024-02-09T20:46:49.460055+0000 mgr.smithi150.owatov (mgr.14180) 1233 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:50.599 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:50 smithi150 conmon[35634]: cluster 2024-02-09T20:46:50.074237+0000 mgr.smithi150.owatov (mgr.14180) 1234 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:50.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:50 smithi157 conmon[41110]: audit 2024-02-09T20:46:49.460055+0000 mgr.smithi150.owatov (mgr.14180) 1233 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:50.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:50 smithi157 conmon[41110]: cluster 2024-02-09T20:46:50.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:50 smithi157 conmon[41110]: 2024-02-09T20:46:50.074237+0000 mgr.smithi150.owatov (mgr.14180) 1234 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:51.016 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:46:52.790 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:46:52.791 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:46:53.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:46:53.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:53 smithi157 conmon[41110]: cluster 2024-02-09T20:46:52.075045+0000 mgr.smithi150.owatov (mgr.14180) 1235 : cluster [DBG] pgmap v799: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:46:53.384 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:53 smithi157 conmon[41110]: 2024-02-09T20:46:53.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:53 smithi150 conmon[35634]: cluster 2024-02-09T20:46:52.075045+0000 mgr.smithi150.owatov (mgr.14180) 1235 : cluster [DBG] pgmap v799: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:46:54.366 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:46:54.399 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:54 smithi150 conmon[35634]: audit 2024-02-09T20:46:52.785294+0000 mgr.smithi150.owatov (mgr.14180) 1236 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:54.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:54 smithi157 conmon[41110]: audit 2024-02-09T20:46:52.785294+0000 mgr.smithi150.owatov (mgr.14180) 1236 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:55.561 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:55 smithi150 conmon[35634]: cluster 2024-02-09T20:46:54.075715+0000 mgr.smithi150.owatov (mgr.14180) 1237 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:55.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:55 smithi157 conmon[41110]: cluster 2024-02-09T20:46:54.075715+0000 mgr.smithi150.owatov (mgr.14180) 1237 : cluster [DBG] 2024-02-09T20:46:55.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:55 smithi157 conmon[41110]: pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:56.157 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:46:56.157 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:46:56.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:46:57.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:57 smithi150 conmon[35634]: cluster 2024-02-09T20:46:56.076622+0000 mgr.smithi150.owatov (mgr.14180) 1238 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:57.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:57 smithi150 conmon[35634]: audit 2024-02-09T20:46:56.152011+0000 mgr.smithi150.owatov (mgr.14180) 1239 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:57.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:57 smithi157 conmon[41110]: cluster 2024-02-09T20:46:56.076622+0000 mgr.smithi150.owatov (mgr.14180) 1238 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:57.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:57 smithi157 conmon[41110]: audit 2024-02-09T20:46:57.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:57 smithi157 conmon[41110]: 2024-02-09T20:46:56.152011+0000 mgr.smithi150.owatov (mgr.14180) 1239 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:46:57.749 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:46:59.200 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:46:59 smithi150 conmon[35634]: cluster 2024-02-09T20:46:58.077156+0000 mgr.smithi150.owatov (mgr.14180) 1240 : cluster [DBG] pgmap v802: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:46:59.503 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:46:59.504 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:46:59.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:46:59 smithi157 conmon[41110]: cluster 2024-02-09T20:46:58.077156+0000 mgr.smithi150.owatov (mgr.14180) 1240 : cluster [DBG] pgmap v802: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:00.058 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:47:01.059 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:47:01.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:01 smithi150 conmon[35634]: audit 2024-02-09T20:46:59.498385+0000 mgr.smithi150.owatov (mgr.14180) 1241 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:47:01.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:01 smithi150 conmon[35634]: cluster 2024-02-09T20:47:00.077766+0000 mgr.smithi150.owatov (mgr.14180) 1242 : cluster [DBG] pgmap v803: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:01.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:01 smithi157 conmon[41110]: audit 2024-02-09T20:46:59.498385+0000 mgr.smithi150.owatov (mgr.14180) 1241 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:47:01.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:01 smithi157 conmon[41110]: cluster 2024-02-09T20:47:00.077766+0000 mgr.smithi150.owatov (mgr.14180) 1242 : 2024-02-09T20:47:01.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:01 smithi157 conmon[41110]: cluster [DBG] pgmap v803: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:02.847 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:47:02.848 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:47:03.420 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:03 smithi150 conmon[35634]: cluster 2024-02-09T20:47:02.078519+0000 mgr.smithi150.owatov (mgr.14180) 1243 : cluster [DBG] pgmap v804: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:47:03.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:47:03.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:03 smithi157 conmon[41110]: cluster 2024-02-09T20:47:02.078519+0000 mgr.smithi150.owatov (mgr.14180) 1243 : cluster [DBG] pgmap v804: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:47:04.423 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:47:04.455 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:04 smithi150 conmon[35634]: audit 2024-02-09T20:47:02.842454+0000 mgr.smithi150.owatov (mgr.14180) 1244 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:47:04.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:04 smithi157 conmon[41110]: audit 2024-02-09T20:47:02.842454+0000 mgr.smithi150.owatov (mgr.14180) 1244 : audit [DBG] 2024-02-09T20:47:04.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:04 smithi157 conmon[41110]: from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:47:05.560 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:05 smithi150 conmon[35634]: cluster 2024-02-09T20:47:04.079082+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:47:05.560 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:05 smithi150 conmon[35634]: 1245 : cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:05.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:05 smithi157 conmon[41110]: cluster 2024-02-09T20:47:04.079082+0000 mgr.smithi150.owatov (mgr.14180) 1245 : cluster [DBG] 2024-02-09T20:47:05.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:05 smithi157 conmon[41110]: pgmap v805: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:06.154 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:47:06.155 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:47:06.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:47:07.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:07 smithi150 conmon[35634]: cluster 2024-02-09T20:47:06.079812+0000 mgr.smithi150.owatov (mgr.14180) 1246 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:07.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:07 smithi150 conmon[35634]: audit 2024-02-09T20:47:06.149444+0000 mgr.smithi150.owatov (mgr.14180) 1247 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:47:07.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:07 smithi157 conmon[41110]: cluster 2024-02-09T20:47:06.079812+0000 mgr.smithi150.owatov (mgr.14180) 1246 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:07.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:07 smithi157 conmon[41110]: audit 2024-02-09T20:47:06.149444+0000 mgr.smithi150.owatov (mgr.14180) 1247 : 2024-02-09T20:47:07.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:07 smithi157 conmon[41110]: audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:47:07.730 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:47:09.440 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:47:09.440 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:47:09.465 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:09 smithi150 conmon[35634]: cluster 2024-02-09T20:47:08.080378+0000 mgr.smithi150.owatov (mgr.14180) 1248 : cluster 2024-02-09T20:47:09.465 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:09 smithi150 conmon[35634]: [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:09.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:09 smithi157 conmon[41110]: cluster 2024-02-09T20:47:08.080378+0000 mgr.smithi150.owatov (mgr.14180) 1248 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:10.046 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:47:11.047 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:47:11.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:11 smithi150 conmon[35634]: audit 2024-02-09T20:47:09.434512+0000 mgr.smithi150.owatov (mgr.14180) 1249 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:47:11.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:11 smithi150 conmon[35634]: cluster 2024-02-09T20:47:10.080865+0000 mgr.smithi150.owatov (mgr.14180) 1250 : cluster [DBG] pgmap v808: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:11.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:11 smithi157 conmon[41110]: audit 2024-02-09T20:47:09.434512+0000 mgr.smithi150.owatov (mgr.14180) 1249 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:47:11.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:11 smithi157 conmon[41110]: cluster 2024-02-09T20:47:10.080865+0000 mgr.smithi150.owatov (mgr.14180) 1250 : cluster [DBG] pgmap v808: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:12.753 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:47:12.754 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:47:13.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:47:13.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:13 smithi150 conmon[35634]: cluster 2024-02-09T20:47:12.081649+0000 mgr.smithi150.owatov (mgr.14180) 1251 2024-02-09T20:47:13.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:13 smithi150 conmon[35634]: : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:47:13.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:13 smithi157 conmon[41110]: cluster 2024-02-09T20:47:12.081649+0000 mgr.smithi150.owatov (mgr.14180) 1251 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:47:13.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:13 smithi157 conmon[41110]: 2024-02-09T20:47:14.296 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:47:14.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:14 smithi150 conmon[35634]: audit 2024-02-09T20:47:12.748445+0000 mgr.smithi150.owatov (mgr.14180) 1252 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:47:14.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:14 smithi157 conmon[41110]: audit 2024-02-09T20:47:12.748445+0000 mgr.smithi150.owatov (mgr.14180) 1252 : audit 2024-02-09T20:47:14.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:14 smithi157 conmon[41110]: [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:47:15.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:15 smithi150 conmon[35634]: cluster 2024-02-09T20:47:14.082467+0000 mgr.smithi150.owatov (mgr.14180) 1253 : cluster [DBG] pgmap v810: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:15.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:15 smithi157 conmon[41110]: cluster 2024-02-09T20:47:14.082467+0000 mgr.smithi150.owatov (mgr.14180) 1253 : cluster 2024-02-09T20:47:15.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:15 smithi157 conmon[41110]: [DBG] pgmap v810: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:16.059 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:47:16.060 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:47:16.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:47:17.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:17 smithi150 conmon[35634]: audit 2024 2024-02-09T20:47:17.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:17 smithi150 conmon[35634]: -02-09T20:47:16.054577+0000 mgr.smithi150.owatov (mgr.14180) 1254 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:47:17.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:17 smithi150 conmon[35634]: cluster 2024-02-09T20:47:16.083291+0000 mgr.smithi150.owatov (mgr.14180) 1255 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:17.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:17 smithi157 conmon[41110]: audit 2024-02-09T20:47:16.054577+0000 mgr.smithi150.owatov (mgr.14180) 1254 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:47:17.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:17 smithi157 conmon[41110]: cluster 2024-02-09T20:47:16 2024-02-09T20:47:17.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:17 smithi157 conmon[41110]: .083291+0000 mgr.smithi150.owatov (mgr.14180) 1255 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:17.645 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:47:19.373 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:47:19.373 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:47:19.570 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:19 smithi150 conmon[35634]: cluster 2024-02-09T20:47:18.083846+0000 mgr.smithi150.owatov (mgr.14180) 1256 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:19.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:19 smithi157 conmon[41110]: cluster 2024-02-09T20:47:18.083846+0000 mgr.smithi150.owatov (mgr.14180) 1256 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:19.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:47:20.997 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:47:21.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:21 smithi150 conmon[35634]: audit 2024-02-09T20:47:19.367883+0000 mgr.smithi150.owatov (mgr.14180) 1257 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:47:21.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:21 smithi150 conmon[35634]: cluster 2024-02-09T20:47:20.084596+0000 mgr.smithi150.owatov (mgr.14180) 1258 : cluster [DBG] pgmap v813: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:21.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:21 smithi157 conmon[41110]: audit 2024-02-09T20:47:19.367883+0000 mgr.smithi150.owatov (mgr.14180) 1257 : audit [DBG] 2024-02-09T20:47:21.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:21 smithi157 conmon[41110]: from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:47:21.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:21 smithi157 conmon[41110]: cluster 2024-02-09T20:47:20.084596+0000 mgr.smithi150.owatov (mgr.14180) 1258 : cluster [DBG] pgmap v813: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:22.737 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:47:22.738 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:47:23.302 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:47:23.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:23 smithi150 conmon[35634]: cluster 2024-02-09T20:47:22.085245+0000 mgr.smithi150.owatov (mgr.14180) 1259 : cluster [DBG] pgmap v814: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:47:23.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:23 smithi157 conmon[41110]: cluster 2024-02-09T20:47:22.085245+0000 mgr.smithi150.owatov (mgr.14180) 1259 : cluster [DBG] pgmap v814: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:47:24.303 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:47:24.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:24 smithi150 conmon[35634]: audit 2024-02-09T20:47:22.732399+0000 mgr.smithi150.owatov (mgr.14180) 1260 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:47:24.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:24 smithi157 conmon[41110]: audit 2024-02-09T20:47:22.732399+0000 mgr.smithi150.owatov (mgr.14180) 1260 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:47:25.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:25 smithi150 conmon[35634]: cluster 2024-02-09T20:47:24.085977+0000 mgr.smithi150.owatov (mgr.14180) 1261 : cluster [DBG] pgmap v815: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:25.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:25 smithi157 conmon[41110]: cluster 2024-02-09T20:47:24.085977+0000 mgr.smithi150.owatov (mgr.14180) 1261 : cluster [DBG] pgmap v815: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:26.097 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:47:26.098 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:47:26.651 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:47:27.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:27 smithi150 conmon[35634]: cluster 2024-02-09T20:47:26.086683+0000 mgr.smithi150.owatov (mgr.14180) 1262 : cluster [DBG] pgmap v816: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:27.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:27 smithi150 conmon[35634]: audit 2024-02-09 2024-02-09T20:47:27.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:27 smithi150 conmon[35634]: T20:47:26.092656+0000 mgr.smithi150.owatov (mgr.14180) 1263 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:47:27.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:27 smithi157 conmon[41110]: cluster 2024-02-09T20:47:26.086683+0000 mgr.smithi150.owatov (mgr.14180) 1262 : cluster [DBG] pgmap v816: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:27.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:27 smithi157 conmon[41110]: audit 2024-02-09T20:47:26.092656+0000 mgr.smithi150.owatov (mgr.14180) 1263 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:47:27.651 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:47:29.427 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:47:29.427 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:47:29.586 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:29 smithi150 conmon[35634]: cluster 2024-02-09T20:47:28.087255+0000 mgr.smithi150.owatov (mgr.14180) 1264 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:29.635 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:29 smithi157 conmon[41110]: cluster 2024-02-09T20:47:28.087255+0000 mgr.smithi150.owatov (mgr.14180) 1264 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:29.960 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:47:30.961 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:47:31.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:31 smithi150 conmon[35634]: audit 2024-02-09T20:47:29.420060+0000 mgr.smithi150.owatov (mgr.14180) 1265 : audit [DBG] from='client.16206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:47:31.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:31 smithi150 conmon[35634]: cluster 2024-02-09T20:47:30.087730+0000 mgr.smithi150.owatov (mgr.14180) 1266 : cluster [DBG] pgmap v818: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:31.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:31 smithi157 conmon[41110]: audit 2024-02-09T20:47:29.420060+0000 mgr.smithi150.owatov (mgr.14180) 1265 : audit [DBG] from='client.16206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:47:31.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:31 smithi157 conmon[41110]: cluster 2024-02-09T20:47:30.087730+0000 mgr.smithi150.owatov (mgr.14180) 1266 : cluster [DBG] pgmap v818: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:32.682 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:47:32.682 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:47:33.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:47:33.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:33 smithi150 conmon[35634]: cluster 2024-02-09T20:47:32.088380+0000 mgr.smithi150.owatov (mgr.14180) 1267 : cluster 2024-02-09T20:47:33.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:33 smithi150 conmon[35634]: [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:47:33.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:33 smithi157 conmon[41110]: cluster 2024-02-09T20:47:32.088380+0000 mgr.smithi150.owatov (mgr.14180) 1267 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:47:34.201 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:47:34.598 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:34 smithi150 conmon[35634]: audit 2024-02-09T20:47:32.676717+0000 mgr.smithi150.owatov (mgr.14180) 1268 : audit [DBG] from='client.16210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:47:34.633 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:34 smithi157 conmon[41110]: audit 2024-02-09T20:47:32.676717+0000 mgr.smithi150.owatov (mgr.14180) 1268 : audit [DBG] from='client.16210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:47:35.577 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:35 smithi150 conmon[35634]: cluster 2024-02-09T20:47:34.089018+0000 mgr.smithi150.owatov (mgr.14180) 1269 : cluster [DBG] pgmap v820: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:35.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:35 smithi157 conmon[41110]: cluster 2024-02-09T20:47:34.089018+0000 mgr.smithi150.owatov (mgr.14180) 1269 : cluster [DBG] pgmap v820: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:35.957 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-09T20:47:35.958 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:20:50.507620Z", "last_refresh": "2024-02-09T20:42:27.610025Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:20:45.610300Z", "last_refresh": "2024-02-09T20:42:24.865389Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:20:48.312153Z", "last_refresh": "2024-02-09T20:42:27.610287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:38:49.177598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.ocsqqu on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-ocsqqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.ocsqqu\nDeploy daemon haproxy.nfs.foo.smithi157.ocsqqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:36:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:37:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:38:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.129790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.qtgbov on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi150-qtgbov\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi150.qtgbov\nDeploy daemon haproxy.nfs.foo.smithi150.qtgbov ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:39:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:40: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-09T20:40: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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:41:23.131208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi157.endivy on smithi157: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:41:23.132281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.csmgum on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:45:03.378787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi157.bzvpgt on smithi157: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi157-bzvpgt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8452f3e0-c788-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi157.bzvpgt\nDeploy daemon haproxy.nfs.foo.smithi157.bzvpgt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:43:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:43:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:44:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). 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\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi157 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.150/16"}, "status": {"created": "2024-02-09T20:25:23.956807Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.150/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:20:44.164965Z", "last_refresh": "2024-02-09T20:42:24.865540Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:01.383473Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi157:172.21.15.157=smithi157"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:22:01.380605Z", "last_refresh": "2024-02-09T20:42:24.865612Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:25:23.955618Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:25:23.951278Z", "last_refresh": "2024-02-09T20:42:27.611356Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:20:49.424906Z", "last_refresh": "2024-02-09T20:42:24.865676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:22:36.744222Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:22:36.740938Z", "last_refresh": "2024-02-09T20:42:24.865738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:20:47.108133Z", "last_refresh": "2024-02-09T20:42:27.610588Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:19.591874Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-09T20:25:25.738308Z", "last_refresh": "2024-02-09T20:42:24.865975Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-09T20:47:36.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:47:36.525 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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-09T20:47:36.756 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=23e17bf38ee74bfba4e3dd2378c53ef6 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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-09T20:47:36.757 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-02-09T20:47:36.768 INFO:tasks.vip:Removing 10.0.15.150 (and any VIPs) on smithi150.front.sepia.ceph.com iface enp3s0f1... 2024-02-09T20:47:36.768 DEBUG:teuthology.orchestra.run.smithi150:> sudo ip addr del 10.0.15.150/16 dev enp3s0f1 2024-02-09T20:47:36.804 DEBUG:teuthology.orchestra.run.smithi150:> sudo ip addr del 10.0.31.150/16 dev enp3s0f1 2024-02-09T20:47:36.871 INFO:teuthology.orchestra.run.smithi150.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-09T20:47:36.872 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-09T20:47:36.872 INFO:tasks.vip:Removing 10.0.15.157 (and any VIPs) on smithi157.front.sepia.ceph.com iface enp3s0f1... 2024-02-09T20:47:36.873 DEBUG:teuthology.orchestra.run.smithi157:> sudo ip addr del 10.0.15.157/16 dev enp3s0f1 2024-02-09T20:47:36.926 DEBUG:teuthology.orchestra.run.smithi157:> sudo ip addr del 10.0.31.150/16 dev enp3s0f1 2024-02-09T20:47:36.956 INFO:teuthology.orchestra.run.smithi157.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-09T20:47:36.957 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-09T20:47:36.957 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-09T20:47:36.967 INFO:tasks.cephadm:Teardown begin 2024-02-09T20:47:36.968 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-09T20:47:36.995 DEBUG:teuthology.orchestra.run.smithi157:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-09T20:47:37.026 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-09T20:47:37.026 DEBUG:teuthology.orchestra.run.smithi150:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-09T20:47:37.052 DEBUG:teuthology.orchestra.run.smithi157:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-09T20:47:37.084 INFO:tasks.cephadm:Stopping all daemons... 2024-02-09T20:47:37.084 INFO:tasks.cephadm.mon.smithi150:Stopping mon.smithi150... 2024-02-09T20:47:37.084 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-8452f3e0-c788-11ee-95b8-87774f69a715@mon.smithi150 2024-02-09T20:47:37.402 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:37 smithi150 systemd[1]: Stopping Ceph mon.smithi150 for 8452f3e0-c788-11ee-95b8-87774f69a715... 2024-02-09T20:47:37.402 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:37 smithi150 bash[238756]: Error: no container with name or ID ceph-8452f3e0-c788-11ee-95b8-87774f69a715-mon.smithi150 found: no such container 2024-02-09T20:47:37.402 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:37 smithi150 conmon[35634]: audit 2024-02-09T20:47:35.952029+0000 mgr.smithi150.owatov (mgr. 2024-02-09T20:47:37.402 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:37 smithi150 conmon[35634]: 14180) 1270 : audit [DBG] from='client.16214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:47:37.402 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:37 smithi150 conmon[35634]: cluster 2024-02-09T20:47:36.089783+0000 mgr.smithi150.owatov (mgr.14180) 1271 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:37.402 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:37 smithi150 conmon[35634]: audit 2024-02-09T20:47:36.474038+0000 mon.smithi150 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.uomxus"}]: dispatch 2024-02-09T20:47:37.402 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:37 smithi150 conmon[35634]: debug 2024-02-09T20:47:37.399+0000 7f1e625db700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi150 -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-09T20:47:37.403 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Feb 09 20:47:37 smithi150 conmon[35634]: debug 2024-02-09T20:47:37.399+0000 7f1e625db700 -1 mon.smithi150@0(leader) e2 *** Got Signal Terminated *** 2024-02-09T20:47:37.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:37 smithi157 conmon[41110]: audit 2024-02-09T20:47:35.952029+0000 mgr.smithi150.owatov (mgr.14180) 2024-02-09T20:47:37.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:37 smithi157 conmon[41110]: 1270 : audit [DBG] from='client.16214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:47:37.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:37 smithi157 conmon[41110]: cluster 2024-02-09T20:47:36.089783+0000 mgr.smithi150.owatov (mgr.14180) 1271 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:47:37.636 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:37 smithi157 conmon[41110]: audit 2024-02-09T20:47:36.474038+0000 mon.smithi150 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.150:0/811660696' entity='mgr.smithi150.owatov' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.uomxus"}]: dispatch 2024-02-09T20:47:38.253 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8452f3e0-c788-11ee-95b8-87774f69a715@mon.smithi150.service' 2024-02-09T20:47:38.307 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-09T20:47:38.307 INFO:tasks.cephadm.mon.smithi150:Stopped mon.smithi150 2024-02-09T20:47:38.307 INFO:tasks.cephadm.mon.smithi157:Stopping mon.smithi157... 2024-02-09T20:47:38.307 DEBUG:teuthology.orchestra.run.smithi157:> sudo systemctl stop ceph-8452f3e0-c788-11ee-95b8-87774f69a715@mon.smithi157 2024-02-09T20:47:38.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:38 smithi157 systemd[1]: Stopping Ceph mon.smithi157 for 8452f3e0-c788-11ee-95b8-87774f69a715... 2024-02-09T20:47:38.634 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:38 smithi157 bash[71101]: Error: no container with name or ID ceph-8452f3e0-c788-11ee-95b8-87774f69a715-mon.smithi157 found: no such container 2024-02-09T20:47:39.115 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:38 smithi157 conmon[41110]: debug 2024-02-09T20:47:38.641+0000 7fdc87004700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi157 -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-09T20:47:39.115 INFO:journalctl@ceph.mon.smithi157.smithi157.stdout:Feb 09 20:47:38 smithi157 conmon[41110]: debug 2024-02-09T20:47:38.641+0000 7fdc87004700 -1 mon.smithi157@1(peon) e2 *** Got Signal Terminated *** 2024-02-09T20:47:39.275 DEBUG:teuthology.orchestra.run.smithi157:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8452f3e0-c788-11ee-95b8-87774f69a715@mon.smithi157.service' 2024-02-09T20:47:39.319 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-09T20:47:39.320 INFO:tasks.cephadm.mon.smithi157:Stopped mon.smithi157 2024-02-09T20:47:39.320 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 --force --keep-logs 2024-02-09T20:48:37.400 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 --force --keep-logs 2024-02-09T20:49:21.389 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-09T20:49:21.429 DEBUG:teuthology.orchestra.run.smithi157:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-09T20:49:21.459 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-09T20:49:21.461 DEBUG:teuthology.misc:Transferring archived files from smithi150:/var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554033/remote/ubuntu@smithi150.front.sepia.ceph.com/crash 2024-02-09T20:49:21.462 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/crash -- . 2024-02-09T20:49:21.511 INFO:teuthology.orchestra.run.smithi150.stderr:tar: /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/crash: Cannot open: No such file or directory 2024-02-09T20:49:21.511 INFO:teuthology.orchestra.run.smithi150.stderr:tar: Error is not recoverable: exiting now 2024-02-09T20:49:21.513 DEBUG:teuthology.misc:Transferring archived files from smithi157:/var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554033/remote/ubuntu@smithi157.front.sepia.ceph.com/crash 2024-02-09T20:49:21.514 DEBUG:teuthology.orchestra.run.smithi157:> sudo tar c -f - -C /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/crash -- . 2024-02-09T20:49:21.554 INFO:teuthology.orchestra.run.smithi157.stderr:tar: /var/lib/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/crash: Cannot open: No such file or directory 2024-02-09T20:49:21.554 INFO:teuthology.orchestra.run.smithi157.stderr:tar: Error is not recoverable: exiting now 2024-02-09T20:49:21.555 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-09T20:49:21.555 DEBUG:teuthology.orchestra.run.smithi150:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-09T20:49:21.585 INFO:teuthology.orchestra.run.smithi150.stderr:grep: /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph.log: No such file or directory 2024-02-09T20:49:21.587 INFO:tasks.cephadm:Compressing logs... 2024-02-09T20:49:21.587 DEBUG:teuthology.orchestra.run.smithi150:> 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-09T20:49:21.630 DEBUG:teuthology.orchestra.run.smithi157:> 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-09T20:49:21.658 INFO:teuthology.orchestra.run.smithi157.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-09T20:49:21.658 INFO:teuthology.orchestra.run.smithi157.stderr:: No such file or directory 2024-02-09T20:49:21.658 INFO:teuthology.orchestra.run.smithi157.stderr:gzip -5 --verbose -- /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-osd.2.log 2024-02-09T20:49:21.658 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-volume.log 2024-02-09T20:49:21.658 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-client.rgw.foorgw.smithi157.tqbnuu.log 2024-02-09T20:49:21.661 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-osd.0.log 2024-02-09T20:49:21.661 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-client.rgw.foorgw.smithi157.tqbnuu.log: gzip -5 --verbose -- /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-mgr.smithi157.oefvpo.log 2024-02-09T20:49:21.661 INFO:teuthology.orchestra.run.smithi157.stderr: 75.6% -- replaced with /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-client.rgw.foorgw.smithi157.tqbnuu.log.gz 2024-02-09T20:49:21.661 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-osd.6.log 2024-02-09T20:49:21.662 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-mgr.smithi157.oefvpo.log: /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-mon.smithi157.log 2024-02-09T20:49:21.662 INFO:teuthology.orchestra.run.smithi150.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-09T20:49:21.663 INFO:teuthology.orchestra.run.smithi150.stderr:: No such file or directory 2024-02-09T20:49:21.663 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-osd.5.log 2024-02-09T20:49:21.663 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-mgr.smithi150.owatov.log 2024-02-09T20:49:21.663 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-osd.7.log 2024-02-09T20:49:21.663 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-osd.5.log: /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-mgr.smithi150.owatov.log: gzip -5 --verbose -- /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-osd.1.log 2024-02-09T20:49:21.663 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-osd.3.log 2024-02-09T20:49:21.663 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-osd.7.log: /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-client.rgw.foorgw.smithi150.tkyjel.log 2024-02-09T20:49:21.663 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-osd.3.log: /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-client.rgw.foorgw.smithi150.tkyjel.log: 75.8% -- replaced with /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-client.rgw.foorgw.smithi150.tkyjel.log.gz 2024-02-09T20:49:21.664 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-volume.log 2024-02-09T20:49:21.664 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-mon.smithi157.log: 92.6% -- replaced with /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-volume.log.gz 2024-02-09T20:49:21.665 INFO:teuthology.orchestra.run.smithi157.stderr:gzip -5 --verbose -- /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-osd.4.log 2024-02-09T20:49:21.665 INFO:teuthology.orchestra.run.smithi157.stderr: 90.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-09T20:49:21.668 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-osd.4.log: 93.3% -- replaced with /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-mgr.smithi157.oefvpo.log.gz 2024-02-09T20:49:21.670 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-volume.log: 92.6% -- replaced with /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-volume.log.gz 2024-02-09T20:49:21.670 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-mon.smithi150.log 2024-02-09T20:49:21.688 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-mon.smithi150.log: 93.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-09T20:49:21.849 INFO:teuthology.orchestra.run.smithi150.stderr: 90.2% -- replaced with /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-mgr.smithi150.owatov.log.gz 2024-02-09T20:49:21.995 INFO:teuthology.orchestra.run.smithi157.stderr: 92.6% -- replaced with /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-mon.smithi157.log.gz 2024-02-09T20:49:22.570 INFO:teuthology.orchestra.run.smithi150.stderr: 93.6% -- replaced with /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-osd.7.log.gz 2024-02-09T20:49:22.677 INFO:teuthology.orchestra.run.smithi157.stderr: 93.4% -- replaced with /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-osd.2.log.gz 2024-02-09T20:49:22.688 INFO:teuthology.orchestra.run.smithi150.stderr: 90.5% -- replaced with /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-mon.smithi150.log.gz 93.5% 2024-02-09T20:49:22.688 INFO:teuthology.orchestra.run.smithi150.stderr: -- replaced with /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-osd.5.log.gz 2024-02-09T20:49:22.704 INFO:teuthology.orchestra.run.smithi157.stderr: 93.3% -- replaced with /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-osd.6.log.gz 2024-02-09T20:49:22.737 INFO:teuthology.orchestra.run.smithi157.stderr: 93.8% -- replaced with /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-osd.4.log.gz 2024-02-09T20:49:22.777 INFO:teuthology.orchestra.run.smithi157.stderr: 93.6% -- replaced with /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-osd.0.log.gz 2024-02-09T20:49:22.778 INFO:teuthology.orchestra.run.smithi157.stderr: 2024-02-09T20:49:22.779 INFO:teuthology.orchestra.run.smithi157.stderr:real 0m1.132s 2024-02-09T20:49:22.779 INFO:teuthology.orchestra.run.smithi157.stderr:user 0m4.406s 2024-02-09T20:49:22.779 INFO:teuthology.orchestra.run.smithi157.stderr:sys 0m0.220s 2024-02-09T20:49:22.864 INFO:teuthology.orchestra.run.smithi150.stderr: 93.6% -- replaced with /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-osd.3.log.gz 2024-02-09T20:49:22.931 INFO:teuthology.orchestra.run.smithi150.stderr: 93.4% -- replaced with /var/log/ceph/8452f3e0-c788-11ee-95b8-87774f69a715/ceph-osd.1.log.gz 2024-02-09T20:49:22.933 INFO:teuthology.orchestra.run.smithi150.stderr: 2024-02-09T20:49:22.933 INFO:teuthology.orchestra.run.smithi150.stderr:real 0m1.287s 2024-02-09T20:49:22.933 INFO:teuthology.orchestra.run.smithi150.stderr:user 0m5.439s 2024-02-09T20:49:22.933 INFO:teuthology.orchestra.run.smithi150.stderr:sys 0m0.235s 2024-02-09T20:49:22.934 INFO:tasks.cephadm:Archiving logs... 2024-02-09T20:49:22.934 DEBUG:teuthology.misc:Transferring archived files from smithi150:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554033/remote/ubuntu@smithi150.front.sepia.ceph.com/log 2024-02-09T20:49:22.935 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-09T20:49:23.717 DEBUG:teuthology.misc:Transferring archived files from smithi157:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554033/remote/ubuntu@smithi157.front.sepia.ceph.com/log 2024-02-09T20:49:23.717 DEBUG:teuthology.orchestra.run.smithi157:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-09T20:49:24.378 INFO:tasks.cephadm:Removing cluster... 2024-02-09T20:49:24.378 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 --force 2024-02-09T20:49:24.836 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8452f3e0-c788-11ee-95b8-87774f69a715 --force 2024-02-09T20:49:25.286 INFO:tasks.cephadm:Removing cephadm ... 2024-02-09T20:49:25.286 DEBUG:teuthology.orchestra.run.smithi150:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-09T20:49:25.304 DEBUG:teuthology.orchestra.run.smithi157:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-09T20:49:25.321 INFO:tasks.cephadm:Teardown complete 2024-02-09T20:49:25.322 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-02-09T20:49:25.333 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi150:/dev/vg_nvme/lv_1... 2024-02-09T20:49:25.333 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme disconnect -n lv_1 2024-02-09T20:49:25.465 INFO:teuthology.orchestra.run.smithi150.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-09T20:49:25.465 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:49:25.466 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi150:/dev/vg_nvme/lv_2... 2024-02-09T20:49:25.466 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme disconnect -n lv_2 2024-02-09T20:49:25.610 INFO:teuthology.orchestra.run.smithi150.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-09T20:49:25.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:49:25.612 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi150:/dev/vg_nvme/lv_3... 2024-02-09T20:49:25.612 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme disconnect -n lv_3 2024-02-09T20:49:25.733 INFO:teuthology.orchestra.run.smithi150.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-09T20:49:25.734 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:49:25.735 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi150:/dev/vg_nvme/lv_4... 2024-02-09T20:49:25.735 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme disconnect -n lv_4 2024-02-09T20:49:25.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:49:25.863 INFO:teuthology.orchestra.run.smithi150.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-09T20:49:25.864 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-02-09T20:49:25.864 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/scratch_devs 2024-02-09T20:49:25.890 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi157:/dev/vg_nvme/lv_1... 2024-02-09T20:49:25.890 DEBUG:teuthology.orchestra.run.smithi157:> sudo nvme disconnect -n lv_1 2024-02-09T20:49:26.031 INFO:teuthology.orchestra.run.smithi157.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-09T20:49:26.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:49:26.033 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi157:/dev/vg_nvme/lv_2... 2024-02-09T20:49:26.033 DEBUG:teuthology.orchestra.run.smithi157:> sudo nvme disconnect -n lv_2 2024-02-09T20:49:26.153 INFO:teuthology.orchestra.run.smithi157.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-09T20:49:26.154 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:49:26.155 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi157:/dev/vg_nvme/lv_3... 2024-02-09T20:49:26.155 DEBUG:teuthology.orchestra.run.smithi157:> sudo nvme disconnect -n lv_3 2024-02-09T20:49:26.295 INFO:teuthology.orchestra.run.smithi157.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-09T20:49:26.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:49:26.297 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi157:/dev/vg_nvme/lv_4... 2024-02-09T20:49:26.297 DEBUG:teuthology.orchestra.run.smithi157:> sudo nvme disconnect -n lv_4 2024-02-09T20:49:26.426 INFO:teuthology.orchestra.run.smithi157.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-09T20:49:26.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:49:26.428 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-02-09T20:49:26.428 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/scratch_devs 2024-02-09T20:49:26.455 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-09T20:49:26.465 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-09T20:49:26.466 DEBUG:teuthology.orchestra.run.smithi150:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-09T20:49:26.468 DEBUG:teuthology.orchestra.run.smithi157:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-09T20:49:26.483 INFO:teuthology.orchestra.run.smithi150.stderr:bash: ntpq: command not found 2024-02-09T20:49:26.488 INFO:teuthology.orchestra.run.smithi150.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-09T20:49:26.488 INFO:teuthology.orchestra.run.smithi150.stdout:=============================================================================== 2024-02-09T20:49:26.488 INFO:teuthology.orchestra.run.smithi150.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 56 +931us[ +931us] +/- 114ms 2024-02-09T20:49:26.489 INFO:teuthology.orchestra.run.smithi150.stdout:^* hv02.front.sepia.ceph.com 3 6 377 58 -457us[ -468us] +/- 54ms 2024-02-09T20:49:26.489 INFO:teuthology.orchestra.run.smithi150.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 59 +72us[ +61us] +/- 75ms 2024-02-09T20:49:26.489 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:49:26.511 INFO:teuthology.orchestra.run.smithi157.stderr:bash: ntpq: command not found 2024-02-09T20:49:26.515 INFO:teuthology.orchestra.run.smithi157.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-09T20:49:26.515 INFO:teuthology.orchestra.run.smithi157.stdout:=============================================================================== 2024-02-09T20:49:26.516 INFO:teuthology.orchestra.run.smithi157.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 56 +888us[ +882us] +/- 114ms 2024-02-09T20:49:26.516 INFO:teuthology.orchestra.run.smithi157.stdout:^* hv02.front.sepia.ceph.com 3 6 377 55 -467us[ -472us] +/- 54ms 2024-02-09T20:49:26.516 INFO:teuthology.orchestra.run.smithi157.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 57 +73us[ +67us] +/- 75ms 2024-02-09T20:49:26.516 INFO:teuthology.orchestra.run.smithi157.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:49:26.517 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-09T20:49:26.527 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-09T20:49:26.528 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-09T20:49:26.558 DEBUG:teuthology.orchestra.run.smithi150:> 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-09T20:49:26.634 DEBUG:teuthology.orchestra.run.smithi157:> 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-09T20:49:26.697 DEBUG:teuthology.orchestra.run.smithi150:> 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-09T20:49:26.727 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:49:26.728 DEBUG:teuthology.orchestra.run.smithi157:> 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-09T20:49:26.757 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:49:26.758 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-09T20:49:26.768 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-09T20:49:26.791 INFO:teuthology.task.internal:Duration was 2406.136291 seconds 2024-02-09T20:49:26.792 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-09T20:49:26.841 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-09T20:49:26.841 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-09T20:49:26.844 DEBUG:teuthology.orchestra.run.smithi157:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-09T20:49:26.889 INFO:teuthology.orchestra.run.smithi150.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-09T20:49:26.890 INFO:teuthology.orchestra.run.smithi157.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-09T20:49:27.359 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-09T20:49:27.359 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi150.front.sepia.ceph.com 2024-02-09T20:49:27.359 DEBUG:teuthology.orchestra.run.smithi150:> 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-09T20:49:27.381 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi157.front.sepia.ceph.com 2024-02-09T20:49:27.382 DEBUG:teuthology.orchestra.run.smithi157:> 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-09T20:49:27.404 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-09T20:49:27.404 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-09T20:49:27.423 DEBUG:teuthology.orchestra.run.smithi157:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-09T20:49:27.500 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-09T20:49:27.500 DEBUG:teuthology.orchestra.run.smithi150:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-09T20:49:27.503 DEBUG:teuthology.orchestra.run.smithi157:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-09T20:49:27.668 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-09T20:49:27.680 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-09T20:49:27.680 DEBUG:teuthology.orchestra.run.smithi150:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-09T20:49:27.707 DEBUG:teuthology.orchestra.run.smithi157:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-09T20:49:27.734 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-09T20:49:27.746 DEBUG:teuthology.orchestra.run.smithi150:> 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-09T20:49:27.750 DEBUG:teuthology.orchestra.run.smithi157:> 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-09T20:49:27.774 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = core 2024-02-09T20:49:27.800 INFO:teuthology.orchestra.run.smithi157.stdout:kernel.core_pattern = core 2024-02-09T20:49:27.825 DEBUG:teuthology.orchestra.run.smithi150:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-09T20:49:27.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:49:27.856 DEBUG:teuthology.orchestra.run.smithi157:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-09T20:49:27.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:49:27.881 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-09T20:49:27.893 INFO:teuthology.task.internal:Transferring archived files... 2024-02-09T20:49:27.893 DEBUG:teuthology.misc:Transferring archived files from smithi150:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554033/remote/smithi150 2024-02-09T20:49:27.894 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-09T20:49:27.944 DEBUG:teuthology.misc:Transferring archived files from smithi157:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554033/remote/smithi157 2024-02-09T20:49:27.944 DEBUG:teuthology.orchestra.run.smithi157:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-09T20:49:27.984 INFO:teuthology.task.internal:Removing archive directory... 2024-02-09T20:49:27.984 DEBUG:teuthology.orchestra.run.smithi150:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-09T20:49:27.987 DEBUG:teuthology.orchestra.run.smithi157:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-09T20:49:28.035 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-09T20:49:28.047 INFO:teuthology.task.internal:Not uploading archives. 2024-02-09T20:49:28.048 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-09T20:49:28.075 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-09T20:49:28.075 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-09T20:49:28.078 DEBUG:teuthology.orchestra.run.smithi157:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-09T20:49:28.092 INFO:teuthology.orchestra.run.smithi150.stdout: 262158 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 9 20:49 /home/ubuntu/cephtest 2024-02-09T20:49:28.094 INFO:teuthology.orchestra.run.smithi157.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 9 20:49 /home/ubuntu/cephtest 2024-02-09T20:49:28.095 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-09T20:49:28.125 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-09T20:49:28.225 INFO:teuthology.nuke:Checking targets against current locks 2024-02-09T20:49:28.254 DEBUG:teuthology.nuke:shortname: smithi150 2024-02-09T20:49:28.255 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-09T20:49:28.279 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554033', '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-09 20:03:13.681723', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBJNuyVFjtlqef6x0w1rgdCiX9iykzQi5QEu13AuJAicoYB9oCMEkPjttAsEQs3i2Vt/AH82HnjtOKbG+KYbfw4='} 2024-02-09T20:49:28.282 DEBUG:teuthology.nuke:shortname: smithi157 2024-02-09T20:49:28.282 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-09T20:49:28.308 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi157.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554033', '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-09 20:03:13.683323', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBER4eMACN2zbZNRXqllZVvhm1K55yxeaJty3iEmVHVlA3ALdcAEnTqcIK8Z2XqMFMcrj3+jEna4RktHpnyEEdwY='} 2024-02-09T20:49:28.337 INFO:teuthology.orchestra.console.smithi150:Power off 2024-02-09T20:49:28.337 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-09T20:49:28.363 DEBUG:teuthology.orchestra.console.smithi150:power off output: Chassis Power Control: Down/Off 2024-02-09T20:49:28.363 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-09T20:49:28.376 INFO:teuthology.orchestra.console.smithi157:Power off 2024-02-09T20:49:28.377 DEBUG:teuthology.orchestra.console.smithi157:pexpect command: ipmitool -H smithi157.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-09T20:49:28.387 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2024-02-09T20:49:28.398 DEBUG:teuthology.orchestra.console.smithi157:power off output: Chassis Power Control: Down/Off 2024-02-09T20:49:28.399 DEBUG:teuthology.orchestra.console.smithi157:pexpect command: ipmitool -H smithi157.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-09T20:49:28.422 DEBUG:teuthology.orchestra.console.smithi157:check power output: Chassis Power is on 2024-02-09T20:49:32.389 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-09T20:49:32.422 DEBUG:teuthology.orchestra.console.smithi157:pexpect command: ipmitool -H smithi157.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-09T20:49:32.500 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2024-02-09T20:49:32.534 DEBUG:teuthology.orchestra.console.smithi157:check power output: Chassis Power is on 2024-02-09T20:49:36.505 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-09T20:49:36.535 DEBUG:teuthology.orchestra.console.smithi157:pexpect command: ipmitool -H smithi157.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-09T20:49:36.618 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is off 2024-02-09T20:49:36.643 DEBUG:teuthology.orchestra.console.smithi157:check power output: Chassis Power is off 2024-02-09T20:49:36.720 INFO:teuthology.orchestra.console.smithi150:Power off completed 2024-02-09T20:49:36.744 INFO:teuthology.orchestra.console.smithi157:Power off completed 2024-02-09T20:49:36.848 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} duration: 2406.1362912654877 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=23e17bf38ee74bfba4e3dd2378c53ef6 status: fail success: false 2024-02-09T20:49:36.848 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-09T20:49:36.932 INFO:teuthology.run:FAIL